summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens2014-01-211-2/+3
| | | (bzr r12967)
* Revert changes from r12959 and r12955, impliment new stratedgy to fix bug ↵Martin Owens2014-01-201-0/+6
| | | | | | | | #168695 Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12960)
* Add id switch to unsymbol to stop clones from being deleted.Martin Owens2014-01-081-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1192023 (bzr r12899)
* fix crash bug 1253721, document code with explanationJohan B. C. Engelen2013-11-211-13/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1253721 (bzr r12827)
* fix memleakJohan B. C. Engelen2013-11-211-0/+2
| | | (bzr r12826)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-5/+5
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-15/+16
| | | (bzr r12782)
* fix crashJohan B. C. Engelen2013-10-281-9/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/854617 (bzr r12742)
* Fix for bug #1239452 (trunk: crash on ungroup...)Nicolas Dufour2013-10-151-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1239452 (bzr r12692)
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-091-1/+2
| | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
* Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵Tavmjong Bah2013-10-081-2/+2
| | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670)
* C++Johan B. C. Engelen2013-10-041-4/+4
| | | (bzr r12660)
* memleaksJohan B. C. Engelen2013-09-301-3/+9
| | | (bzr r12638)
* memleakJohan B. C. Engelen2013-09-301-1/+3
| | | (bzr r12637)
* Merged from trunk (r12593).Markus Engel2013-09-261-7/+8
|\ | | | | (bzr r11608.1.132)
| * C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen2013-09-251-7/+8
| | | | | | | | | | slowly slowly... (bzr r12593)
| * Fixed segfault on copying text.Markus Engel2013-09-211-10/+16
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228509 (bzr r12569)
| * Merge from trunk.Matthew Petroff2013-09-201-4/+6
| |\ | | | | | | (bzr r12475.1.29)
| * \ Merge from trunk.Matthew Petroff2013-09-151-1/+2
| |\ \ | | | | | | | | (bzr r12475.1.20)
| * | | Improve code readability.Matthew Petroff2013-08-281-3/+3
| | | | | | | | | | | | (bzr r12475.1.9)
| * | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+2
| | | | | | | | | | | | (bzr r12475.1.2)
* | | | Refactored SPUse.Markus Engel2013-09-241-20/+26
| |_|/ |/| | | | | (bzr r11608.1.128)
* | | Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-3/+3
|\ \ \ | | | | | | | | (bzr r12532)
| * \ \ Merged from trunk (r12517).Markus Engel2013-09-141-1/+2
| |\ \ \ | | | |/ | | |/| (bzr r11608.1.121)
| * | | Merged from trunk (r12488).Markus Engel2013-08-301-8/+7
| |\ \ \ | | | |/ | | |/| (bzr r11608.1.120)
| * | | Merged from trunk (r12419).Markus Engel2013-07-141-81/+98
| |\ \ \ | | | | | | | | | | (bzr r11608.1.107)
| * \ \ \ Merged from trunk (r12305)Markus Engel2013-04-271-36/+42
| |\ \ \ \ | | | | | | | | | | | | (bzr r11608.1.106)
| * \ \ \ \ merged from trunk (r12287)Markus Engel2013-04-201-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r11608.1.99)
| * | | | | | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.82)
| * | | | | | Merged Item.Markus Engel2013-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.81)
| * | | | | | Renamed virtual function names.Markus Engel2013-03-291-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.57)
| * | | | | | merged from trunkMarkus Engel2013-03-291-19/+216
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r11608.1.56)
* | | | | | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-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??ski2013-09-141-1/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516)
* | | | | | Eliminate "unit-constants.h".Matthew Petroff2013-07-311-7/+7
| | | | | | | | | | | | | | | | | | (bzr r12380.1.54)
* | | | | | Removed "helper/units.h" from "selection-chemistry.cpp".Matthew Petroff2013-07-191-1/+0
| |_|_|_|/ |/| | | | | | | | | (bzr r12380.1.37)
* | | | | Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-041-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 newEric Greveson2013-07-031-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 Greveson2013-07-031-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 Owens2013-06-151-6/+4
| | | | | | | | | | | | | | | (bzr r12374)
* | | | | Allow svg elements to be ungroupedMartin Owens2013-06-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/166327 (bzr r12373)
* | | | | Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.Nicolas Dufour2013-05-121-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/181493 (bzr r12328)
* | | | | Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-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 Owens2013-04-231-29/+41
| | | | | | | | | | | | (bzr r12300)
* | | | Add balloon symbols and connect defs modified signal.Martin Owens2013-04-221-7/+1
| |_|/ |/| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1170817 (bzr r12298)
* | | Group bbox update (Bug 1168979)Alvin Penner2013-04-201-0/+1
| |/ |/| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1168979 (bzr r12285.1.2)
* | Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-3/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* | Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+1
| | | | | | (bzr r12014)
* | cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis2012-11-111-1/+4
| | | | | | (bzr r11867)
* | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+158
| | | | | | (bzr r11782)