| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -78/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Extract a base class, SPDimensions. | Shlomi Fish | 2017-10-05 | 1 | -6/+2 |
| | | | | | From two places getting rid of duplicate code. | ||||
| * | Extract SPRoot::setRootDimensions . | Shlomi Fish | 2017-10-05 | 1 | -0/+1 |
| | | |||||
| * | Extract unset_x_and_y(). | Shlomi Fish | 2017-10-05 | 1 | -0/+2 |
| | | |||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -4/+4 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 2014-03-13 | 1 | -2/+0 |
| | | | | | | on the root element. (bzr r13146) | ||||
| * | Provide a toggle in the document properties to optionally turn off | Krzysztof Kosi??ski | 2014-03-13 | 1 | -0/+2 |
| | | | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144) | ||||
| * | Remove unused includes to tidy up the code. | Martin Owens | 2014-03-09 | 1 | -1/+0 |
| | | | | (bzr r13132) | ||||
| * | Properly identify an embedded SVG. | Tavmjong Bah | 2014-02-28 | 1 | -0/+1 |
| | | | | (bzr r13075) | ||||
| * | Added new base class to handle viewBox and preserveAspectRatio. | Tavmjong Bah | 2014-02-06 | 1 | -13/+2 |
| | | | | | | | Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002) | ||||
| * | remove confusing bitfield declaration. bitfield not even needed here. | Johan B. C. Engelen | 2013-10-21 | 1 | -1/+1 |
| | | | | (bzr r12708) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -11/+18 |
| |\ | | | | | (bzr r12475.1.29) | ||||
| | * | Added runtime check in SP_-cast macros. | Markus Engel | 2013-09-15 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.123) | ||||
| | * | Modified SP_IS_ macros. | Markus Engel | 2013-09-14 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.122) | ||||
| | * | Merged Group and subclasses. | Markus Engel | 2013-04-05 | 1 | -22/+2 |
| | | | | | | | (bzr r11608.1.77) | ||||
| | * | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -0/+1 |
| | | | | | | | (bzr r11608.1.67) | ||||
| | * | Replaced all casting macros with glib-independent ones. | Markus Engel | 2013-04-01 | 1 | -4/+2 |
| | | | | | | | (bzr r11608.1.64) | ||||
| | * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -12/+12 |
| | | | | | | | (bzr r11608.1.57) | ||||
| | * | Added "virtual pad" to SPRoot. | Markus Engel | 2012-08-19 | 1 | -1/+29 |
| | | | | | | | (bzr r11608.1.20) | ||||
| * | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -1/+1 |
| |/ | | | (bzr r12475.1.2) | ||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -9/+9 |
| | | | | (bzr r10582.1.5) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -0/+2 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | patch by Adrian Johnson for 166678 | bulia byak | 2009-09-05 | 1 | -1/+0 |
| | | | | (bzr r8561) | ||||
| * | Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵ | Nicolas Dufour | 2009-08-12 | 1 | -0/+1 |
| | | | | | | by Adrian Johnson. (bzr r8473) | ||||
| * | Removed sodipodi:version | Jon A. Cruz | 2009-06-09 | 1 | -1/+0 |
| | | | | (bzr r8029) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -2/+1 |
| | | | | (bzr r6839) | ||||
| * | initial handling of <script> tag | Felipe Corr??a da Silva Sanches | 2008-07-22 | 1 | -0/+2 |
| | | | | | | | | | Some people develope SVG files that contain javascript. We should not erase their script nodes! Also, we could develop a scripting IDE in inkscape. Look at http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE (bzr r6391) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+81 |
| (bzr r1) | |||||
