summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor problem in previous commitMarc Jeanmougin2016-09-151-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/312116 (bzr r15118)
* Duplicating text along path and its path relinks to the new path (if the ↵Marc Jeanmougin2016-09-151-8/+16
| | | | | | | | prefs option is set) Fixed bugs: - https://launchpad.net/bugs/312116 (bzr r15117)
* Merged trunkAdrian Boguszewski2016-08-031-20/+1
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-24/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+24
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-24/+1
| | | | | | (bzr r15025)
* | Renamed some functions, fixed testsAdrian Boguszewski2016-07-271-48/+49
| | | | | | (bzr r14954.1.28)
* | Changed arguments and names of selection chemistry functionsAdrian Boguszewski2016-07-201-144/+145
| | | | | | (bzr r14954.1.22)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-10/+10
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-14/+14
| | | | | | (bzr r14954.1.20)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-20/+23
| | | | | | (bzr r14954.1.19)
* | First part of new SPObject children listAdrian Boguszewski2016-07-111-3/+3
| | | | | | (bzr r14954.1.17)
* | Added items as a range functionAdrian Boguszewski2016-07-031-47/+49
|\| | | | | (bzr r14954.1.13)
* | Added xmlNodes as range functionAdrian Boguszewski2016-07-011-10/+10
| | | | | | (bzr r14954.1.12)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-41/+41
| | | | | | (bzr r14954.1.10)
* | Added first range to ObjectSetAdrian Boguszewski2016-06-191-1/+1
|/ | | (bzr r14954.1.8)
* function to release object from groupRaphael Rosch2016-04-141-0/+32
| | | | | | Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845)
* Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-121-2/+2
| | | (bzr r14790)
* Perfomance optimization bugfixMarc Jeanmougin2015-12-131-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1515971 (bzr r14528)
* static code analysisKris De Gussem2015-11-061-70/+69
| | | (bzr r14447)
* Quick fix for previous fix (i cannot understand why the previous fix still ↵Marc Jeanmougin2015-09-051-1/+1
| | | | | works fine, but it will be cleaner with this anyway) (bzr r14344)
* better ordering of setting the ids in the group to symbol codeMarc Jeanmougin2015-09-051-3/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492615 (bzr r14343)
* Fix z-order in creating symbolsMarc Jeanmougin2015-09-051-1/+2
| | | (bzr r14342)
* Fix duplicate orderMarc Jeanmougin2015-05-261-2/+2
| | | (bzr r14178)
* merged trunkTomasz Boczkowski2015-05-111-5/+20
|\ | | | | (bzr r14059.1.24)
| * duplicating layers now respect prefs for clone relinkingMarc Jeanmougin2015-05-091-5/+20
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/267565 (bzr r14134)
* | merged trunkTomasz Boczkowski2015-05-091-85/+65
|\| | | | | (bzr r14059.1.21)
| * fix crash introduces by recent rev when clippingMarc Jeanmougin2015-05-091-4/+5
| | | | | | (bzr r14133)
| * fixed logic error in earlier fixMarc Jeanmougin2015-05-081-10/+12
| | | | | | (bzr r14132)
| * refactor sp_selection_set_maskMarc Jeanmougin2015-05-081-62/+32
| | | | | | (bzr r14131)
| * fixes various bugs with clipping and maskingMarc Jeanmougin2015-05-081-18/+16
| | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/569281 - https://launchpad.net/bugs/1319171 - https://launchpad.net/bugs/1177650 (bzr r14130)
| * fix for stl "remove"Marc Jeanmougin2015-05-071-4/+4
| | | | | | (bzr r14123)
| * better fix, using std::remove instead of std::eraseMarc Jeanmougin2015-05-071-12/+4
| | | | | | (bzr r14122)
| * fix crash when converting a group of objects to pathMarc Jeanmougin2015-05-071-4/+12
| | | | | | (bzr r14121)
| * fix sortsMarc Jeanmougin2015-05-061-4/+4
| | | | | | (bzr r14119)
| * "select same..." no longer returns groups.Marc Jeanmougin2015-05-061-0/+9
| | | | | | (bzr r14118)
* | renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-4/+4
| | | | | | (bzr r14059.1.20)
* | merged trunkTomasz Boczkowski2015-05-031-6/+7
|\| | | | | (bzr r14059.1.15)
| * fix crash when setting clipMarc Jeanmougin2015-05-021-6/+7
| | | | | | (bzr r14094)
* | merge with trunkTomasz Boczkowski2015-05-021-513/+412
|\| | | | | (bzr r14059.1.12)
| * Fixed comparison function used in sortsMarc Jeanmougin2015-05-021-3/+3
| | | | | | (bzr r14085)
| * Fixed crash bug due to some overlooked function changed in the recent merge.Marc Jeanmougin2015-05-011-6/+6
| | | | | | | | | | Also fixed the layer ordering in the widget, which was messed up by the same bug in a way i haven't quite sorted out (so the fact that this patch fixed it is quite a mystery, but i won't complain) (bzr r14079)
| * removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-271-14/+14
| | | | | | (bzr r13922.1.17)
| * Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin2015-04-261-7/+3
| | | | | | | | | | | | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15)
| * more cast cleanupMarc Jeanmougin2015-02-271-18/+18
| | | | | | (bzr r13922.1.11)
| * corrected the casts (hopefully)Marc Jeanmougin2015-02-271-85/+63
| | | | | | (bzr r13922.1.10)
| * Merge, resolved conflictsMarc Jeanmougin2015-02-231-58/+54
| |\ | | | | | | (bzr r13922.1.8)
| * | added a set to the SelectionMarc Jeanmougin2015-02-191-5/+5
| | | | | | | | | (bzr r13922.1.6)
| * | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-194/+179
| | | | | | | | | (bzr r13922.1.5)
| * | I can't really understand why, but i can now launch inkscape without it ↵mc2015-02-181-47/+35
| | | | | | | | | | | | | | | | | | | | | | | | segfaulting. That's an improvement. Next thing: code cleaning, replacing containers with vectors (bzr r13922.1.4)