summaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replaced remaining GHashTable with std::mapMarc Jeanmougin2015-12-091-11/+7
| | | (bzr r14504.1.16)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-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??ski2015-11-271-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 Jeanmougin2015-08-171-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 filesBen Scholzen 'DASPRiD2015-05-292-0/+33
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1460057 (bzr r14185)
* Fix segfault due to an infinite recursion (due to a typo)Marc Jeanmougin2015-05-011-1/+1
| | | (bzr r14083)
* Fixed crash bug due to some overlooked function changed in the recent merge.Marc Jeanmougin2015-05-012-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)
* mergingMarc Jeanmougin2015-04-262-0/+17
|\ | | | | (bzr r13922.1.13)
| * Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-142-0/+17
| | | | | | (bzr r14004)
* | mergeMarc Jeanmougin2015-04-265-5/+5
|\| | | | | (bzr r13922.1.12)
| * Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-265-5/+5
| | | | | | (bzr r13950)
| * Isolate components of libgcLiam P. White2015-02-255-5/+5
| | | | | | (bzr r13946)
* | added a set to the SelectionMarc Jeanmougin2015-02-192-7/+8
|/ | | (bzr r13922.1.6)
* Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah2014-12-163-0/+25
| | | (bzr r13802)
* Update to trunk r13621Liam P. White2014-10-171-1/+0
|\ | | | | (bzr r13341.1.278)
| * Fix "Value stored to 'child' is never read"Tavmjong Bah2014-10-121-1/+0
| | | | | | (bzr r13598)
* | Un-deprecate NodeEventVector -Liam P. White2014-10-091-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)
* | FormattingLiam P. White2014-09-061-23/+35
| | | | | | (bzr r13341.1.199)
* | More header cleanupLiam P. White2014-09-0610-95/+101
|/ | | (bzr r13341.1.198)
* SignalObserver: fix further refcounting issue in signal observerJohan B. C. Engelen2014-06-162-0/+6
| | | (bzr r13427)
* add proper refcounting to XML SignalObserver. not refcounting caused crash ↵Johan B. C. Engelen2014-06-151-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 Bah2014-06-101-15/+17
| | | (bzr r13415)
* Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-10/+10
| | | (bzr r13402)
* patch by Gellule, fixes wrong parsing of style, work-around for bug in libc++Johan B. C. Engelen2014-04-141-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1300271 (bzr r13285)
* fix tiny mistakeJohan B. C. Engelen2014-03-241-1/+1
| | | (bzr r13204)
* add convenience functions to deal with Glib::ustrings for setting repr ↵Johan B. C. Engelen2014-03-241-1/+15
| | | | | attributes (bzr r13203)
* Improve warnings for missing files. Don't just assert bolocks to the user.Martin Owens2014-01-221-1/+4
| | | (bzr r12972)
* add null checkKris De Gussem2013-12-201-7/+9
| | | (bzr r12854)
* cppcheck initialisationKris De Gussem2013-10-161-4/+7
| | | (bzr r12697)
* Replace xml node get_double with simple direct value.Martin Owens2013-09-241-3/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1229558 (bzr r12585)
* make check: Fix harder. Remove muldefs hack and modify quote-test.hKrzysztof Kosi??ski2013-09-203-10/+10
| | | | | so that the hack is not required any more. (bzr r12551)
* fix windows buildJohan B. C. Engelen2013-09-141-1/+1
| | | (bzr r12517)
* Fix the latest error with the adobe svg ns errors, boundry exceptions caused ↵Martin Owens2013-09-131-33/+49
| | | | | security failure. (bzr r12513)
* Use g_match_info_free instead of g_match_info_unrefKrzysztof Kosi??ski2013-09-131-1/+1
| | | | | for better Glib compatibility (bzr r12511)
* Fix regex so it effects the buffer and ban PUBLIC entities too.Martin Owens2013-09-121-11/+26
| | | (bzr r12505.1.3)
* Improve code with Kosiński's regex replacementMartin Owens2013-09-121-9/+13
| | | (bzr r12505.1.2)
* Introduce a backup loading method that enables NOENT but hacks out system ↵Martin Owens2013-09-111-12/+36
| | | | | | | | calls for adobe files Fixed bugs: - https://launchpad.net/bugs/166371 (bzr r12505.1.1)
* code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-3/+2
| | | (bzr r12469)
* Throw better error when attribute isn't availableMartin Owens2013-04-211-0/+2
| | | (bzr r12288)
* NULL pointer checksKris De Gussem2013-04-081-3/+5
| | | (bzr r12271)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fix -Wunused-function warningsAlex Valavanis2013-03-181-65/+0
| | | (bzr r12221)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-142-2/+2
| | | | | forward declarations (bzr r12203)
* A couple of forward declarationsAlex Valavanis2013-02-112-6/+14
| | | (bzr r12119)
* - fix security bug lp:1025185Johan B. C. Engelen2012-12-051-1/+7
| | | | | | | | - make network access optional for XML loading Fixed bugs: - https://launchpad.net/bugs/1025185 (bzr r11931)
* Update to current trunkTed Gould2012-11-252-2/+2
|\ | | | | (bzr r11804.1.8)
| * SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-1/+1
| | | | | | (bzr r11869)
| * Fix crash resulting from r11646.Tavmjong Bah2012-10-161-1/+1
| | | | | | (bzr r11805)
* | Files in /src that no longer existTed Gould2012-10-151-2/+1
|/ | | (bzr r11804.1.2)