| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-24 | Fix gradient/mesh handles after object with gradient/mesh cloned. | Tavmjong Bah | 1 | -0/+1 | |
| Fixes https://bugs.launchpad.net/inkscape/+bug/453067 Fixes https://gitlab.com/inkscape/inkscape/issues/130 | |||||
| 2019-10-18 | Make href and unhref member functions of SPObject. | Tavmjong Bah | 1 | -25/+21 | |
| 2019-10-01 | Support "lang" and "xml:lang" attributes. | Tavmjong Bah | 1 | -0/+1 | |
| Partial fix for https://gitlab.com/inkscape/inbox/issues/951 | |||||
| 2019-07-01 | Fix various minor typos | Yuri Chornoivan | 1 | -1/+1 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -2/+4 | |
| 2018-10-05 | Removal of code but breaks gradients | Martin Owens | 1 | -30/+0 | |
| 2018-06-20 | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -10/+10 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-03-26 | Fixing refs | Jabier Arraiza | 1 | -1/+0 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2017-09-21 | Remove usage of GString in sp-object.cpp | Jan Lingscheid | 1 | -1/+1 | |
| 2017-01-24 | update to trunk | Jabier Arraiza Cenoz | 1 | -0/+3 | |
| (bzr r15356.1.18) | |||||
| 2017-01-24 | Remove some code and make dependant of rotate copies | Jabiertxof | 1 | -3/+0 | |
| (bzr r15356.1.17) | |||||
| 2017-01-05 | Adding base | Jabiertxof | 1 | -0/+3 | |
| (bzr r15392.1.1) | |||||
| 2016-12-28 | First attemp working | Jabiertxof | 1 | -0/+3 | |
| (bzr r15356.1.1) | |||||
| 2016-12-05 | Working on mirror LPE | Jabier Arraiza Cenoz | 1 | -0/+3 | |
| (bzr r15295.1.6) | |||||
| 2016-11-05 | Move a header place | Jabier Arraiza Cenoz | 1 | -1/+2 | |
| (bzr r15215) | |||||
| 2016-11-05 | Fix last commit not working, LPE are cloned on copies | Jabier Arraiza Cenoz | 1 | -1/+3 | |
| (bzr r15214) | |||||
| 2016-10-27 | Fix regression in loop prevention | Marc Jeanmougin | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1636533 (bzr r15193) | |||||
| 2016-09-26 | Add tracing code. | Tavmjong Bah | 1 | -0/+2 | |
| (bzr r15134) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -6/+6 | |
| (bzr r14954.1.21) | |||||
| 2016-07-14 | Last part of new SPObject children list | Adrian Boguszewski | 1 | -7/+2 | |
| (bzr r14954.1.20) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -5/+4 | |
| (bzr r14954.1.19) | |||||
| 2016-07-11 | First part of new SPObject children list | Adrian Boguszewski | 1 | -12/+17 | |
| (bzr r14954.1.17) | |||||
| 2015-12-08 | finally removed all GSList from main folder .h files | Marc Jeanmougin | 1 | -1/+0 | |
| (bzr r14504.1.15) | |||||
| 2015-05-02 | Fixed comparison function used in sorts | Marc Jeanmougin | 1 | -0/+1 | |
| (bzr r14085) | |||||
| 2015-04-26 | Just reread the entire diff against trunk. Given the diff size, i must have ↵ | Marc Jeanmougin | 1 | -1/+0 | |
| 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) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -4/+0 | |
| (bzr r13922.1.10) | |||||
| 2015-02-23 | Removed eclipse files, added removed pot file | Marc Jeanmougin | 1 | -3/+0 | |
| (bzr r13922.1.7) | |||||
| 2015-02-21 | Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933 | Marc Jeanmougin | 1 | -2/+3 | |
| Added std::list<SPObject*> hrefList member to SPObject class. (bzr r13935) | |||||
| 2015-02-19 | added a set to the Selection | Marc Jeanmougin | 1 | -2/+3 | |
| (bzr r13922.1.6) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -1/+9 | |
| 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) | |||||
| 2014-12-23 | Use gray for 'context-fill' and 'context-stroke' in marker selector. | Tavmjong Bah | 1 | -0/+5 | |
| Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822) | |||||
| 2014-12-16 | Debugging routines to print out XML, SP Object, and Display Item trees. | Tavmjong Bah | 1 | -0/+2 | |
| (bzr r13802) | |||||
| 2014-11-25 | More c++ string usage. | Johan B. C. Engelen | 1 | -1/+6 | |
| (bzr r13763) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -41/+43 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -7/+7 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-08-30 | Minor pass of header cleanup | Liam P. White | 1 | -36/+37 | |
| (bzr r13341.1.189) | |||||
| 2014-04-26 | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 1 | -1/+1 | |
| (bzr r13309) | |||||
| 2014-04-05 | Allow command line options -i and -j to effect plain-svg output, this ↵ | Martin Owens | 1 | -0/+5 | |
| involves cropping and reducing. (bzr r13268) | |||||
| 2014-03-03 | change 0 to NULL for pointers | Johan B. C. Engelen | 1 | -4/+4 | |
| (bzr r13102) | |||||
| 2014-03-02 | Experimental merge of Ponyscape features into trunk (will not compile) | Liam P. White | 1 | -0/+1 | |
| (bzr r13090.1.1) | |||||
| 2013-10-09 | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵ | Nicolas Dufour | 1 | -1/+1 | |
| message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673) | |||||
| 2013-09-28 | bug fix: xml:space was not initialized, getting random values | buliabyak | 1 | -1/+3 | |
| (bzr r12604) | |||||
| 2013-09-15 | Added runtime check in SP_-cast macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.123) | |||||
| 2013-09-14 | Modified SP_IS_ macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.122) | |||||
| 2013-07-31 | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. | Markus Engel | 1 | -3/+4 | |
| (bzr r11608.1.110) | |||||
