e3ca57c53e2b09da8fe1443851523db41df573a2 |
|
18-Mar-2016 |
jabiertxof <info@marker.es> |
Remove code of a semifixed bug |
ed9dc1ca5f435cd707b34963e9aaf2f57b4fdc52 |
|
18-Mar-2016 |
jabiertxof <info@marker.es> |
Bug #1419517 Fix Crash when applying new path effect after deleting pattern of Pattern-along-path LPE |
901d2d4a59790c220c6589e17dbbf556d47dfe71 |
|
14-Jul-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Fix for circular references detection in almost all cases, fixing https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates.
This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree.
There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object.
The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway) |
66e68c8651d5cb19ea8f1714244a6c40d212bc78 |
|
02-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Fixed comparison function used in sorts |
6afde8674707ca6bde7835c5a6e4f182daf789af |
|
25-Feb-2015 |
Liam P. White <inkscapebrony@gmail.com> |
create SPObject factory |
ebd8781bc14b2af17a3977033b141308330fb7fb |
|
21-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933
Added std::list<SPObject*> hrefList member to SPObject class. |
1f6daa293cacc62d85a023412c70534a12f6e99a |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
added a set to the Selection |
0de73848362e95b081e5fa85f910d6481094b2b9 |
|
17-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
At first, I was thinking "I just have to go to the selection file, and change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on. |
37957ce7de989bcac05b31a70033d3b3da4ffe87 |
|
05-Jan-2015 |
tavmjong-free <tavmjong@free.fr> |
Comment out error message about style ref counting and add explanation. |
cdd859dc07724c0b5485fb6ec5d6a3bb4d9c684f |
|
26-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
SPStyle ref counting clean up. |
71c3a034021a9df4bd9e367a1b10fc6514ead373 |
|
25-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove sp_style_new(). |
f53b138da2b8a549231e7a4d258162f55f21988c |
|
25-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent(). |
cbbc40716074376b8327b9c3538b53dc5543b512 |
|
25-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove sp_style_write_string() and sp_style_write_difference(). |
4a659284a4e327168cfc7b81687934e517543b2a |
|
24-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove sp_style_read_from_object() |
6142b3c8003f7074911f108090856938d410a174 |
|
24-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Remove sp_style_new_from_object() |
6ddcb13312b093232ab98de91a9d064d5e57a79d |
|
23-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Use gray for 'context-fill' and 'context-stroke' in marker selector.
Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. |
8328595adc6f50f5fd63ca55822875b306fcffcb |
|
16-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Debugging routines to print out XML, SP Object, and Display Item trees. |
62bed8a722dcd4c8c6709aeddef05ca0ded5d908 |
|
25-Nov-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
More c++ string usage. |
8f26162e7e3242e794fc01cdb0f5c9310f2413c5 |
|
15-Nov-2014 |
Jon A. Cruz <jon@joncruz.org> |
Purged GTKish macros SP_SCRIPT/SP_IS_SCRIPT. |
06c2f42263490c91900864dc9c86002eff013eb6 |
|
15-Nov-2014 |
Jon A. Cruz <jon@joncruz.org> |
Purged SP_STYLE_ELEM/SP_IS_STYLE_ELEM macro abuse. |
d2e42b9425ccd4c2d4c20c2217455da177035e48 |
|
27-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13565 |
11f343b8117dbf56931f537820c2749a8232fec2 |
|
31-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Header cleanup: stop using Glib types where they aren't truly needed. Eases GThread deprecation errors. |
417a436f57c4e3148da6bccc8b2415ae48f1cf19 |
|
05-Apr-2014 |
Martin Owens <doctormo@gmail.com> |
Commit patch from Johan to remove GSList and replace with vector. |
50432d329d79df8db572107c587a239727cc6ebf |
|
05-Apr-2014 |
Martin Owens <doctormo@gmail.com> |
Allow command line options -i and -j to effect plain-svg output, this involves cropping and reducing. |
a118d024f5f70861e33d4193772a751d94cfa006 |
|
24-Mar-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
spobject: extra careful, check that repr is not nullptr |
da7a9cdd9af308f9ddd5015b48fb3e839ad85c92 |
|
24-Mar-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
noop: code legibilty |
d0f5da1e642fd62504eab90ef684c3403356781c |
|
31-Jan-2014 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Do not throw TypeNotRegistered exceptions for now, since they interfere
with debugging via 'catch throw'. |
fe1dfc062f9747b5b9148c426ba7414750293477 |
|
04-Jan-2014 |
JazzyNico <nicoduf@yahoo.fr> |
Fixing errors and warnings in the debug code. |
1375fe5c9f0af935233ad027bad7e14094a3414e |
|
27-Oct-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
"fix" some "unused parameter" warnings |
8678e87520e396b8171753cdfc75cde6e9f216f0 |
|
26-Oct-2013 |
Markus Engel <markus.engel@tum.de> |
Fix memleak in reference counting introduced in r12532. |
005216ad3a3aad3bf605ba86934358d2bbf17d1f |
|
21-Oct-2013 |
Markus Engel <markus.engel@tum.de> |
Fix bug introduced in r12686. |
26a483678ca8bcc81823ef5bddbd99d5555ef0fc |
|
13-Oct-2013 |
Markus Engel <markus.engel@tum.de> |
Changes to object creation. Fixes some warning in new from template. |
87223513f0edf4dcd1727917ded980e3ac4fd4ae |
|
24-Sep-2013 |
Markus Engel <markus.engel@tum.de> |
Fixed FeComponentTransfer. |
799ef6104315c04f9bffa7e230c768d9485918bd |
|
23-Sep-2013 |
Markus Engel <markus.engel@tum.de> |
Added missing registration of FeDistantLight; made sure warnings on missing types are always issued. |
11b4cdaf0e804f8fb8013d2d8a01d3aeeec99ed5 |
|
20-Sep-2013 |
Markus Engel <markus.engel@tum.de> |
Fix grids after C++ification. Patch from Markus Engel |
5f2fb245689831ab5f8619ab963d798b881b7ac9 |
|
20-Sep-2013 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix assertion failure on Ctrl+C |
0be6be10c9c4907e285650d7a67f78630c258731 |
|
16-Sep-2013 |
Markus Engel <markus.engel@tum.de> |
Removed TypeInfo; adjusted Factory to meet code style conventions. |
31ccc3d52e54ddb1330b3e7252d8a3ef488a390d |
|
02-Aug-2013 |
Markus Engel <markus.engel@tum.de> |
reordered SPDesktop::set_event_context2; fixed last mismatched-tags |
81092741e7a5b65552e8224f5cb152a618d54a48 |
|
31-Jul-2013 |
Markus Engel <markus.engel@tum.de> |
Cleaned up a bit; fixed struct vs. class forward declarations. |
42bf7a7d4548ff8aea6834cf77b843423a4eeacb |
|
31-Jul-2013 |
Markus Engel <markus.engel@tum.de> |
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. |
b37e78c4fb729d2b98db6fb5f9a784ff6f2919a2 |
|
13-May-2013 |
insaner <launchpad@insaner.com> |
cleanup document option to clean up unused swatches |
6ccdb18a54dcf42ccf8a0854542a6cfc973c9061 |
|
13-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Replaced casting macros for EventContext tree; added contructors. |
709e05fc21f81d429cd28ff19b498f270192efbb |
|
13-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Added prefPaths to contexts; modified SPFactory |
ce7f8ea4d3bacd06724d8b0143cf13f7770460d8 |
|
10-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Removed old SPObject factory. |
4076c768f2d7bb4bc2477526dba33d2ca5acf757 |
|
08-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Reactivated independent reference counting in the SPObject tree. |
8211f7db638980c925d124530d1a15c0c322984e |
|
08-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Added exception to SPFactory / basic handling to SPObject. |
35087bff7509c736a32e0b74fd9ff0834bde7b6b |
|
07-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merge Object and subclasses. Merging of SP- and C-classes complete. |
88a6b1adf87b98d54498dbdf4b3ffae7a1f3b227 |
|
02-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Added virtual destructor to SPObject. Switched to new factory. Replaced some casts. Inkscape seems stable, car.svgz renders correctly to png. |
22c51fdb2975ebdbcac0b7829efa077f59ad0036 |
|
01-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Added experimental constructor to SPRect. Memory leaks because of non-virtual destructor. |
6eb9b2ded6d52b92111c45dd220d539f35de3141 |
|
01-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Replaced calls to g_object_(un)ref with sp_object_(un)ref. |
54ad9fc9cd6da88557d0dcd6c17eb47c7bbb5551 |
|
01-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Prepared exchange of casting macros. |
f07854ea948cd4cf85701bf7302b78676e244885 |
|
30-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Removed unused function definitions |
51dc158adbe2c9d1df3c941cbf78b90944d1afc2 |
|
30-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Renamed virtual function names. |
883c5b2d5104c153708fdc513209d5694b489900 |
|
30-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Removed function pointers from SPObject and subclasses.
Added some missing virtual pads for classes that were hidden by preprocessor macros. |
4c0ce26a3d50888ea326789170588360b784e935 |
|
14-Mar-2013 |
Markus Engel <markus.engel@tum.de> |
Various changes. |
6d0cbc6b5cf5f942c8ee7fa5c7eeb2a82eb617d5 |
|
17-Jan-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Cleanup more GObject type definitions |
27accadf39d602e8a800b6f319f9e8fe6c8bef50 |
|
11-Nov-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
SPObject: drop sp_object_ prefix on class members |
df717630fe580e7c753ac381f197e901885985b9 |
|
11-Oct-2012 |
tavmjong-free <tavmjong@free.fr> |
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog |
0c78ee1bc76ba866452690484d49807ecab054bb |
|
07-Oct-2012 |
Markus Engel <markus.engel@tum.de> |
Added some virtual pad calls to SPObject. |
17238dd97c572210f1036dd8a7a8657e67bfa9c3 |
|
04-Oct-2012 |
Campbell Barton <ideasman42@gmail.com> |
code cleanup: add own includes to cpp files or make the functions static if they are not used elsewhere. |
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 |
dd554d53632e676e8ec0ab28bb4b2065a949fe48 |
|
18-Aug-2012 |
Markus Engel <markus.engel@tum.de> |
Added "virtual pad" to SPObject. |
e7df41cce986b6857cbf76298d00626e2212d266 |
|
18-Mar-2012 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Change finalization order in SPObject: delete signals before calling
the parent finalizer. Should fix problems with gdb on Windows. |
27ccd98e362acaea81b75c33048959a243aa751e |
|
11-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Dropped deprecated function sp_repr_get_int_attribute |
0de00189ead4347edfdce459510b99b572e43e26 |
|
08-Jan-2012 |
Jon A. Cruz <jon@joncruz.org> |
Warning and uninitialized variable cleanup. |
39604a5993c9e99970592313a75a01be735a877a |
|
03-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Janitorial tasks: get rid of deprecated repr wrapper functions |
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. |
153bb1867986d6db392e2cfa711ad6231fce8abe |
|
27-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Fixing more broken and split doc comments. |
0d7ead9e9b95385a90f5b066a4de6abb2a2918f3 |
|
09-Jul-2011 |
Jon A. Cruz <jon@joncruz.org> |
Next step in refactoring color management. More to come. |
07b7f1aaaf1087716e784a50cf574a059f7018d3 |
|
04-Jun-2011 |
Jon A. Cruz <jon@joncruz.org> |
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT() gtk type function/macro. |
2b8f70e957e36bd4fcdefa39efa5381ed3b7c9a6 |
|
28-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Port of 0.48.x branch revision 9781.
Cleanup of legacy code and casting that was breaking 64-bit gradient use.
Fixes bug #743530 and bug #778441. |
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. |
b50f3defe2c02de337fc2747ab4b683829363d75 |
|
11-Aug-2010 |
Abhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom> |
XML Privatisation Stuff after a long time |
5bf9e75a4b436336bc542149de4df7d777ff5a50 |
|
24-Jul-2010 |
Abhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom> |
Yet mor in c++ification |
094dc7c249a0253b9bbed67205e341a05b59eca7 |
|
12-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
SPObject c++ification finalized along with the beginning of XML Privatisation tweaks |
39e454bdef986f01ef929a38513fc09b4ae80e32 |
|
05-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++ification of SPObject continued along with the onset of XML Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. |
ab17729e09d54ccfcb65645e6dae62a343e9c6b7 |
|
03-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
another c++ification for sp-object.h/cpp and still in progress... |
d05799823d639c6ac55341d632120996b33aa8c3 |
|
02-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Do not remove color-profile elements during vacuum defs. Fixes bug #444225. |
258e7ba7fabc54ebb7fc844437eaf36231066ef5 |
|
02-Jul-2010 |
Jon A. Cruz <jon@joncruz.org> |
Leave swatches when doing a vacuum pass. Fixes bug #594445. |
2b635337710b879262acf4906dd85ee99b69f474 |
|
01-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++fied SPDocument added |
5a931dcbd585584fed4990ae6cd1717a3918f90a |
|
15-Mar-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Move around files to remove some vanity directories.
Also remove the obsolete IDL file stub. |
9b8c0838b54555751f0647babbaadaa595741069 |
|
08-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup of gradients and stops. |
839598cdda20adbc1a3b5d0982c13558440d1fcb |
|
02-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup on id access. |
09ba3247163582bf2e30e17c4c154aa259ce038a |
|
06-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Revert recent refactoring changes by johnce because they break the build, which cannot be fixed easily. |
b45b3ca12c271745b18a142d10a6ac8efd9f79cc |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
5b2ff569386763e558c2408e832c08a75b5073bd |
|
09-Jun-2009 |
joncruz <joncruz@users.sourceforge.net> |
Removed sodipodi:version |
5636d85352f341e05629c369f023eeb1a1457cd8 |
|
30-Apr-2009 |
speleo3 <speleo3@users.sourceforge.net> |
requestOrphanCollection: do not remove (vacuum) style or script elements (Bug #276244) |
dac38e300279674677dd6c3c68cc0890b580b97e |
|
25-Jan-2009 |
theAdib <theAdib@users.sourceforge.net> |
prevent inkscape from crashing in case of malformed SVG, still need method to inform the user about document corruption |
8df8c8f1444894d9b1fee02396c5f36448e712e0 |
|
21-Sep-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix overreffing of reprs by clones: only ref a repr by a non-cloned SPObject |
037770d289d0ef4c78c279e1dd3f3b4f2140c751 |
|
14-Jul-2008 |
sasilver <sasilver@users.sourceforge.net> |
Some improvements to my title/desc stuff of revision 18759 (see bug 171024). |
93de6aa780e71457736215676ef9944e7fc9b632 |
|
25-Jun-2008 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
43d06c7da14a174c6b2b41f9849b0cf098de4770 |
|
11-Jun-2008 |
mental <mental@users.sourceforge.net> |
plumb XML::Documents in everywhere |
b951d841751ca46bf1797c629d15ec0d17bedc20 |
|
02-Jun-2008 |
sasilver <sasilver@users.sourceforge.net> |
basic support for <title> and <desc>
make the Title and Description fields on the Object Properties dialog work (bug 171024) |
973c92f3bdd6e7877e29e556eff3d9675df1be35 |
|
08-May-2008 |
mental <mental@users.sourceforge.net> |
merge inline patch from Jimmy |
66632b492f9cd54e5667fd4e1fca8e457f59b282 |
|
31-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying fixes for gcc 4.3 build issues (closes LP: #169115) |
d4d3b624d2d4a01877a37cbb3ec36279d6396e91 |
|
26-Oct-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
981b809bc6ed10a21e89444d9447e5475801874f |
|
14-Aug-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Commit LivePathEffect branch to trunk!
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) |
4276c93d9e72f3cd37f6737ff937410fe64e1d99 |
|
24-Mar-2007 |
mental <mental@users.sourceforge.net> |
we have no document available yet at this point |
7333a6d3d0e1b6b738726a859e5875d5d97b27d9 |
|
20-Mar-2007 |
mental <mental@users.sourceforge.net> |
plumb XML::Document parameter into duplication, courtesy of bryce |
0e87cf25885f81a6201f1226ca26690d2d553963 |
|
18-Mar-2007 |
mental <mental@users.sourceforge.net> |
better way to deal with undo+id collisions |
9bf2929cac5f7a9ab3cdf9802b98fce56a8b0004 |
|
17-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
move creating style after the signals are set up, so that style does not miss the object's release signal |
56070ffc594722f4ec6ef3b1dea7d93ec0f14af7 |
|
13-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
comment |
3530a4d5ba658cb6cea2bbf5bc909f988ba2cbf1 |
|
12-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
move style reading/writing from SPItem up to SPObject |
652139c0ae237603d324f13b97a874a80098ca6c |
|
11-Feb-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix 1654495: a comment repr node has no spobject, so we must weaken the asserts |
d61c32eeca972ebca576bd32323f7108438132f9 |
|
07-Dec-2006 |
bryce <bryce@users.sourceforge.net> |
Adding some docs |
ac9a3068d3edbc8c62348a01a65945fa7144794a |
|
12-Sep-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
fix crash 1544495 when closing a document with mask/clippath: it makes no sense to emit a release signal _after_ the object is already released |
c4eb899d30e3e359efe9f708c01a3651b5179f01 |
|
26-Aug-2006 |
mgsloan <mgsloan@users.sourceforge.net> |
gboolean -> bool conversion commit 1. Modifies code to do with getting the undo system to ignore actions, as well as
SVG/XML save/load. Shouldn't cause problems though. |
f4f507228b30d55fd7e39386ba513f3a0a54bd5d |
|
25-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
peeled back the gboolean code as it hit on some complexity theory principles...
need to rethink and incrementally change gbooleans to bools |
c87d0307348fcfdc65b6b4ab6999a3cb0de2431f |
|
23-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
one major janitorial task we identified.... |
0acfc8cf31a9b07c5e8fd06479b60a1c066f715f |
|
30-Jul-2006 |
mental <mental@users.sourceforge.net> |
remove GObject signals from SPObject |
35fd1876bd1a5dd349689f0aec5f1dc2b4d3ba99 |
|
21-Jul-2006 |
mental <mental@users.sourceforge.net> |
sp_object_invoke_release -> SPObject::releaseReferences, plus the introduction of sigc++ signals for "release" and "modified" which will eventually replace their GObject signal counterparts |
5c85d657aed31c86ec1d89f03f56960bdb4d6df6 |
|
20-Jul-2006 |
bryce <bryce@users.sourceforge.net> |
marker refactoring work |
c148c8b172b3db1f6780e6c9f8eecfd975b36a62 |
|
09-May-2006 |
mental <mental@users.sourceforge.net> |
use c++filt for symbol demangling if available |
29c54358e58809867ecea08ad077d54cf7208e8a |
|
02-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11667@tres: ted | 2006-05-01 22:48:49 -0700
Backing out version 11530. SVK is so liberating and so frustrating all
at the same time. |
9913b9cb8fe557ed68c814af16a1f3455dcc8bb4 |
|
02-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
|
b8ec5550e6e59ed4c0486d2b6da7c02f31e7c51a |
|
29-Apr-2006 |
mental <mental@users.sourceforge.net> |
switch everyone to simpler debug event API |
8227edf0eab473899253f01c133d95ad712dfbd2 |
|
29-Apr-2006 |
mental <mental@users.sourceforge.net> |
make refcount logging a little more useful by including the relevent class name |
360aad676ba92ca443083da298b766628f6a3bfb |
|
15-Mar-2006 |
mental <mental@users.sourceforge.net> |
shared_ptr -> ptr_shared |
ec988e4e64be7b5c5de708799bb93e818a15f8d4 |
|
12-Mar-2006 |
mental <mental@users.sourceforge.net> |
experiment with moving release beofre extraction of object from document tree |
bfbf4f7827ccde4fb862c8e6380ec5857968f860 |
|
05-Mar-2006 |
mental <mental@users.sourceforge.net> |
Add signal for notification of object position changes |
f951374eef04129c6a0d213e7ab4d9ed2095ca69 |
|
15-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
bulk trailing spaces removal. consistency through MD5 of binary |
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 |