| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge C++ification of the SP tree by Markus Engel | Krzysztof Kosi??ski | 2013-09-19 | 1 | -3/+3 |
| |\ | | | | | (bzr r12532) | ||||
| | * | Merged from trunk (r12517). | Markus Engel | 2013-09-14 | 1 | -1/+2 |
| | |\ | | | | | | | (bzr r11608.1.121) | ||||
| | * \ | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -8/+7 |
| | |\ \ | | | | | | | | | (bzr r11608.1.120) | ||||
| | * \ \ | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -81/+98 |
| | |\ \ \ | | | | | | | | | | | (bzr r11608.1.107) | ||||
| | * \ \ \ | Merged from trunk (r12305) | Markus Engel | 2013-04-27 | 1 | -36/+42 |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r11608.1.106) | ||||
| | * \ \ \ \ | merged from trunk (r12287) | Markus Engel | 2013-04-20 | 1 | -0/+1 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | (bzr r11608.1.99) | ||||
| | * | | | | | | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 2013-04-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.82) | ||||
| | * | | | | | | Merged Item. | Markus Engel | 2013-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.81) | ||||
| | * | | | | | | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.57) | ||||
| | * | | | | | | merged from trunk | Markus Engel | 2013-03-29 | 1 | -19/+216 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | (bzr r11608.1.56) | ||||
| * | | | | | | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class | Krzysztof Kosi??ski | 2013-09-19 | 1 | -1/+3 |
| | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531) | ||||
| * | | | | | | | Do not recompress images when embedding and generating PDFs. | Krzysztof Kosi??ski | 2013-09-14 | 1 | -1/+2 |
| | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516) | ||||
| * | | | | | | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | (bzr r12380.1.54) | ||||
| * | | | | | | Removed "helper/units.h" from "selection-chemistry.cpp". | Matthew Petroff | 2013-07-19 | 1 | -1/+0 |
| | |_|_|_|/ |/| | | | | | | | | | (bzr r12380.1.37) | ||||
| * | | | | | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| * | | | | | Changed dbus interface to treat 'division' like other boolops, with a new | Eric Greveson | 2013-07-03 | 1 | -54/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return type for selection_combine to support this (array of string). This also fixes a bug with not setting the error flag when returning NULL from this method. Refactored some more selection verbs to allow use in no-GUI mode. (bzr r12387.1.5) | ||||
| * | | | | | Modified dbus interface so that it works in console mode (--dbus-listen) | Eric Greveson | 2013-07-03 | 1 | -18/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4) | ||||
| * | | | | | Big change in symbols ui and selection chemistry. | Martin Owens | 2013-06-15 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | (bzr r12374) | ||||
| * | | | | | Allow svg elements to be ungrouped | Martin Owens | 2013-06-14 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/166327 (bzr r12373) | ||||
| * | | | | | Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111. | Nicolas Dufour | 2013-05-12 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/181493 (bzr r12328) | ||||
| * | | | | | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 1 | -1/+1 |
| | |_|_|/ |/| | | | | | | | | | | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311) | ||||
| * | | | | Allow multiple groups to be symbolised and replace groups with clones. | Martin Owens | 2013-04-23 | 1 | -29/+41 |
| | | | | | | | | | | | | | (bzr r12300) | ||||
| * | | | | Add balloon symbols and connect defs modified signal. | Martin Owens | 2013-04-22 | 1 | -7/+1 |
| | |_|/ |/| | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1170817 (bzr r12298) | ||||
| * | | | Group bbox update (Bug 1168979) | Alvin Penner | 2013-04-20 | 1 | -0/+1 |
| | |/ |/| | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1168979 (bzr r12285.1.2) | ||||
| * | | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -3/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 1 | -1/+1 |
| | | | | | | | (bzr r12014) | ||||
| * | | cppcheck: Convert more C-style pointer casts to GObject or C++ | Alex Valavanis | 2012-11-11 | 1 | -1/+4 |
| | | | | | | | (bzr r11867) | ||||
| * | | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -0/+158 |
| | | | | | | | (bzr r11782) | ||||
| * | | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -12/+12 |
| | | | | | | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | | Fix for 172222 : Move direct to specified layer | John Smith | 2012-09-22 | 1 | -0/+30 |
| | | | | | | | (bzr r11695) | ||||
| * | | Fix for 406044 : Esc with no selection, activates selection tool | John Smith | 2012-09-02 | 1 | -2/+9 |
| |/ | | | (bzr r11647) | ||||
| * | Fix for 722625 : Select Same by Object Type | John Smith | 2012-07-25 | 1 | -0/+105 |
| | | | | (bzr r11573) | ||||
| * | cpp-style casting | Kris De Gussem | 2012-05-04 | 1 | -57/+56 |
| | | | | (bzr r11324) | ||||
| * | some more string class usage as opposed to c-strings to prevent issues | Kris De Gussem | 2012-04-16 | 1 | -13/+23 |
| | | | | (bzr r11259) | ||||
| * | Fix for 170378 : Select All by Stroke or Fill Color - Added search within groups | John Smith | 2012-04-11 | 1 | -11/+39 |
| | | | | (bzr r11217) | ||||
| * | Fix for 170378 : Select same objects by fill or stroke : Fix transformed ↵ | John Smith | 2012-04-05 | 1 | -1/+23 |
| | | | | | | stroke width (bzr r11154) | ||||
| * | Fix for 170378 : Select same objects by fill or stroke : Added stroke style | John Smith | 2012-04-04 | 1 | -15/+116 |
| | | | | (bzr r11146) | ||||
| * | Fix for 170378 : Select same objects by fill or stroke | John Smith | 2012-04-03 | 1 | -0/+117 |
| | | | | (bzr r11141) | ||||
| * | Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵ | John Smith | 2012-04-02 | 1 | -1/+1 |
| | | | | | | replaced with g_object_unref (bzr r11139) | ||||
| * | fork LPE on duplicating objects. (configurable, defaults to "on") | Johan B. C. Engelen | 2012-03-18 | 1 | -0/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/933928 (bzr r11095) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -0/+1 |
| | | | | (bzr r11030) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -1/+1 |
| |\ | | | | | (bzr r11027) | ||||
| * | | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | | | | (bzr r10963) | ||||
| * | | select referred path when pressing shift+d (select original) for a path with ↵ | Johan B. C. Engelen | 2012-01-18 | 1 | -1/+15 |
| | | | | | | | | | | | Clone original LPE (bzr r10905) | ||||
| * | | add a menu item for using the Clone original LPE efficiently. | Johan B. C. Engelen | 2012-01-15 | 1 | -0/+57 |
| | | | | | | | (bzr r10889) | ||||
| * | | Warning and uninitialized variable cleanup. | Jon A. Cruz | 2012-01-08 | 1 | -2/+1 |
| | | | | | | | (bzr r10860) | ||||
| * | | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -2/+2 |
| |/ | | | (bzr r10830) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -3/+3 |
| | | | | (bzr r10659) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -22/+22 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
