summaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Relax any hardcoded limit from the libxml2 parser when creating documents fro...Eduard Braun2017-04-301-1/+6
* Merged.Shlomi Fish2017-02-061-1/+1
|\
| * [Bug #1659347] Windows: '/' in relative image links rewritten as '\' on save.Nicolas Dufour2017-01-291-1/+1
* | Remove some code that doesn't do anything.Shlomi Fish2017-01-041-22/+0
|/
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-51/+0
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-037-14/+2
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-288-3/+15
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-288-15/+3
* Comment out unused enum.Tavmjong Bah2016-07-101-7/+7
* Optionally sort attributes and properties into a canonical order.Tavmjong Bah2016-06-121-0/+5
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
* replaced remaining GHashTable with std::mapMarc Jeanmougin2015-12-091-11/+7
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin2015-12-071-3/+3
* Reimplement the functions in src/xml/quote.cpp to clear up license.Krzysztof Kosi??ski2015-11-271-61/+57
* import images with dpi from file : xscale and yscale were not rounded but flo...Marc Jeanmougin2015-08-171-0/+1
* Import all defs from clipboard or imported filesBen Scholzen 'DASPRiD2015-05-292-0/+33
* Fix segfault due to an infinite recursion (due to a typo)Marc Jeanmougin2015-05-011-1/+1
* Fixed crash bug due to some overlooked function changed in the recent merge.Marc Jeanmougin2015-05-012-7/+13
* mergingMarc Jeanmougin2015-04-262-0/+17
|\
| * Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-142-0/+17
* | mergeMarc Jeanmougin2015-04-265-5/+5
|\|
| * Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-265-5/+5
| * Isolate components of libgcLiam P. White2015-02-255-5/+5
* | added a set to the SelectionMarc Jeanmougin2015-02-192-7/+8
|/
* Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah2014-12-163-0/+25
* Update to trunk r13621Liam P. White2014-10-171-1/+0
|\
| * Fix "Value stored to 'child' is never read"Tavmjong Bah2014-10-121-1/+0
* | Un-deprecate NodeEventVector -Liam P. White2014-10-091-5/+1
* | FormattingLiam P. White2014-09-061-23/+35
* | More header cleanupLiam P. White2014-09-0610-95/+101
|/
* SignalObserver: fix further refcounting issue in signal observerJohan B. C. Engelen2014-06-162-0/+6
* add proper refcounting to XML SignalObserver. not refcounting caused crash up...Johan B. C. Engelen2014-06-151-2/+6
* Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-15/+17
* Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-10/+10
* patch by Gellule, fixes wrong parsing of style, work-around for bug in libc++Johan B. C. Engelen2014-04-141-1/+4
* fix tiny mistakeJohan B. C. Engelen2014-03-241-1/+1
* add convenience functions to deal with Glib::ustrings for setting repr attrib...Johan B. C. Engelen2014-03-241-1/+15
* Improve warnings for missing files. Don't just assert bolocks to the user.Martin Owens2014-01-221-1/+4
* add null checkKris De Gussem2013-12-201-7/+9
* cppcheck initialisationKris De Gussem2013-10-161-4/+7
* Replace xml node get_double with simple direct value.Martin Owens2013-09-241-3/+1
* make check: Fix harder. Remove muldefs hack and modify quote-test.hKrzysztof Kosi??ski2013-09-203-10/+10
* fix windows buildJohan B. C. Engelen2013-09-141-1/+1
* Fix the latest error with the adobe svg ns errors, boundry exceptions caused ...Martin Owens2013-09-131-33/+49
* Use g_match_info_free instead of g_match_info_unrefKrzysztof Kosi??ski2013-09-131-1/+1
* Fix regex so it effects the buffer and ban PUBLIC entities too.Martin Owens2013-09-121-11/+26
* Improve code with KosiƄski's regex replacementMartin Owens2013-09-121-9/+13
* Introduce a backup loading method that enables NOENT but hacks out system cal...Martin Owens2013-09-111-12/+36
* code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-3/+2
* Throw better error when attribute isn't availableMartin Owens2013-04-211-0/+2