| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | fix windows build | Johan B. C. Engelen | 2013-09-14 | 1 | -1/+1 |
| | | | | (bzr r12517) | ||||
| * | Fix the latest error with the adobe svg ns errors, boundry exceptions caused ↵ | Martin Owens | 2013-09-13 | 1 | -33/+49 |
| | | | | | | security failure. (bzr r12513) | ||||
| * | Use g_match_info_free instead of g_match_info_unref | Krzysztof Kosi??ski | 2013-09-13 | 1 | -1/+1 |
| | | | | | | for better Glib compatibility (bzr r12511) | ||||
| * | Fix regex so it effects the buffer and ban PUBLIC entities too. | Martin Owens | 2013-09-12 | 1 | -11/+26 |
| | | | | (bzr r12505.1.3) | ||||
| * | Improve code with Kosiński's regex replacement | Martin Owens | 2013-09-12 | 1 | -9/+13 |
| | | | | (bzr r12505.1.2) | ||||
| * | Introduce a backup loading method that enables NOENT but hacks out system ↵ | Martin Owens | 2013-09-11 | 1 | -12/+36 |
| | | | | | | | | | calls for adobe files Fixed bugs: - https://launchpad.net/bugs/166371 (bzr r12505.1.1) | ||||
| * | code cleanup (cppcheck) | Johan B. C. Engelen | 2013-08-05 | 1 | -3/+2 |
| | | | | (bzr r12469) | ||||
| * | Throw better error when attribute isn't available | Martin Owens | 2013-04-21 | 1 | -0/+2 |
| | | | | (bzr r12288) | ||||
| * | NULL pointer checks | Kris De Gussem | 2013-04-08 | 1 | -3/+5 |
| | | | | (bzr r12271) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -0/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Fix -Wunused-function warnings | Alex Valavanis | 2013-03-18 | 1 | -65/+0 |
| | | | | (bzr r12221) | ||||
| * | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12205) | ||||
| * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 2 | -2/+2 |
| | | | | | | forward declarations (bzr r12203) | ||||
| * | A couple of forward declarations | Alex Valavanis | 2013-02-11 | 2 | -6/+14 |
| | | | | (bzr r12119) | ||||
| * | - fix security bug lp:1025185 | Johan B. C. Engelen | 2012-12-05 | 1 | -1/+7 |
| | | | | | | | | | - make network access optional for XML loading Fixed bugs: - https://launchpad.net/bugs/1025185 (bzr r11931) | ||||
| * | Update to current trunk | Ted Gould | 2012-11-25 | 2 | -2/+2 |
| |\ | | | | | (bzr r11804.1.8) | ||||
| | * | SPObject: drop sp_object_ prefix on class members | Alex Valavanis | 2012-11-11 | 1 | -1/+1 |
| | | | | | | | (bzr r11869) | ||||
| | * | Fix crash resulting from r11646. | Tavmjong Bah | 2012-10-16 | 1 | -1/+1 |
| | | | | | | | (bzr r11805) | ||||
| * | | Files in /src that no longer exist | Ted Gould | 2012-10-15 | 1 | -2/+1 |
| |/ | | | (bzr r11804.1.2) | ||||
| * | fix memory leak and access error in sp_repr_css_merge_from_decl (Bug #1061157) | Kris De Gussem | 2012-10-09 | 1 | -9/+13 |
| | | | | (bzr r11771) | ||||
| * | code cleanup: make more functions static, add includes. | Campbell Barton | 2012-10-04 | 3 | -1/+3 |
| | | | | (bzr r11737) | ||||
| * | code cleanup: make more functions static or include their own headers. | Campbell Barton | 2012-10-04 | 1 | -0/+1 |
| | | | | (bzr r11736) | ||||
| * | some memleak fixes (Bug #1043571) | Kris De Gussem | 2012-09-20 | 3 | -24/+14 |
| | | | | (bzr r11686) | ||||
| * | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵ | Kris De Gussem | 2012-09-03 | 3 | -14/+23 |
| | | | | | | not enabled) and other issues (bzr r11649) | ||||
| * | converted some c-string usage to c++ string class usage: should fix some ↵ | Kris De Gussem | 2012-09-02 | 3 | -23/+14 |
| | | | | | | memory leaks (bzr r11646) | ||||
| * | performance: ?? | Kris De Gussem | 2012-09-02 | 1 | -2/+0 |
| | | | | (bzr r11645) | ||||
| * | Fix for 1036010 : Cant read styles with 'em' units | John Smith | 2012-08-15 | 1 | -0/+20 |
| | | | | (bzr r11605) | ||||
| * | syntx of null pointer dereference checks | Kris De Gussem | 2012-05-12 | 6 | -309/+350 |
| | | | | (bzr r11358) | ||||
| * | some more string class usage | Kris De Gussem | 2012-04-22 | 1 | -13/+9 |
| | | | | (bzr r11279) | ||||
| * | cppcheck stuff | Kris De Gussem | 2012-04-09 | 1 | -1/+2 |
| | | | | (bzr r11201) | ||||
| * | Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵ | Kris De Gussem | 2012-04-05 | 2 | -0/+72 |
| | | | | | | thread "Some clipboard functions") (bzr r11153) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -1/+1 |
| | | | | (bzr r10963) | ||||
| * | Dropped deprecated function sp_repr_get_int_attribute | Kris De Gussem | 2012-01-11 | 2 | -34/+1 |
| | | | | (bzr r10871) | ||||
