| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add tracing code. | Tavmjong Bah | 2016-09-26 | 1 | -0/+129 |
| | | | | (bzr r15134) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -2/+0 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -2/+0 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+2 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -2/+0 |
| | | | | | | | (bzr r15025) | ||||
| * | | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -0/+3 |
| | | | | | | | (bzr r14954.1.28) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -22/+22 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -51/+15 |
| | | | | | | | (bzr r14954.1.20) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -18/+4 |
| | | | | | | | (bzr r14954.1.19) | ||||
| * | | First part of new SPObject children list | Adrian Boguszewski | 2016-07-11 | 1 | -55/+69 |
| |/ | | | (bzr r14954.1.17) | ||||
| * | Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape. | brock-alexander | 2016-06-14 | 1 | -1/+14 |
| | | | | (bzr r14986) | ||||
| * | Remove code of a semifixed bug | Jabier Arraiza Cenoz | 2016-03-18 | 1 | -7/+8 |
| | | | | (bzr r14718) | ||||
| * | Bug #1419517 Fix Crash when applying new path effect after deleting pattern ↵ | Jabier Arraiza Cenoz | 2016-03-18 | 1 | -8/+7 |
| | | | | | | | | | of Pattern-along-path LPE Fixed bugs: - https://launchpad.net/bugs/1419517 (bzr r14717) | ||||
| * | Fix for circular references detection in almost all cases, fixing ↵ | Marc Jeanmougin | 2015-07-14 | 1 | -2/+3 |
| | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates. This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree. There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway) (bzr r14245) | ||||
| * | Fixed comparison function used in sorts | Marc Jeanmougin | 2015-05-02 | 1 | -0/+4 |
| | | | | (bzr r14085) | ||||
| * | merge | Marc Jeanmougin | 2015-04-26 | 1 | -10/+2 |
| |\ | | | | | (bzr r13922.1.12) | ||||
| | * | create SPObject factory | Liam P. White | 2015-02-25 | 1 | -10/+2 |
| | | | | | | | (bzr r13939.1.1) | ||||
| * | | Merge, resolved conflicts | Marc Jeanmougin | 2015-02-23 | 1 | -3/+9 |
| |\| | | | | | (bzr r13922.1.8) | ||||
| | * | Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933 | Marc Jeanmougin | 2015-02-21 | 1 | -3/+9 |
| | | | | | | | | | | | Added std::list<SPObject*> hrefList member to SPObject class. (bzr r13935) | ||||
| * | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -3/+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 | -3/+3 |
| |/ | | | | | | | | 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) | ||||
| * | Comment out error message about style ref counting and add explanation. | Tavmjong Bah | 2015-01-05 | 1 | -2/+7 |
| | | | | (bzr r13838) | ||||
| * | SPStyle ref counting clean up. | Tavmjong Bah | 2014-12-26 | 1 | -4/+16 |
| | | | | (bzr r13822.1.7) | ||||
| * | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 1 | -0/+2 |
| | | | | (bzr r13822.1.6) | ||||
| * | Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent(). | Tavmjong Bah | 2014-12-25 | 1 | -1/+1 |
| | | | | (bzr r13822.1.5) | ||||
| * | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 1 | -9/+5 |
| | | | | (bzr r13822.1.4) | ||||
| * | Remove sp_style_read_from_object() | Tavmjong Bah | 2014-12-24 | 1 | -1/+1 |
| | | | | (bzr r13822.1.3) | ||||
| * | Remove sp_style_new_from_object() | Tavmjong Bah | 2014-12-24 | 1 | -1/+1 |
| | | | | (bzr r13822.1.1) | ||||
| * | Use gray for 'context-fill' and 'context-stroke' in marker selector. | Tavmjong Bah | 2014-12-23 | 1 | -0/+1 |
| | | | | | | 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/+16 |
| | | | | (bzr r13802) | ||||
| * | More c++ string usage. | Johan B. C. Engelen | 2014-11-25 | 1 | -0/+10 |
| | | | | (bzr r13763) | ||||
| * | Purged GTKish macros SP_SCRIPT/SP_IS_SCRIPT. | Jon A. Cruz | 2014-11-15 | 1 | -1/+1 |
| | | | | (bzr r13712) | ||||
| * | Purged SP_STYLE_ELEM/SP_IS_STYLE_ELEM macro abuse. | Jon A. Cruz | 2014-11-15 | 1 | -1/+1 |
| | | | | (bzr r13711) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -8/+8 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Commit patch from Johan to remove GSList and replace with vector. | Martin Owens | 2014-04-05 | 1 | -4/+4 |
| | | | | (bzr r13271) | ||||
| * | Allow command line options -i and -j to effect plain-svg output, this ↵ | Martin Owens | 2014-04-05 | 1 | -0/+17 |
| | | | | | | involves cropping and reducing. (bzr r13268) | ||||
| * | spobject: extra careful, check that repr is not nullptr | Johan B. C. Engelen | 2014-03-24 | 1 | -1/+1 |
| | | | | (bzr r13198) | ||||
| * | noop: code legibilty | Johan B. C. Engelen | 2014-03-24 | 1 | -10/+8 |
| | | | | (bzr r13197) | ||||
| * | Do not throw TypeNotRegistered exceptions for now, since they interfere | Krzysztof Kosi??ski | 2014-01-31 | 1 | -18/+16 |
| | | | | | | with debugging via 'catch throw'. (bzr r12991) | ||||
| * | Fixing errors and warnings in the debug code. | Nicolas Dufour | 2014-01-04 | 1 | -5/+5 |
| | | | | (bzr r12878) | ||||
| * | "fix" some "unused parameter" warnings | Kris De Gussem | 2013-10-27 | 1 | -3/+3 |
| | | | | (bzr r12737) | ||||
| * | Fix memleak in reference counting introduced in r12532. | Markus Engel | 2013-10-26 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1236632 (bzr r12727) | ||||
| * | Fix bug introduced in r12686. | Markus Engel | 2013-10-21 | 1 | -6/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1241034 (bzr r12702) | ||||
| * | Changes to object creation. Fixes some warning in new from template. | Markus Engel | 2013-10-13 | 1 | -14/+15 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1239419 (bzr r12686) | ||||
| * | Fixed FeComponentTransfer. | Markus Engel | 2013-09-23 | 1 | -0/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1229326 (bzr r12582) | ||||
| * | Added missing registration of FeDistantLight; made sure warnings on missing ↵ | Markus Engel | 2013-09-23 | 1 | -12/+6 |
| | | | | | | | | | types are always issued. Fixed bugs: - https://launchpad.net/bugs/1229326 (bzr r12580) | ||||
| * | Fix grids after C++ification. Patch from Markus Engel | Markus Engel | 2013-09-20 | 1 | -0/+8 |
| | | | | (bzr r12552) | ||||
| * | Fix assertion failure on Ctrl+C | Krzysztof Kosi??ski | 2013-09-19 | 1 | -3/+6 |
| | | | | (bzr r12548) | ||||
| * | Merge C++ification of the SP tree by Markus Engel | Krzysztof Kosi??ski | 2013-09-19 | 1 | -243/+116 |
| |\ | | | | | (bzr r12532) | ||||
| | * | Removed TypeInfo; adjusted Factory to meet code style conventions. | Markus Engel | 2013-09-16 | 1 | -2/+2 |
| | | | | | | | (bzr r11608.1.124) | ||||
