summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-15Fix minor problem in previous commitMarc Jeanmougin1-1/+1
2016-09-15Duplicating text along path and its path relinks to the new path (if the pref...Marc Jeanmougin1-8/+16
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-24/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+24
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-24/+1
2016-07-27Renamed some functions, fixed testsAdrian Boguszewski1-48/+49
2016-07-20Changed arguments and names of selection chemistry functionsAdrian Boguszewski1-144/+145
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-10/+10
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-14/+14
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-20/+23
2016-07-11First part of new SPObject children listAdrian Boguszewski1-3/+3
2016-07-01Added xmlNodes as range functionAdrian Boguszewski1-10/+10
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-41/+41
2016-04-14function to release object from groupRaphael Rosch1-0/+32
2016-04-12Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski1-2/+2
2015-12-13Perfomance optimization bugfixMarc Jeanmougin1-0/+3
2015-11-06static code analysisKris De Gussem1-70/+69
2015-09-05Quick fix for previous fix (i cannot understand why the previous fix still wo...Marc Jeanmougin1-1/+1
2015-09-05better ordering of setting the ids in the group to symbol codeMarc Jeanmougin1-3/+2
2015-09-05Fix z-order in creating symbolsMarc Jeanmougin1-1/+2
2015-05-26Fix duplicate orderMarc Jeanmougin1-2/+2
2015-05-09duplicating layers now respect prefs for clone relinkingMarc Jeanmougin1-5/+20
2015-05-09fix crash introduces by recent rev when clippingMarc Jeanmougin1-4/+5
2015-05-08fixed logic error in earlier fixMarc Jeanmougin1-10/+12
2015-05-08refactor sp_selection_set_maskMarc Jeanmougin1-62/+32
2015-05-08fixes various bugs with clipping and maskingMarc Jeanmougin1-18/+16
2015-05-07fix for stl "remove"Marc Jeanmougin1-4/+4
2015-05-07better fix, using std::remove instead of std::eraseMarc Jeanmougin1-12/+4
2015-05-07fix crash when converting a group of objects to pathMarc Jeanmougin1-4/+12
2015-05-06fix sortsMarc Jeanmougin1-4/+4
2015-05-06"select same..." no longer returns groups.Marc Jeanmougin1-0/+9
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-4/+4
2015-05-02fix crash when setting clipMarc Jeanmougin1-6/+7
2015-05-02Fixed comparison function used in sortsMarc Jeanmougin1-3/+3
2015-05-01Fixed crash bug due to some overlooked function changed in the recent merge.Marc Jeanmougin1-6/+6
2015-04-27removed a few useless SP_OBJECT() castsMarc Jeanmougin1-14/+14
2015-04-26Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin1-7/+3
2015-02-27more cast cleanupMarc Jeanmougin1-18/+18
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-85/+63
2015-02-21Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933Marc Jeanmougin1-2/+1
2015-02-20Fix for bug 1409591 :Marc Jeanmougin1-64/+32
2015-02-19added a set to the SelectionMarc Jeanmougin1-5/+5
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-194/+179
2015-02-18I can't really understand why, but i can now launch inkscape without it segfa...mc1-47/+35
2015-02-18OMG IT'S COMPILING.Mc1-91/+83
2015-02-18Just...mc1-7/+6
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-413/+366
2015-02-16Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the clo...mc1-0/+23
2014-12-25Remove sp_style_new().Tavmjong Bah1-4/+5
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-52/+52