| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -21/+21 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Fixes on convert to paths LPE shapes | Jabier Arraiza | 2018-06-02 | 1 | -5/+13 |
| | | |||||
| * | Fix bug when converting to paths cliped and masked LPE elemets | Jabiertxo Arraiza Cenoz | 2018-04-26 | 1 | -13/+13 |
| | | |||||
| * | Minor cleanup of warnings. No functional change. | Felipe Corrêa da Silva Sanches | 2018-03-27 | 1 | -2/+2 |
| | | |||||
| * | Allow upadate shapen innside groups with LPE | Jabier Arraiza | 2018-03-26 | 1 | -2/+2 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -3/+3 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -14/+21 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -3/+3 |
| | | | | Found via `codespell` | ||||
| * | Add break apart. Thanks Maren | Jabier Arraiza | 2017-12-14 | 1 | -3/+0 |
| | | |||||
| * | Make optional convert clone to path by a prefs option | Jabier Arraiza | 2017-12-14 | 1 | -3/+12 |
| | | |||||
| * | This commit: | Jabiertxo Arraiza Cenoz | 2017-12-14 | 1 | -10/+5 |
| | | | | | | | | *Allow boolops operation with non paths converting them to path first *Allow convert to stroke non paths converting previously to paths *Allow combine with use elements converting it to paths first *Allow convert to curves use/clone elements converting to curves | ||||
| * | fix removing class when object to path | Aurèle Duda | 2017-10-31 | 1 | -0/+4 |
| | | |||||
| * | Fix a bug converting to paths nested LPE with powerstroke | Jabier Arraiza | 2017-10-29 | 1 | -2/+6 |
| | | |||||
| * | Fixing problems with nested LPE and convert to paths | Jabier Arraiza | 2017-10-14 | 1 | -2/+0 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-01 | 1 | -1/+6 |
| |\ | |||||
| | * | Fix bug #1719505 segfault on convert to path | Jabier Arraiza | 2017-09-30 | 1 | -1/+6 |
| | | | |||||
| * | | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -5/+3 |
| |/ | |||||
| * | fix a brunch of memory leaks | chr | 2017-05-18 | 1 | -1/+2 |
| | | | | (bzr r15698.1.2) | ||||
| * | Merge in GSoC style dialog. (Work in progress.) | Tavmjong Bah | 2017-02-04 | 1 | -3/+3 |
| |\ | | | | | (bzr r15471) | ||||
| | * | Merge changes from trunk | kamalpreetgrewal | 2016-08-15 | 1 | -6/+6 |
| | |\ | | | | | | | (bzr r14949.1.64) | ||||
| | * \ | Merge changes from trunk | kamalpreetgrewal | 2016-08-04 | 1 | -4/+1 |
| | |\ \ | | | | | | | | | (bzr r14949.1.62) | ||||
| | * | | | Propagate changes to object tree with changes in style element | Tavmjong Bah | 2016-07-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | (bzr r14949.1.46) | ||||
| * | | | | Improvements and fixes for buds pointed by suv on measure line LPE | Jabiertxof | 2016-12-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | (bzr r15294) | ||||
| * | | | | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -81/+90 |
| | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -4/+1 |
| |\ \ \ | | |/ | |/| | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -4/+1 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+4 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -4/+0 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -6/+6 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -5/+5 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | Bug #1552765 fixed Break Apart dont handle well stroke with in documents ↵ | Jabier Arraiza Cenoz | 2016-04-08 | 1 | -10/+4 |
| | | | | | | | | | different than px Fixed bugs: - https://launchpad.net/bugs/1552765 (bzr r14765) | ||||
| * | Fix for bug 415471 and 1553182 related to undo with eraser tool | Jabier Arraiza Cenoz | 2016-03-04 | 1 | -8/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1553182 (bzr r14688) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -6/+6 |
| | | | | (bzr r14463) | ||||
| * | Use different method to find text to save when converting text to path. | Tavmjong Bah | 2015-10-02 | 1 | -8/+8 |
| | | | | | | | | | (Also has advantage of preserving lines.) Fixed bugs: - https://launchpad.net/bugs/1502013 (bzr r14390) | ||||
| * | fix for stl "remove" | Marc Jeanmougin | 2015-05-07 | 1 | -2/+2 |
| | | | | (bzr r14123) | ||||
| * | better fix, using std::remove instead of std::erase | Marc Jeanmougin | 2015-05-07 | 1 | -6/+2 |
| | | | | (bzr r14122) | ||||
| * | fix crash when converting a group of objects to path | Marc Jeanmougin | 2015-05-07 | 1 | -2/+6 |
| | | | | (bzr r14121) | ||||
| * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 1 | -2/+10 |
| |\ | | | | | (bzr r13922.1.19) | ||||
| | * | Save original text in 'aria-label' attribute for accessibilty reasons. | Tavmjong Bah | 2015-04-28 | 1 | -1/+11 |
| | | | | | | | (bzr r14066) | ||||
| * | | Just reread the entire diff against trunk. Given the diff size, i must have ↵ | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | 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 cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | (bzr r13922.1.11) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -32/+17 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -36/+37 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -62/+63 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 1 | -15/+13 |
| | | | | (bzr r13822.1.4) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -6/+6 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_message_stack | Liam P. White | 2014-12-21 | 1 | -8/+8 |
| | | | | (bzr r13817) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -4/+4 |
| | | | | (bzr r13809) | ||||
| * | Update to trunk r13638 | Liam P. White | 2014-10-25 | 1 | -24/+32 |
| |\ | | | | | (bzr r13341.1.286) | ||||
