summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove sp_style_new().Tavmjong Bah2014-12-251-4/+5
| | | (bzr r13822.1.6)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-52/+52
| | | (bzr r13820)
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-1/+1
| | | (bzr r13816)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-35/+35
| | | (bzr r13809)
* fix errors in string conversion. (rev13762, 13763)Johan B. C. Engelen2014-11-281-6/+6
| | | (bzr r13777)
* Update to trunk r13766Liam P. White2014-11-261-22/+17
|\ | | | | (bzr r13341.5.24)
| * More c++ string usage.Johan B. C. Engelen2014-11-251-16/+7
| | | | | | (bzr r13763)
| * More C++ string usage.Johan B. C. Engelen2014-11-251-4/+2
| | | | | | (bzr r13762)
| * Fix applying LPE to clones (through the "+" button in the LPE dialog).Johan B. C. Engelen2014-11-251-2/+8
| | | | | | | | | | | | | | The caller to sp_selection_clone_original_path_lpe expects a new path to be selected, and it will change the SVG "id" of that selected path. The bug was that sp_selection_clone_original_path_lpe no longer selected the new path, it maintained the selection of the path to be "clone_original_path'ed". And thus the path referenced by the original clone got its ID changed. Horror resulted. Fixed by selecting the newly created path, as before. Added code to the caller that checks if the newly selected path is not nullptr, and that it is not the same as the selected path before the call. (bzr r13761)
* | Update to trunk r13750Liam P. White2014-11-241-2/+2
|\| | | | | (bzr r13341.5.23)
| * Macro cleanup of commented out code.Jon A. Cruz2014-11-151-1/+1
| | | | | | (bzr r13710)
| * Fix a bug releasing LPE clip and maskJabier Arraiza Cenoz2014-11-121-1/+1
| | | | | | (bzr r13705)
* | Update to trunk r13690Liam P. White2014-11-091-3/+6
|\| | | | | (bzr r13341.5.22)
| * Black list some properties that shouldn't appear in default styles.Tavmjong Bah2014-11-081-0/+3
| | | | | | (bzr r13679)
| * update svg-length-test.h from 90 to 96 dpiAlvin Penner2014-11-031-3/+3
| | | | | | (bzr r13664)
* | Update to trunk r13648Liam P. White2014-10-311-237/+366
|\| | | | | (bzr r13341.5.19)
| * Update to trunk r13638Liam P. White2014-10-251-237/+366
| |\ | | | | | | (bzr r13341.1.286)
| | * Correct casting from wrong variable.Jon A. Cruz2014-10-241-1/+1
| | | | | | | | | (bzr r13637)
| | * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-235/+366
| | | | | | | | | (bzr r13634)
* | | 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)