92f4105d56c2e3bc1e9fdff74ffd1330353f0768 |
|
09-Dec-2015 |
tavmjong-free <tavmjong@free.fr> |
Remove unused header file. |
b8a32510d8dff5da727979ebeb4b937e5991c821 |
|
28-Apr-2015 |
Marc Jeanmougin <mc@M0nst3r.bouyguesbox.fr> |
removed a few "using Inkscape::Util::GSListConstIterator" |
a04dc34634e50322ebf5486725c1be12322bfaf5 |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
more cast cleanup |
aa9235c966804d9b8f8daa083a2d123d9d47d2bb |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
corrected the casts (hopefully) |
acd93b79c034f4bcc8ff02de8aa877f70f081881 |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
Put a few std::vector<SPitem*> |
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. |
9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
a7db68f2f08664e02949c354cd37031dbca32923 |
|
27-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Remove NRRect use from the extension system |
60282e8335d7b6ae7020613bb22c7c69a6909fbb |
|
22-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outdated SP_OBJECT_REPR 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. |
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. |
a02211fee45e7402a822d3f81bc0ed49233718e5 |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
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. |
66d02cbd41dc86275d0c1c47884eb8f6a227981d |
|
23-Apr-2008 |
gouldtj <gouldtj@users.sourceforge.net> |
r19083@shi: ted | 2008-04-21 16:09:24 -0700
A directory for filter effects
r19084@shi: ted | 2008-04-21 20:03:59 -0700
The basis for the filter interface for defining effects.
r19085@shi: ted | 2008-04-21 20:59:04 -0700
Adding Sepia as an example
r19086@shi: ted | 2008-04-21 23:25:57 -0700
Wiring everything in. Cleaning it up so that it looks nice.
r19087@shi: ted | 2008-04-22 00:00:08 -0700
Completeing more of the guts. Not done, but the basic infrastructure is now in place.
r19088@shi: ted | 2008-04-22 00:19:38 -0700
All the basic plumbing code. It seems to work, except the document is wrong from the controlling filter guy. That should be fixable.
r19089@shi: ted | 2008-04-22 00:31:36 -0700
Whoo! Hoo! for simple stuff it seems to work.
r19090@shi: ted | 2008-04-22 10:36:16 -0700
First pass at adding the filters from Mauve's example
r19091@shi: ted | 2008-04-22 10:37:24 -0700
Fixing misspelling
r19092@shi: ted | 2008-04-22 12:32:18 -0700
Should be appending instead of prepending these nodes.
r19093@shi: ted | 2008-04-22 13:37:34 -0700
Basic filter with parameters working
r19094@shi: ted | 2008-04-22 14:27:20 -0700
Changing it so that by default an effect will have a call to autogui that will work with live effects. Basically this involved migrating the implementation of prefs_effect up from script.cpp to implementation.cpp
r19102@shi: ted | 2008-04-22 14:38:46 -0700
Better defaults
r19103@shi: ted | 2008-04-22 14:42:07 -0700
Adding filter stuff to be translated |
3955580a5a68a873b098921626f5b9d841b964ec |
|
21-Mar-2008 |
jaspervdg <jaspervdg@users.sourceforge.net> |
No more NRMatrix or NRPoint. |
4afe6ce6ad98c33cff42076097036e7327f32ceb |
|
10-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
04bf06c03aae461ffbda961b609f5cdb3b9277b2 |
|
30-Oct-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r16893@shi: ted | 2007-10-30 07:31:04 -0700
Wow, that wasn't as hard as I thought it would be. Changing away from SPDocument. Sounded like a good idea, but we
need to be able to get selections in the document cache. |
70d3ef426bda4739aa91ca9b913516de190ff2c6 |
|
30-Oct-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r16677@shi: ted | 2007-10-17 19:31:04 -0700
Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from
having to know if the document has changed, and keep track of that. This allows them to optimize their performance
when doing things like live effects. |
c2b22c9f829b2eb90f50a77c15a37af0d1114849 |
|
30-Oct-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r16676@shi: ted | 2007-10-12 21:09:50 -0700
Half fixed caching |
d9711532c4ac816bb0dd355f048ce0e26f542710 |
|
13-Sep-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r16564@tres: ted | 2007-09-12 20:45:12 -0700
Final GSoC patch from Chris. I took too long to include it :( |
1c954df5d7f214580761f55fdd9470e893d1a032 |
|
27-Jun-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r15481@tres: ted | 2007-05-22 09:56:22 -0700
Switching to sigc::signal so it actually works. |
70ca1c6d6d56358edcb0762fabaf27943da42ab3 |
|
27-Jun-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r15480@tres: ted | 2007-05-20 23:51:34 -0700
The basics are all working, no call back from the preferences yet.
That's the next step. But the dialogs appear correctly, and it works in
the background. |
dffc9e5e6b6371941ce2294c00bdc4a6528680f7 |
|
27-Jun-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r15379@tres: ted | 2007-05-09 19:13:37 -0700
Moving the dialog one step out and adding a cancel event. |
2ebae4c87c79dc0f626084f038a7710177eaabe9 |
|
18-Nov-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
patch 1219308 for embedding type 1 fonts into ps/eps output |
b6ae2ff55ce50b104521cce0a0c2e96f40881006 |
|
02-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11569@tres: ted | 2006-04-29 08:55:02 -0700
Pushing the document and node deeper into the code. This way parameters
can be placed and edited on those. Mostly, this commit involves getting
them into the autogui. |
d378575a165c2c0cd81ee1712242561aec815f3d |
|
02-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11149@tres: ted | 2006-03-27 22:31:24 -0800
Change the prototype, need to change what you're doing with it. |
966ac5a26316d76e900b95e197826fb68c1b409e |
|
02-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11138@tres: ted | 2006-03-27 21:15:14 -0800
Switching things to be more Node based. This makes more sense as the
parameters are really more node based. |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |