7a951db604f0fafd2e992dfbd4a23d02477d56f0 |
|
15-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. Hides many GTK deprecation errors that we can't fix in Inkscape |
0de00189ead4347edfdce459510b99b572e43e26 |
|
08-Jan-2012 |
Jon A. Cruz <jon@joncruz.org> |
Warning and uninitialized variable cleanup. |
a7db68f2f08664e02949c354cd37031dbca32923 |
|
27-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Remove NRRect use from the extension system |
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++ |
8a0a34615f080ecd1c09986d8963d6afe5937a25 |
|
16-Jul-2011 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup of oudated/redundant SP_ITEM() macro use. |
02625209e903da96db1db8902354d4324afd5a84 |
|
15-Apr-2011 |
Jasper van de Gronde <jasper.vandegronde@gmail.com> |
No more PrintWin32, including no special cases for non-Unicode Windows anymore. |
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. |
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]. |
cc618cb0faf84b6f5ab2cc9802b29d03f6a22f97 |
|
20-Dec-2009 |
Jon A. Cruz <jon@joncruz.org> |
Warning cleanup |
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 |
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 |
17d87f5698f5c2958d38c6a6207c7b322a7adaf9 |
|
13-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR:: to Geom:: for most of src/extension/ |
4610b6fd647f02ba014e35a3e83da530194c25d1 |
|
12-Jul-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
2geomify print, fill and stroke methods of extensions |
e5183c603c61d36c2c145e99693cbc62463122f3 |
|
09-May-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
complete adding const to have only NArtBpath const * get_bpath() const; for accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. |
3955580a5a68a873b098921626f5b9d841b964ec |
|
21-Mar-2008 |
jaspervdg <jaspervdg@users.sourceforge.net> |
No more NRMatrix or NRPoint. |
9792dba52e63007971eb93670e2ea2fb5e1e289b |
|
23-Dec-2007 |
joelholdsworth <joelholdsworth@users.sourceforge.net> |
Removed Win32 only Print Direct verb, which was an exact clone of normal print |
5e8a67a77defea10844838086169cc65985712ef |
|
22-Dec-2007 |
joelholdsworth <joelholdsworth@users.sourceforge.net> |
Fixed the parenting of the print dialog so that it cannot fall behind the main inkscape desktop window |
2588b6d8fedef60869a774d83bc7582e8caba7a1 |
|
12-Dec-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
f8126a79cb9116058bdaaa62ee7fd203234ff897 |
|
10-Dec-2007 |
keescook <keescook@users.sourceforge.net> |
Implement cross-architecture print dialog using cairo and PNG backends. |
e7333a0a54c8d33b7397406dd76938aa430836d5 |
|
04-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
0ae44427ca0afd85f7a9eeee9f3c6f541f5aa93a |
|
16-Oct-2007 |
dvlierop2 <dvlierop2@users.sourceforge.net> |
Unix printing: use correct paper size instead of defaulting to letter size |
bb3043e78c3bbd9c90a983e6ed96c7555a9599d5 |
|
19-Sep-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r16619@tres: ted | 2007-09-18 21:09:29 -0700
Removing more GNOME Print. It's everywhere! |
6ba6e2d521359f29abba1b79792ccb5caf2034c8 |
|
12-Sep-2007 |
pjrm <pjrm@users.sourceforge.net> |
(PrintPS::begin): Change isspace to g_ascii_isspace.
print.cpp, extension/internal/ps.cpp: Fix some #includes. |
444eb57880794d9aaa75ab6fc0a584dbe60662b9 |
|
01-Mar-2007 |
schwarzenberg <schwarzenberg@users.sourceforge.net> |
commited Solaris 2.8 / gcc-3.2.3 fixes |
2751e196d4d22e5ea77e8d967dfed785262ee9fd |
|
18-Feb-2007 |
keescook <keescook@users.sourceforge.net> |
relocated unix print dialog outside of extension call path |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |