| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -901/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Remove usage of GString in sp-object.cpp | Jan Lingscheid | 2017-09-21 | 1 | -1/+1 |
| | | |||||
| * | Adding base | Jabiertxof | 2017-01-05 | 1 | -0/+3 |
| | | | | (bzr r15392.1.1) | ||||
| * | Move a header place | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -1/+2 |
| | | | | (bzr r15215) | ||||
| * | Fix last commit not working, LPE are cloned on copies | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -1/+3 |
| | | | | (bzr r15214) | ||||
| * | Fix regression in loop prevention | Marc Jeanmougin | 2016-10-27 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1636533 (bzr r15193) | ||||
| * | Add tracing code. | Tavmjong Bah | 2016-09-26 | 1 | -0/+2 |
| | | | | (bzr r15134) | ||||
| * | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -6/+6 |
| | | | | (bzr r14954.1.21) | ||||
| * | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -7/+2 |
| | | | | (bzr r14954.1.20) | ||||
| * | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -5/+4 |
| | | | | (bzr r14954.1.19) | ||||
| * | First part of new SPObject children list | Adrian Boguszewski | 2016-07-11 | 1 | -12/+17 |
| | | | | (bzr r14954.1.17) | ||||
| * | finally removed all GSList from main folder .h files | Marc Jeanmougin | 2015-12-08 | 1 | -1/+0 |
| | | | | (bzr r14504.1.15) | ||||
| * | Fixed comparison function used in sorts | Marc Jeanmougin | 2015-05-02 | 1 | -0/+1 |
| | | | | (bzr r14085) | ||||
| * | Just reread the entire diff against trunk. Given the diff size, i must have ↵ | Marc Jeanmougin | 2015-04-26 | 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) | ||||
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -4/+0 |
| | | | | (bzr r13922.1.10) | ||||
| * | Merge, resolved conflicts | Marc Jeanmougin | 2015-02-23 | 1 | -2/+3 |
| |\ | | | | | (bzr r13922.1.8) | ||||
| | * | Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933 | Marc Jeanmougin | 2015-02-21 | 1 | -2/+3 |
| | | | | | | | | | | | Added std::list<SPObject*> hrefList member to SPObject class. (bzr r13935) | ||||
| * | | Removed eclipse files, added removed pot file | Marc Jeanmougin | 2015-02-23 | 1 | -3/+0 |
| | | | | | | | (bzr r13922.1.7) | ||||
| * | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -2/+3 |
| | | | | | | | (bzr r13922.1.6) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 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) | ||||
| * | Use gray for 'context-fill' and 'context-stroke' in marker selector. | Tavmjong Bah | 2014-12-23 | 1 | -0/+5 |
| | | | | | | Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822) | ||||
| * | Debugging routines to print out XML, SP Object, and Display Item trees. | Tavmjong Bah | 2014-12-16 | 1 | -0/+2 |
| | | | | (bzr r13802) | ||||
| * | More c++ string usage. | Johan B. C. Engelen | 2014-11-25 | 1 | -1/+6 |
| | | | | (bzr r13763) | ||||
| * | Update to experimental r13531 | Liam P. White | 2014-08-31 | 1 | -41/+42 |
| |\ | | | | | (bzr r13090.1.106) | ||||
| | * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -7/+7 |
| | | | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| | * | Minor pass of header cleanup | Liam P. White | 2014-08-30 | 1 | -36/+37 |
| | | | | | | | (bzr r13341.1.189) | ||||
| * | | Update to trunk and fix issues | Liam P. White | 2014-04-29 | 1 | -1/+1 |
| |\| | | | | | (bzr r13090.1.67) | ||||
| | * | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 2014-04-26 | 1 | -1/+1 |
| | | | | | | | (bzr r13309) | ||||
| * | | Updaet to trunk | Liam P. White | 2014-04-06 | 1 | -0/+5 |
| |\| | | | | | (bzr r13090.1.49) | ||||
| | * | Allow command line options -i and -j to effect plain-svg output, this ↵ | Martin Owens | 2014-04-05 | 1 | -0/+5 |
| | | | | | | | | | | | involves cropping and reducing. (bzr r13268) | ||||
| * | | Merge to trunk | Liam P. White | 2014-03-04 | 1 | -4/+4 |
| |\| | | | | | (bzr r13090.1.12) | ||||
| | * | change 0 to NULL for pointers | Johan B. C. Engelen | 2014-03-03 | 1 | -4/+4 |
| | | | | | | | (bzr r13102) | ||||
| * | | Experimental merge of Ponyscape features into trunk (will not compile) | Liam P. White | 2014-03-02 | 1 | -0/+1 |
| |/ | | | (bzr r13090.1.1) | ||||
| * | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵ | Nicolas Dufour | 2013-10-09 | 1 | -1/+1 |
| | | | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673) | ||||
| * | bug fix: xml:space was not initialized, getting random values | buliabyak | 2013-09-28 | 1 | -1/+3 |
| | | | | (bzr r12604) | ||||
| * | Added runtime check in SP_-cast macros. | Markus Engel | 2013-09-15 | 1 | -1/+1 |
| | | | | (bzr r11608.1.123) | ||||
| * | Modified SP_IS_ macros. | Markus Engel | 2013-09-14 | 1 | -1/+1 |
| | | | | (bzr r11608.1.122) | ||||
| * | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. | Markus Engel | 2013-07-31 | 1 | -3/+4 |
| | | | | (bzr r11608.1.110) | ||||
| * | various little changes | Markus Engel | 2013-04-10 | 1 | -0/+3 |
| | | | | (bzr r11608.1.93) | ||||
| * | Reactivated independent reference counting in the SPObject tree. | Markus Engel | 2013-04-08 | 1 | -0/+1 |
| | | | | (bzr r11608.1.88) | ||||
| * | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -36/+0 |
| | | | | (bzr r11608.1.86) | ||||
| * | Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵ | Markus Engel | 2013-04-02 | 1 | -2/+5 |
| | | | | | | casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70) | ||||
| * | Added experimental constructor to SPRect. Memory leaks because of ↵ | Markus Engel | 2013-04-01 | 1 | -0/+1 |
| | | | | | | non-virtual destructor. (bzr r11608.1.66) | ||||
| * | Replaced all casting macros with glib-independent ones. | Markus Engel | 2013-04-01 | 1 | -3/+2 |
| | | | | (bzr r11608.1.64) | ||||
| * | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+4 |
| | | | | (bzr r11608.1.63) | ||||
| * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -10/+10 |
| | | | | (bzr r11608.1.57) | ||||
| * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -123/+11 |
| |\ | | | | | (bzr r11608.1.56) | ||||
| | * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 1 | -10/+2 |
| | | | | | | | | | | | forward declarations (bzr r12203) | ||||
| | * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 1 | -4/+1 |
| | | | | | | | (bzr r12064) | ||||
