679c152fead236f995fcd535f9d32c146bef76bc |
|
22-Feb-2016 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
258164b904bfa03eda646e437e4bd7f4144c49cb |
|
05-Dec-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
cppification: GSList replaced by vectors (mostly related to guides and grids) |
41c4ddd6064c35b849f347c88f4e39bb31d4ce62 |
|
13-Nov-2015 |
Kris De Gussem <Kris.De.Gussem@hotmail.com> |
static code analysis |
a38486bc344eef12a82b91b0d292516f8cdbcaf5 |
|
09-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
refactor sp_selection_set_mask |
ed144bc0e9debde62d6eac17c4517c78211bf5da |
|
09-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
fixes various bugs with clipping and masking |
6afde8674707ca6bde7835c5a6e4f182daf789af |
|
25-Feb-2015 |
Liam P. White <inkscapebrony@gmail.com> |
create SPObject factory |
8a31b1115420f4d615668373e436a2e4be1cbf51 |
|
03-Aug-2013 |
Markus Engel <markus.engel@tum.de> |
Cleaned up. |
35087bff7509c736a32e0b74fd9ff0834bde7b6b |
|
07-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merge Object and subclasses. Merging of SP- and C-classes complete. |
5710919b4dfbbed4be8b342d26237a34100dfdbf |
|
06-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Merged ObjectGroup and subclasses. |
980f39d0ea2b51d4b46d2ea552d9b8e02dbea8c2 |
|
02-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewritten, as they aren't real classes. |
a2e796b608034e2c62290378d713058b8b58ef8f |
|
02-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Added constructors to SP classes. |
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. |
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. |
c185efb1dc7c60b149d98ee4eb21662cdd405df9 |
|
26-Jan-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
More GObject boilerplate reduction |
6d0cbc6b5cf5f942c8ee7fa5c7eeb2a82eb617d5 |
|
17-Jan-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Cleanup more GObject type definitions |
bd9c691d934ed2c727b54c8d3a658cbcddc97754 |
|
21-Aug-2012 |
Markus Engel <markus.engel@tum.de> |
Added "virtual pad" to SPMask. |
36bb2154f1627a17c3591eb4d7f89335e8b5dadd |
|
27-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Refactor SPItem bounding box methods: remove NRRect usage and make code
using them more obvious. Fix filter region computation. |
3a3365c39fe3932d005ae1aa4324ef48606f5e18 |
|
07-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Rewrite NRArena -> Inkscape::Drawing. Call render and update
methods on the Drawing rather than on the root DrawingItem. |
d1bde559850436556ebee2e70e10f1cfc8aff636 |
|
06-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Rewrite NRArenaItem hierarchy into C++ |
ef494f75ca77f36881ad59e94263a07c146c3649 |
|
24-Jun-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Remove more of libnr |
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. |
f68aabe351946119c80978525cd86564dd33e02f |
|
21-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. |
d37634d73670180f99a3e0ea583621373d90ec4f |
|
02-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
update to latest 2geom ! |
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. |
67bec49781a3a9674bccd85b8a7559ce72509375 |
|
05-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Wholesale cruft removal part 3 |
d616708f7747571c94108bb2e61a70d2da3768bd |
|
04-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Wholesale cruft removal part 2 |
094dc7c249a0253b9bbed67205e341a05b59eca7 |
|
12-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
SPObject c++ification finalized along with the beginning of XML Privatisation tweaks |
ab17729e09d54ccfcb65645e6dae62a343e9c6b7 |
|
03-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
another c++ification for sp-object.h/cpp and still in progress... |
2b635337710b879262acf4906dd85ee99b69f474 |
|
01-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++fied SPDocument added |
d5ad05ac17abfd7d2eae333a8c1233971e1c1a8f |
|
29-Jun-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
This is the first c++ification commit from me. It handles sp-line, sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. |
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 |
9d24c3279941c5e2e76ac2f0dbd519ddbff24e58 |
|
05-Dec-2008 |
verbalshadow <verbalshadow@users.sourceforge.net> |
NR -> 2Geom, more h and cpp files |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
f9e66b5deb95d8fcf8a766ecdaeaca0fa049baaf |
|
16-Sep-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
remove extra unref; now ref/unref is done by show/hide; this used to stop this arenaitem from leaking, but this is now fixed properly in SPItem |
43d06c7da14a174c6b2b41f9849b0cf098de4770 |
|
11-Jun-2008 |
mental <mental@users.sourceforge.net> |
plumb XML::Documents in everywhere |
3955580a5a68a873b098921626f5b9d841b964ec |
|
21-Mar-2008 |
jaspervdg <jaspervdg@users.sourceforge.net> |
No more NRMatrix or NRPoint. |
66632b492f9cd54e5667fd4e1fca8e457f59b282 |
|
31-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying fixes for gcc 4.3 build issues (closes LP: #169115) |
9916339c54c3b82435984fdfd645c561724fc25c |
|
03-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
fix warning when creating a mask which is the first item in defs |
3caca4f8381f7ae35678d16074c2414c02a0c0ff |
|
21-Jan-2007 |
mental <mental@users.sourceforge.net> |
start switching sp_repr_new* over to XML::Document::create*, and rename create methods to match DOM |
dc6e5409aa2c0778a68b92179563964268e39013 |
|
30-May-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
workaround for 1466515: transforming items in the mask causes their gradients to fork, and the forked ones are added to defs after the mask, which makes them fail on reload due to bug 989084. Now mask is shifted to the end of defs after the transforms, making sure all its gradients are behind it. |
5271cd656d5e935ca2f55b6b61a4f3aedee22fd5 |
|
22-Mar-2006 |
knutux <knutux@users.sourceforge.net> |
Mask/Clippath transformations on masking/unmasking |
b3f56023dab178fd94e7b5809f9e33bbfada7fc9 |
|
20-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
patch by Andrius R. for (un)clip and (un)mask commands |
8a9fe93c202b3f3a4f5e0307f9a4cdf2587e81e6 |
|
16-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
fix property name in init; do the same fix as in SPClipPath to silence 'update during update' warnings |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |