| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Make ObjectSet::unlink() work for clones which are both clipped and masked | Alexander Brock | 2016-11-04 | 1 | -12/+5 | |
| | * | Preserve clips when unlinking clones | Alexander Brock | 2016-11-04 | 1 | -27/+52 | |
| | * | Add "Edit->Clone->Unlink Clones recursively" function (ObjectSet::unlinkRecur... | Alexander Brock | 2016-11-04 | 1 | -9/+59 | |
| | |\ | ||||||
| | | * | Add recursive clone unlink feature | Alexander Brock | 2016-10-27 | 1 | -98/+178 | |
| * | | | further cppification | Marc Jeanmougin | 2016-11-06 | 1 | -23/+11 | |
| |/ / | ||||||
| * / | Add some unit tests for object-set cppification | Marc Jeanmougin | 2016-11-02 | 1 | -3/+3 | |
| |/ | ||||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo... | Marc Jeanmougin | 2016-10-24 | 1 | -590/+515 | |
| * | Update to trunk and some fixes | Jabier Arraiza Cenoz | 2016-10-02 | 1 | -263/+262 | |
| |\ | ||||||
| | * | Fix minor problem in previous commit | Marc Jeanmougin | 2016-09-15 | 1 | -1/+1 | |
| | * | Duplicating text along path and its path relinks to the new path (if the pref... | Marc Jeanmougin | 2016-09-15 | 1 | -8/+16 | |
| | * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -20/+1 | |
| | |\ | ||||||
| | | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -24/+1 | |
| | | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+24 | |
| | | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -24/+1 | |
| | * | | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -48/+49 | |
| | * | | Changed arguments and names of selection chemistry functions | Adrian Boguszewski | 2016-07-20 | 1 | -144/+145 | |
| | * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -10/+10 | |
| | * | | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -14/+14 | |
| | * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -20/+23 | |
| | * | | First part of new SPObject children list | Adrian Boguszewski | 2016-07-11 | 1 | -3/+3 | |
| | * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -47/+49 | |
| | |\| | ||||||
| | * | | Added xmlNodes as range function | Adrian Boguszewski | 2016-07-01 | 1 | -10/+10 | |
| | * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -41/+41 | |
| | * | | Added first range to ObjectSet | Adrian Boguszewski | 2016-06-19 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | Fixing undo thing | Jabier Arraiza Cenoz | 2016-05-21 | 1 | -14/+17 | |
| |/ | ||||||
| * | function to release object from group | Raphael Rosch | 2016-04-14 | 1 | -0/+32 | |
| * | Hackfest 2016: un-obfuscate the SPCanvas widget. | Krzysztof Kosi??ski | 2016-04-12 | 1 | -2/+2 | |
| * | Perfomance optimization bugfix | Marc Jeanmougin | 2015-12-13 | 1 | -0/+3 | |
| * | static code analysis | Kris De Gussem | 2015-11-06 | 1 | -70/+69 | |
| * | Quick fix for previous fix (i cannot understand why the previous fix still wo... | Marc Jeanmougin | 2015-09-05 | 1 | -1/+1 | |
| * | better ordering of setting the ids in the group to symbol code | Marc Jeanmougin | 2015-09-05 | 1 | -3/+2 | |
| * | Fix z-order in creating symbols | Marc Jeanmougin | 2015-09-05 | 1 | -1/+2 | |
| * | Fix duplicate order | Marc Jeanmougin | 2015-05-26 | 1 | -2/+2 | |
| * | merged trunk | Tomasz Boczkowski | 2015-05-11 | 1 | -5/+20 | |
| |\ | ||||||
| | * | duplicating layers now respect prefs for clone relinking | Marc Jeanmougin | 2015-05-09 | 1 | -5/+20 | |
| * | | merged trunk | Tomasz Boczkowski | 2015-05-09 | 1 | -85/+65 | |
| |\| | ||||||
| | * | fix crash introduces by recent rev when clipping | Marc Jeanmougin | 2015-05-09 | 1 | -4/+5 | |
| | * | fixed logic error in earlier fix | Marc Jeanmougin | 2015-05-08 | 1 | -10/+12 | |
| | * | refactor sp_selection_set_mask | Marc Jeanmougin | 2015-05-08 | 1 | -62/+32 | |
| | * | fixes various bugs with clipping and masking | Marc Jeanmougin | 2015-05-08 | 1 | -18/+16 | |
| | * | fix for stl "remove" | Marc Jeanmougin | 2015-05-07 | 1 | -4/+4 | |
| | * | better fix, using std::remove instead of std::erase | Marc Jeanmougin | 2015-05-07 | 1 | -12/+4 | |
| | * | fix crash when converting a group of objects to path | Marc Jeanmougin | 2015-05-07 | 1 | -4/+12 | |
| | * | fix sorts | Marc Jeanmougin | 2015-05-06 | 1 | -4/+4 | |
| | * | "select same..." no longer returns groups. | Marc Jeanmougin | 2015-05-06 | 1 | -0/+9 | |
| * | | renamed SPPattern methods to match coding style | Tomasz Boczkowski | 2015-05-03 | 1 | -4/+4 | |
| * | | merged trunk | Tomasz Boczkowski | 2015-05-03 | 1 | -6/+7 | |
| |\| | ||||||
| | * | fix crash when setting clip | Marc Jeanmougin | 2015-05-02 | 1 | -6/+7 | |
| * | | merge with trunk | Tomasz Boczkowski | 2015-05-02 | 1 | -513/+412 | |
| |\| | ||||||
| | * | Fixed comparison function used in sorts | Marc Jeanmougin | 2015-05-02 | 1 | -3/+3 | |
