summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Update to experimental r13598Liam P. White2014-10-081-4/+8
|\| | | | | | | | | | | (bzr r13341.5.17)
| * | | Update to trunk r13580Liam P. White2014-10-061-1/+1
| |\| | | | | | | | | | (bzr r13341.1.255)
| | * | i18n. Adding context to the "Group" verb (undo history).Nicolas Dufour2014-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | Translations. Translation template and French translation udpate. (bzr r13554)
| * | | Move more UI code into ui/Liam P. White2014-10-051-2/+2
| | | | | | | | | | | | (bzr r13341.1.253)
| * | | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-1/+1
| | | | | | | | | | | | (bzr r13341.1.248)
| * | | this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-0/+4
| | | | | | | | | | | | | | | | | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)
| * | | Update to experimental r13483Liam P. White2014-08-171-9/+8
| |\| | | | | | | | | | (bzr r13090.1.105)
| * | | Clone Original -> Fill Between ManyLiam P. White2014-08-141-43/+42
| | | | | | | | | | | | (bzr r13090.1.104)
| * | | Update to experimental r13452Liam P. White2014-07-301-2/+5
| |\ \ \ | | | | | | | | | | (bzr r13090.1.95)
| * \ \ \ Update to experimental r13418Liam P. White2014-07-051-4/+0
| |\ \ \ \ | | | | | | | | | | | | (bzr r13090.1.87)
| * | | | | Add clip group option from PonyscapeLiam P. White2014-06-141-0/+112
| | | | | | | | | | | | | | | | | | (bzr r13090.1.83)
* | | | | | Update to experimental r13565Liam P. White2014-09-271-43/+154
| | | | | | | | | | | | | | | | | | (bzr r13341.5.16)
* | | | | | Update to experimental r13527Liam P. White2014-08-301-9/+8
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | (bzr r13341.5.15)
| * | | | | 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)
* | | | | Update to experimental r13464Liam P. White2014-08-081-2/+5
|\| | | | | | | | | | | | | | (bzr r13341.5.14)
| * | | | 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)
* | | | Update to experimental r13440Liam P. White2014-07-241-4/+0
|\ \ \ \ | | |_|/ | |/| | (bzr r13341.5.13)
| * | | Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz2014-06-271-4/+0
| | |/ | |/| | | | (bzr r13341.1.69)
* | | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
| | | | | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
| | | | | | | | | (bzr r13341.5.3)
* | | 1. make it compileLiam P. White2014-06-251-1/+1
|/ / | | | | (bzr r13341.5.1)
* / Fix for Bug #1241902 -Jabier Arraiza Cenoz2014-06-071-0/+4
|/ | | (bzr r13341.1.52)
* 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)