8328595adc6f50f5fd63ca55822875b306fcffcb |
|
16-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Debugging routines to print out XML, SP Object, and Display Item trees. |
8ca25df81452345afa04e67fe76f675f9aad07a9 |
|
16-Oct-2012 |
tavmjong-free <tavmjong@free.fr> |
Fix crash resulting from r11646. |
1cd5f4b7d334c460e9bba1ba803c78c1ab1fdaad |
|
20-Sep-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
some memleak fixes (Bug #1043571) |
183be9459025fc175326418ac6d00b9cbbf0596c |
|
03-Sep-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was not enabled) and other issues |
d0d9dc8846169ff203ce93b6fd6bf331e663a7cd |
|
02-Sep-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
converted some c-string usage to c++ string class usage: should fix some memory leaks |
c0537dcfe264414d52ad86579d57cb0cb2183dcb |
|
08-Dec-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Switch to top-level glib headers. Thanks to DimStar for patch |
28bf548be956fa98bffa377e2caba5f28fb281ad |
|
29-Nov-2011 |
tavmjong-free <tavmjong@free.fr> |
Add possibility to check validity of attributes and usefulness of properties.
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. |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
a4030d5ca449e7e384bc699cd249ee704faaeab0 |
|
17-Nov-2010 |
Chris Morgan <chris.morganiser@gmail.com> |
Super duper mega (fun!) commit: replaced encoding=utf-8 with 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. |
f4c06c59e82cee390f68adb66a05acaca307566f |
|
31-Oct-2008 |
Ted Gould <ted@canonical.com> |
Making it so that including simple-node.h will generate an error |
cb9f00490c21d085087d6db4fe89294e3890ed2d |
|
24-Sep-2008 |
tweenk <tweenk@users.sourceforge.net> |
* Lots of documentation for the Inkscape::XML namespace
* Doxygen fixes for a few files
* Garbage-collected allocator for STL containers |
456c977ed6a09ac1a9cc93f8b4e73ea43be88ed7 |
|
02-Jul-2008 |
mental <mental@users.sourceforge.net> |
remove "public private" virtual methods from XML::Node |
4ea7496a9a12f0be14266f9bd94488153df2a8a6 |
|
02-Jul-2008 |
mental <mental@users.sourceforge.net> |
remove additional unnecessary indirection in tree operations |
d93d6439bbea2f2079459e348e62b7e397c3dc73 |
|
02-Jul-2008 |
mental <mental@users.sourceforge.net> |
access some SimpleNode fields directly |
efcf5c3f13442b2a7d9a8cef23ecf56322f2a497 |
|
01-Jul-2008 |
mental <mental@users.sourceforge.net> |
remove last traces of "floating nodes" |
5d93b950128b47ea07c6214038e757993eb17223 |
|
11-Jun-2008 |
mental <mental@users.sourceforge.net> |
re-enable assertions |
e0b87ee9cb7ace5a2ceb35241b2465554fb3b1b4 |
|
11-Jun-2008 |
pjrm <pjrm@users.sourceforge.net> |
Back out the `document != NULL' assertions added to SimpleNode constructors in r18847 (see https://bugs.launchpad.net/inkscape/+bug/239101). |
7ba19db66b1ba11b44ae8c636207c0c892fe0447 |
|
08-Jun-2008 |
mental <mental@users.sourceforge.net> |
force single single document over a node's lifetime |
1d292290278c99756affd4d351fa7b9baea2c49c |
|
08-Jun-2008 |
mental <mental@users.sourceforge.net> |
plumb document references a little deeper in |
66632b492f9cd54e5667fd4e1fca8e457f59b282 |
|
31-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying fixes for gcc 4.3 build issues (closes LP: #169115) |
caf60ce95aac2d44c7cdd41125e9f4ab32ded886 |
|
02-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
warning cleanup |
a0eb36b7bc681acf005593034da663d0befc4d29 |
|
05-Jul-2007 |
mental <mental@users.sourceforge.net> |
make subtree monitoring part of XML::Node's interface |
7333a6d3d0e1b6b738726a859e5875d5d97b27d9 |
|
20-Mar-2007 |
mental <mental@users.sourceforge.net> |
plumb XML::Document parameter into duplication, courtesy of bryce |
7d2b4e2210e760fd3a93e563d03f5eb820e480e8 |
|
20-Jan-2007 |
mental <mental@users.sourceforge.net> |
merge XML::Session into XML::Document |
b8ec5550e6e59ed4c0486d2b6da7c02f31e7c51a |
|
29-Apr-2006 |
mental <mental@users.sourceforge.net> |
switch everyone to simpler debug event API |
360aad676ba92ca443083da298b766628f6a3bfb |
|
15-Mar-2006 |
mental <mental@users.sourceforge.net> |
shared_ptr -> ptr_shared |
509fc4654e5dfcfd7fa98460228cd32114a8cc8a |
|
13-Feb-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
optimization: do not notify any listeners if attributes' new value is the same as old |
420d49b61e68ada5f9029ca1e84d987e8846228f |
|
08-Feb-2006 |
mental <mental@users.sourceforge.net> |
share_static -> share_static_string |
e7cd2ec3e1687a262ebe95e5ac7a47f8ab147ce2 |
|
06-Feb-2006 |
mental <mental@users.sourceforge.net> |
replace Util::SharedCStringPtr with the more general Util::shared_ptr<> |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |