| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Transform duplicate object only when clipping or masking | Stefano Facchini | 2017-09-24 | 1 | -16/+21 |
| | | |||||
| * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 1 | -12/+12 |
| | | |||||
| * | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵ | Jabier Arraiza | 2017-09-21 | 1 | -12/+19 |
| | | | | | powerstroke path | ||||
| * | Fix a bug on uninicialitated variable, that perform diferent results in ↵ | Jabier Arraiza | 2017-09-16 | 1 | -12/+0 |
| | | | | | debug and in release mode. Thanks Michael for help me finfing this bug. Also sused to remove some unnneded code in path chemistry and to better naming the variable uninicilitated | ||||
| * | Fixes for clone original LPE | Jabiertxo Arraiza Cenoz | 2017-09-13 | 1 | -2/+4 |
| | | |||||
| * | Fix a bug when creating a cloned LPE with fill between many | Jabier Arraiza | 2017-09-09 | 1 | -3/+5 |
| | | |||||
| * | This commit is based on a coment on bug #1670644. And allow to fill the fill ↵ | Jabier Arraiza | 2017-09-09 | 1 | -0/+1 |
| | | | | | | | | between many LPE widget that allow attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy | ||||
| * | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 1 | -1/+2 |
| | | | | | get_filename methods | ||||
| * | selection chemistry: cancel if we hit top/bottom | chr | 2017-05-23 | 1 | -4/+12 |
| | | | | | | avoid unpredictable results in multi selections (bzr r15698.1.13) | ||||
| * | selection chemistry: implement z-stack order | chr | 2017-05-23 | 1 | -0/+39 |
| | | | | | | | | | | | | | | | | Bug #1395452 "raise and lower objects" used to stack objects above/below the next overlapping object, which makes it impossible to change the z-order of objects that don't overlap. Fixes also the object manager panel Conflicts: src/selection-chemistry.cpp src/selection-chemistry.h src/sp-item.cpp (bzr r15698.1.7) | ||||
| * | fix a brunch of memory leaks | chr | 2017-05-18 | 1 | -2/+5 |
| | | | | (bzr r15698.1.2) | ||||
| * | Replace rectangle based zooming by affine based zooming. | Tavmjong Bah | 2017-03-13 | 1 | -3/+1 |
| | | | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592) | ||||
| * | [Bug #1426613] moving a selection of frame and text-flowed-into-frame ↵ | Nicolas Dufour | 2017-02-16 | 1 | -1/+1 |
| | | | | | | | | | displaces text. Fixed bugs: - https://launchpad.net/bugs/1426613 (bzr r15522) | ||||
| * | Fix for bug #1655156 Object -> Clip -> Apply distorts objects properties. | Jabiertxof | 2017-02-04 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1655156 (bzr r15473) | ||||
| * | Fix "swap fill and stroke" for multiple objects in selection | alexandru.roman | 2017-01-21 | 1 | -1/+70 |
| | | | | | | | | | | Add verb and shortcut possibility Fixed bugs: - https://launchpad.net/bugs/367360 - https://launchpad.net/bugs/675690 (bzr r15428) | ||||
| * | merge recursive unlink clones branch | Marc Jeanmougin | 2016-11-06 | 1 | -37/+91 |
| |\ | | | | | (bzr r15220) | ||||
| | * | Fix selection issue with ObjectSet::unlinkRecursive() and add tests for it. | Alexander Brock | 2016-11-06 | 1 | -0/+1 |
| | | | | | | | (bzr r15204.1.5) | ||||
| | * | Remove duplicate code from unlinkRecursive() and fix issue with clones of groups | Alexander Brock | 2016-11-06 | 1 | -19/+4 |
| | | | | | | | (bzr r15204.1.4) | ||||
| | * | Make ObjectSet::unlink() work for clones which are both clipped and masked | Alexander Brock | 2016-11-04 | 1 | -12/+5 |
| | | | | | | | (bzr r15204.1.3) | ||||
| | * | Preserve clips when unlinking clones | Alexander Brock | 2016-11-04 | 1 | -27/+52 |
| | | | | | | | (bzr r15204.1.2) | ||||
| | * | Add "Edit->Clone->Unlink Clones recursively" function ↵ | Alexander Brock | 2016-11-04 | 1 | -9/+59 |
| | |\ | | | | | | | | | | | | | (ObjectSet::unlinkRecursive) (bzr r15204.1.1) | ||||
| | | * | Add recursive clone unlink feature | Alexander Brock | 2016-10-27 | 1 | -98/+178 |
| | | | | | | | | | | (bzr r15191.1.1) | ||||
| * | | | further cppification | Marc Jeanmougin | 2016-11-06 | 1 | -23/+11 |
| |/ / | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1306662 (bzr r15218) | ||||
| * / | Add some unit tests for object-set cppification | Marc Jeanmougin | 2016-11-02 | 1 | -3/+3 |
| |/ | | | (bzr r15203) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -590/+515 |
| | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | ||||
| * | Update to trunk and some fixes | Jabier Arraiza Cenoz | 2016-10-02 | 1 | -263/+262 |
| |\ | | | | | (bzr r14865.1.14) | ||||
| | * | Fix minor problem in previous commit | Marc Jeanmougin | 2016-09-15 | 1 | -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 Jeanmougin | 2016-09-15 | 1 | -8/+16 |
| | | | | | | | | | | | | | | | | | prefs option is set) Fixed bugs: - https://launchpad.net/bugs/312116 (bzr r15117) | ||||
| | * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -20/+1 |
| | |\ | | | | | | | (bzr r14954.1.29) | ||||
| | | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -24/+1 |
| | | | | | | | | | | (bzr r15034) | ||||
| | | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+24 |
| | | | | | | | | | | (bzr r15027) | ||||
| | | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -24/+1 |
| | | | | | | | | | | (bzr r15025) | ||||
| | * | | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -48/+49 |
| | | | | | | | | | | (bzr r14954.1.28) | ||||
| | * | | Changed arguments and names of selection chemistry functions | Adrian Boguszewski | 2016-07-20 | 1 | -144/+145 |
| | | | | | | | | | | (bzr r14954.1.22) | ||||
| | * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -10/+10 |
| | | | | | | | | | | (bzr r14954.1.21) | ||||
| | * | | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -14/+14 |
| | | | | | | | | | | (bzr r14954.1.20) | ||||
| | * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -20/+23 |
| | | | | | | | | | | (bzr r14954.1.19) | ||||
| | * | | First part of new SPObject children list | Adrian Boguszewski | 2016-07-11 | 1 | -3/+3 |
| | | | | | | | | | | (bzr r14954.1.17) | ||||
| | * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -47/+49 |
| | |\| | | | | | | | (bzr r14954.1.13) | ||||
| | * | | Added xmlNodes as range function | Adrian Boguszewski | 2016-07-01 | 1 | -10/+10 |
| | | | | | | | | | | (bzr r14954.1.12) | ||||
| | * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -41/+41 |
| | | | | | | | | | | (bzr r14954.1.10) | ||||
| | * | | Added first range to ObjectSet | Adrian Boguszewski | 2016-06-19 | 1 | -1/+1 |
| | |/ | | | | | (bzr r14954.1.8) | ||||
| * / | Fixing undo thing | Jabier Arraiza Cenoz | 2016-05-21 | 1 | -14/+17 |
| |/ | | | (bzr r14865.1.5) | ||||
| * | function to release object from group | Raphael Rosch | 2016-04-14 | 1 | -0/+32 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845) | ||||
| * | Hackfest 2016: un-obfuscate the SPCanvas widget. | Krzysztof Kosi??ski | 2016-04-12 | 1 | -2/+2 |
| | | | | (bzr r14790) | ||||
| * | Perfomance optimization bugfix | Marc Jeanmougin | 2015-12-13 | 1 | -0/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1515971 (bzr r14528) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-06 | 1 | -70/+69 |
| | | | | (bzr r14447) | ||||
| * | Quick fix for previous fix (i cannot understand why the previous fix still ↵ | Marc Jeanmougin | 2015-09-05 | 1 | -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 code | Marc Jeanmougin | 2015-09-05 | 1 | -3/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1492615 (bzr r14343) | ||||
| * | Fix z-order in creating symbols | Marc Jeanmougin | 2015-09-05 | 1 | -1/+2 |
| | | | | (bzr r14342) | ||||
