| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix XML text parsing bug. | Tavmjong Bah | 2017-10-28 | 1 | -1/+4 | |
| | | | | | | Since xml2 2.9.0, xmlNodeGetSpacePreserve() only checks element nodes, thus we need to check text node parent for xml:space value. | |||||
| * | Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscape | Marc Jeanmougin | 2017-10-20 | 19 | -69/+69 | |
| |\ | ||||||
| | * | Refactor Util::ptr_shared | Jan Lingscheid | 2017-10-18 | 19 | -69/+69 | |
| | | | | | | | | | | | Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway. | |||||
| * | | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 | |
| | | | ||||||
| * | | Remove a useless conditional | Stefano Facchini | 2017-10-19 | 1 | -24/+19 | |
| | | | | | | | | | Since "doc" is initialized to 0, the test is always true... | |||||
| * | | Delete dead code | Stefano Facchini | 2017-10-19 | 1 | -15/+1 | |
| |/ | ||||||
| * | Add GUI and code to implement "Line Spacing Modes". | Tavmjong Bah | 2017-08-05 | 2 | -1/+12 | |
| | | | | | | Selecting a Line Spacing Mode allows a user to quickly pick an algorithm for consistant line spacing. | |||||
| * | Remove cmake checks for C89 headers. | Elliott Sales de Andrade | 2017-06-15 | 1 | -4/+0 | |
| | | | | | | | | | | | These are roughly equivalent to autoconf's AC_HEADER_STDC and even they say that macro is obsolescent. strings.h is not really a C89 header, but it defined some things that are no longer needed [1]. And no file actually #includes it. [1] https://stackoverflow.com/a/4291328 | |||||
| * | Relax any hardcoded limit from the libxml2 parser when creating documents ↵ | Eduard Braun | 2017-04-30 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | from memory This fixes many bugs (mostly caused by very long image data URIs) Fixed bugs: - https://launchpad.net/bugs/1572280 - https://launchpad.net/bugs/1412912 - https://launchpad.net/bugs/1373322 - https://launchpad.net/bugs/1243011 - https://launchpad.net/bugs/1627004 - https://launchpad.net/bugs/1627004 (bzr r15654) | |||||
| * | Merged. | Shlomi Fish | 2017-02-06 | 1 | -1/+1 | |
| |\ | | | | | (bzr r15369.1.18) | |||||
| | * | [Bug #1659347] Windows: '/' in relative image links rewritten as '\' on save. | Nicolas Dufour | 2017-01-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1659347 (bzr r15459) | |||||
| * | | Remove some code that doesn't do anything. | Shlomi Fish | 2017-01-04 | 1 | -22/+0 | |
| |/ | | | | | There was a comment to this effect there. (bzr r15369.1.13) | |||||
| * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -51/+0 | |
| | | | | (bzr r15046) | |||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 7 | -14/+2 | |
| | | | | (bzr r15034) | |||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 8 | -3/+15 | |
| | | | | (bzr r15027) | |||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 8 | -15/+3 | |
| | | | | (bzr r15025) | |||||
| * | Comment out unused enum. | Tavmjong Bah | 2016-07-10 | 1 | -7/+7 | |
| | | | | (bzr r15015) | |||||
| * | Optionally sort attributes and properties into a canonical order. | Tavmjong Bah | 2016-06-12 | 1 | -0/+5 | |
| | | | | | | Useful for comparing different versions of an SVG file. (bzr r14980) | |||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -2/+2 | |
| | | | | (bzr r14907) | |||||
| * | replaced remaining GHashTable with std::map | Marc Jeanmougin | 2015-12-09 | 1 | -11/+7 | |
| | | | | (bzr r14504.1.16) | |||||
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -3/+3 | |
| | | | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | |||||
| * | Reimplement the functions in src/xml/quote.cpp to clear up license. | Krzysztof Kosi??ski | 2015-11-27 | 1 | -61/+57 | |
| | | | | | | | This file was one of the very few that was marked as GPL v2 only, which prevents us from declaring GPL v2+ licensing. (bzr r14492) | |||||
| * | import images with dpi from file : xscale and yscale were not rounded but ↵ | Marc Jeanmougin | 2015-08-17 | 1 | -0/+1 | |
| | | | | | | | | | floored, which resulted in 0 values for big images, and numerical mayhem ensued ("inf" and "nan"). Fixed bugs: - https://launchpad.net/bugs/1479193 (bzr r14307) | |||||
| * | Import all defs from clipboard or imported files | Ben Scholzen 'DASPRiD | 2015-05-29 | 2 | -0/+33 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1460057 (bzr r14185) | |||||
| * | Fix segfault due to an infinite recursion (due to a typo) | Marc Jeanmougin | 2015-05-01 | 1 | -1/+1 | |
| | | | | (bzr r14083) | |||||
| * | Fixed crash bug due to some overlooked function changed in the recent merge. | Marc Jeanmougin | 2015-05-01 | 2 | -7/+13 | |
| | | | | | | Also fixed the layer ordering in the widget, which was messed up by the same bug in a way i haven't quite sorted out (so the fact that this patch fixed it is quite a mystery, but i won't complain) (bzr r14079) | |||||
| * | merging | Marc Jeanmougin | 2015-04-26 | 2 | -0/+17 | |
| |\ | | | | | (bzr r13922.1.13) | |||||
| | * | Partial fix for bug 1430873. Rectangles should behave properly with % values. | Tavmjong Bah | 2015-03-14 | 2 | -0/+17 | |
| | | | | | | | (bzr r14004) | |||||
| * | | merge | Marc Jeanmougin | 2015-04-26 | 5 | -5/+5 | |
| |\| | | | | | (bzr r13922.1.12) | |||||
| | * | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 2015-02-26 | 5 | -5/+5 | |
| | | | | | | | (bzr r13950) | |||||
| | * | Isolate components of libgc | Liam P. White | 2015-02-25 | 5 | -5/+5 | |
| | | | | | | | (bzr r13946) | |||||
| * | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 2 | -7/+8 | |
| |/ | | | (bzr r13922.1.6) | |||||
| * | Debugging routines to print out XML, SP Object, and Display Item trees. | Tavmjong Bah | 2014-12-16 | 3 | -0/+25 | |
| | | | | (bzr r13802) | |||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -1/+0 | |
| |\ | | | | | (bzr r13341.1.278) | |||||
| | * | Fix "Value stored to 'child' is never read" | Tavmjong Bah | 2014-10-12 | 1 | -1/+0 | |
| | | | | | | | (bzr r13598) | |||||
| * | | Un-deprecate NodeEventVector - | Liam P. White | 2014-10-09 | 1 | -5/+1 | |
| | | | | | | | | | | | The resulting refactoring from such a deprecation will not be worth the effort applied to it, and the current system is not wrong or broken. (bzr r13341.1.263) | |||||
| * | | Formatting | Liam P. White | 2014-09-06 | 1 | -23/+35 | |
| | | | | | | | (bzr r13341.1.199) | |||||
| * | | More header cleanup | Liam P. White | 2014-09-06 | 10 | -95/+101 | |
| |/ | | | (bzr r13341.1.198) | |||||
| * | SignalObserver: fix further refcounting issue in signal observer | Johan B. C. Engelen | 2014-06-16 | 2 | -0/+6 | |
| | | | | (bzr r13427) | |||||
| * | add proper refcounting to XML SignalObserver. not refcounting caused crash ↵ | Johan B. C. Engelen | 2014-06-15 | 1 | -2/+6 | |
| | | | | | | | | | upon opening Filter Editor dialog for the first time with a filtered object selected. Fixed bugs: - https://launchpad.net/bugs/1328152 (bzr r13426) | |||||
| * | Proper quoting of CSS 'font-family' fallback lists. | Tavmjong Bah | 2014-06-10 | 1 | -15/+17 | |
| | | | | (bzr r13415) | |||||
| * | Unquote names in 'font-family' lists. Partial fix for #1029080 | Tavmjong Bah | 2014-05-30 | 1 | -10/+10 | |
| | | | | (bzr r13402) | |||||
| * | patch by Gellule, fixes wrong parsing of style, work-around for bug in libc++ | Johan B. C. Engelen | 2014-04-14 | 1 | -1/+4 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1300271 (bzr r13285) | |||||
| * | fix tiny mistake | Johan B. C. Engelen | 2014-03-24 | 1 | -1/+1 | |
| | | | | (bzr r13204) | |||||
| * | add convenience functions to deal with Glib::ustrings for setting repr ↵ | Johan B. C. Engelen | 2014-03-24 | 1 | -1/+15 | |
| | | | | | | attributes (bzr r13203) | |||||
| * | Improve warnings for missing files. Don't just assert bolocks to the user. | Martin Owens | 2014-01-22 | 1 | -1/+4 | |
| | | | | (bzr r12972) | |||||
| * | add null check | Kris De Gussem | 2013-12-20 | 1 | -7/+9 | |
| | | | | (bzr r12854) | |||||
| * | cppcheck initialisation | Kris De Gussem | 2013-10-16 | 1 | -4/+7 | |
| | | | | (bzr r12697) | |||||
| * | Replace xml node get_double with simple direct value. | Martin Owens | 2013-09-24 | 1 | -3/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1229558 (bzr r12585) | |||||
| * | make check: Fix harder. Remove muldefs hack and modify quote-test.h | Krzysztof Kosi??ski | 2013-09-20 | 3 | -10/+10 | |
| | | | | | | so that the hack is not required any more. (bzr r12551) | |||||
