summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate orderMarc Jeanmougin2015-05-261-2/+2
* merged trunkTomasz Boczkowski2015-05-111-5/+20
|\
| * duplicating layers now respect prefs for clone relinkingMarc Jeanmougin2015-05-091-5/+20
* | merged trunkTomasz Boczkowski2015-05-091-85/+65
|\|
| * fix crash introduces by recent rev when clippingMarc Jeanmougin2015-05-091-4/+5
| * fixed logic error in earlier fixMarc Jeanmougin2015-05-081-10/+12
| * refactor sp_selection_set_maskMarc Jeanmougin2015-05-081-62/+32
| * fixes various bugs with clipping and maskingMarc Jeanmougin2015-05-081-18/+16
| * fix for stl "remove"Marc Jeanmougin2015-05-071-4/+4
| * better fix, using std::remove instead of std::eraseMarc Jeanmougin2015-05-071-12/+4
| * fix crash when converting a group of objects to pathMarc Jeanmougin2015-05-071-4/+12
| * fix sortsMarc Jeanmougin2015-05-061-4/+4
| * "select same..." no longer returns groups.Marc Jeanmougin2015-05-061-0/+9
* | renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-4/+4
* | merged trunkTomasz Boczkowski2015-05-031-6/+7
|\|
| * fix crash when setting clipMarc Jeanmougin2015-05-021-6/+7
* | merge with trunkTomasz Boczkowski2015-05-021-513/+412
|\|
| * Fixed comparison function used in sortsMarc Jeanmougin2015-05-021-3/+3
| * Fixed crash bug due to some overlooked function changed in the recent merge.Marc Jeanmougin2015-05-011-6/+6
| * removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-271-14/+14
| * Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin2015-04-261-7/+3
| * more cast cleanupMarc Jeanmougin2015-02-271-18/+18
| * corrected the casts (hopefully)Marc Jeanmougin2015-02-271-85/+63
| * Merge, resolved conflictsMarc Jeanmougin2015-02-231-58/+54
| |\
| * | added a set to the SelectionMarc Jeanmougin2015-02-191-5/+5
| * | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-194/+179
| * | I can't really understand why, but i can now launch inkscape without it segfa...mc2015-02-181-47/+35
| * | OMG IT'S COMPILING.Mc2015-02-181-91/+83
| * | Just...mc2015-02-181-7/+6
| * | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-413/+366
* | | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-13/+11
|\ \ \ | |_|/ |/| |
| * | SPPattern c++-sification: replaced function by methods pt3Tomasz Boczkowski2014-05-291-1/+1
| * | SPPattern c++-sification: replaced function by methodsTomasz Boczkowski2014-05-281-3/+3
| * | SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski2014-05-271-3/+4
| * | SPPattern c++-sification: replaced GSList by std::listTomasz Boczkowski2014-05-271-4/+2
* | | Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933Marc Jeanmougin2015-02-211-2/+1
* | | Fix for bug 1409591 :Marc Jeanmougin2015-02-201-64/+32
* | | Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the clo...mc2015-02-161-0/+23
| |/ |/|
* | Remove sp_style_new().Tavmjong Bah2014-12-251-4/+5
* | Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-52/+52
* | Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-1/+1
* | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-35/+35
* | fix errors in string conversion. (rev13762, 13763)Johan B. C. Engelen2014-11-281-6/+6
* | Update to trunk r13766Liam P. White2014-11-261-22/+17
|\ \
| * | More c++ string usage.Johan B. C. Engelen2014-11-251-16/+7
| * | More C++ string usage.Johan B. C. Engelen2014-11-251-4/+2
| * | Fix applying LPE to clones (through the "+" button in the LPE dialog).Johan B. C. Engelen2014-11-251-2/+8
* | | Update to trunk r13750Liam P. White2014-11-241-2/+2
|\| |
| * | Macro cleanup of commented out code.Jon A. Cruz2014-11-151-1/+1
| * | Fix a bug releasing LPE clip and maskJabier Arraiza Cenoz2014-11-121-1/+1