| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Debugging routines to print out XML, SP Object, and Display Item trees. | Tavmjong Bah | 2014-12-16 | 1 | -0/+20 |
| | | | | (bzr r13802) | ||||
| * | Fix crash resulting from r11646. | Tavmjong Bah | 2012-10-16 | 1 | -1/+1 |
| | | | | (bzr r11805) | ||||
| * | some memleak fixes (Bug #1043571) | Kris De Gussem | 2012-09-20 | 1 | -5/+2 |
| | | | | (bzr r11686) | ||||
| * | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵ | Kris De Gussem | 2012-09-03 | 1 | -3/+8 |
| | | | | | | 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 | 1 | -8/+3 |
| | | | | | | memory leaks (bzr r11646) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | Add possibility to check validity of attributes and usefulness of properties. | Tavmjong Bah | 2011-11-29 | 1 | -6/+54 |
| | | | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Making it so that including simple-node.h will generate an error | Ted Gould | 2008-10-31 | 1 | -0/+1 |
| | | | | (bzr r6889) | ||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 1 | -6/+5 |
| | | | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) | ||||
| * | remove "public private" virtual methods from XML::Node | MenTaLguY | 2008-07-01 | 1 | -6/+5 |
| | | | | (bzr r6110) | ||||
| * | remove additional unnecessary indirection in tree operations | MenTaLguY | 2008-07-01 | 1 | -17/+17 |
| | | | | (bzr r6109) | ||||
| * | access some SimpleNode fields directly | MenTaLguY | 2008-07-01 | 1 | -29/+44 |
| | | | | (bzr r6108) | ||||
| * | remove last traces of "floating nodes" | MenTaLguY | 2008-07-01 | 1 | -33/+6 |
| | | | | (bzr r6107) | ||||
| * | re-enable assertions | MenTaLguY | 2008-06-11 | 1 | -2/+2 |
| | | | | (bzr r5885) | ||||
| * | Back out the `document != NULL' assertions added to SimpleNode constructors ↵ | Peter Moulder | 2008-06-11 | 1 | -2/+2 |
| | | | | | | in r18847 (see https://bugs.launchpad.net/inkscape/+bug/239101). (bzr r5878) | ||||
| * | force single single document over a node's lifetime | MenTaLguY | 2008-06-08 | 1 | -0/+4 |
| | | | | (bzr r5862) | ||||
| * | plumb document references a little deeper in | MenTaLguY | 2008-06-08 | 1 | -6/+5 |
| | | | | (bzr r5861) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+3 |
| | | | | (bzr r4629) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -2/+2 |
| | | | | (bzr r4012) | ||||
| * | make subtree monitoring part of XML::Node's interface | MenTaLguY | 2007-07-04 | 1 | -0/+14 |
| | | | | (bzr r3186) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -4/+3 |
| | | | | (bzr r2723) | ||||
| * | merge XML::Session into XML::Document | MenTaLguY | 2007-01-20 | 1 | -26/+11 |
| | | | | (bzr r2248) | ||||
| * | switch everyone to simpler debug event API | MenTaLguY | 2006-04-29 | 1 | -173/+79 |
| | | | | (bzr r634) | ||||
| * | shared_ptr -> ptr_shared | MenTaLguY | 2006-03-15 | 1 | -29/+29 |
| | | | | (bzr r240) | ||||
| * | optimization: do not notify any listeners if attributes' new value is the ↵ | bulia byak | 2006-02-13 | 1 | -1/+1 |
| | | | | | | same as old (bzr r121) | ||||
| * | share_static -> share_static_string | MenTaLguY | 2006-02-08 | 1 | -8/+8 |
| | | | | (bzr r104) | ||||
| * | replace Util::SharedCStringPtr with the more general Util::shared_ptr<> | MenTaLguY | 2006-02-06 | 1 | -40/+43 |
| | | | | (bzr r87) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+731 |
| (bzr r1) | |||||
