summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix shift of transformation center on pastingDiederik van Lierop2014-08-161-6/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1247799 (bzr r13521)
* Fix some transformation center regressions, related to the viewbox/units changesDiederik van Lierop2014-08-141-5/+2
| | | (bzr r13512)
* Fix moving of item center: 1) at paste and 2) at changing document unitsDiederik van Lierop2014-07-121-2/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1247799 (bzr r13452)
* Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz2014-06-271-4/+0
| | | (bzr r13441)
* Fix for bug #1241902Jabier Arraiza Cenoz2014-06-111-0/+4
| | | (bzr r13418)
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-3/+3
| | | (bzr r13301)
* Allow ungrouping switchesKrzysztof Kosi??ski2014-03-121-1/+1
| | | (bzr r13136)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-111-11/+3
| | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)
* UI. Fix for bug #1281822 (Keyboard shortcuts editor, duplicate description ↵Nicolas Dufour2014-03-041-1/+1
| | | | | | | and degrees symbol as text). Translations. POT file and French translation update. (bzr r13112)
* Embedded SVG's cannot be transformed.Tavmjong Bah2014-02-281-0/+7
| | | (bzr r13076)
* Correct the ungrouping logic so that selected clones of selected groupsKrzysztof Kosi??ski2014-02-271-2/+2
| | | | | are only unlinked, with the resulting groups not ungrouped (bzr r13064)
* Partial fix for LP #1001756 (crash when ungrouping a selectionKrzysztof Kosi??ski2014-02-271-32/+71
| | | | | | containing both a group and its clone). There are still some problems with undo/redo (incomplete undo transaction somewhere). (bzr r13063)
* Rewrite of symbol creation code. Partial fix for 1201325.Tavmjong Bah2014-02-251-79/+144
| | | | | | | | | | | | Symbols cannot have 'tranform' attribute. The old code copied the group 'transform' attribute to the symbol. The new code creates an intermediate group with the required 'transform' if it is not a simple translation. A simple translation is removed and applied instead to the new <use> element. Multiple objects can now be turned into a symbol without first grouping the objects. (At the cost that multiple groups can no longer be turned into multiple symbols at one go.) This better matches marker and pattern creation. (bzr r13057)
* Don't reverse object order when creating a marker.Tavmjong Bah2014-01-301-1/+1
| | | (bzr r12987)
* Correct positioning of custom markers. Fixes #230491.Tavmjong Bah2014-01-301-14/+15
| | | (bzr r12986)
* 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)