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" |
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. |
e25076a0c8caf01a05b34c96485471798f61b6cb |
|
12-Aug-2013 |
Eric Greveson <eric@greveson.co.uk> |
Allow Object to Path verb from non-GUI (DBus) interface |
27e8a544f1ad1e2044b3e993fe7236e16ac099c7 |
|
01-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Factored layer model out into new Inkscape::LayerModel class. This allows
Inkscape::Selection to use a LayerModel that is not associated with a UI.
Changed the interface of verbs (SPAction) to use a new ActionContext
rather than UI::View::View, again so that verbs may be used in a console
mode.
Modified boolean operation verbs to work in console-only mode.
Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops.
Modified main.cpp to process selections and verbs in no-GUI mode.
Other changes are all consequences of the SPDesktop, Selection and
LayerModel interface changes. |
3399ca485d7be1a359184150f602213481a00004 |
|
15-Oct-2011 |
Kris <Kris.De.Gussem@hotmail.com> |
cppcheck |
8952e0a5008b96fe895e2ba0ab76b949f5eb485e |
|
17-Apr-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
add new preference widget for a number with a unit.
change Preferences > Steps to this new widget |
60282e8335d7b6ae7020613bb22c7c69a6909fbb |
|
22-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outdated SP_OBJECT_REPR C macro. |
8ee3cffe0979389ae4a2a85c491d25381719ee9e |
|
03-Sep-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. UI consistency fixes and UI improvements (new help tabs when needed, and new tooltips). |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
9eed1886cdd1a3412687d10ccf99a6aaadd89154 |
|
21-Sep-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
release reprs properly |
1abf95e8668076028170f6f5cbd92806f3306322 |
|
14-Aug-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Remove further instances of SP_ACTIVE_DESKTOP |
e4a9f366dbcb54f76b8c42869fa6873808132357 |
|
22-Apr-2008 |
gouldtj <gouldtj@users.sourceforge.net> |
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Core of having a real namespace for Inkscape extensions.
r19077@shi: ted | 2008-04-21 15:50:12 -0700
First layer of adding NS
r19078@shi: ted | 2008-04-21 15:56:03 -0700
Whew, doing the rest of them. |
4afe6ce6ad98c33cff42076097036e7327f32ceb |
|
10-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
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. |
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. |
7333a6d3d0e1b6b738726a859e5875d5d97b27d9 |
|
20-Mar-2007 |
mental <mental@users.sourceforge.net> |
plumb XML::Document parameter into duplication, courtesy of bryce |
f1244c7e85def8dc339fc92a29c0bd26ffc247d7 |
|
22-Jan-2007 |
acspike <acspike@users.sourceforge.net> |
continue switching sp_repr_new* over to XML::Document::create* |
959dc6d3d1e30fc32fa164d0b540cc8188df02ef |
|
24-Nov-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
rename the effect |
9534eaf3229a314987601db729de42a145c40204 |
|
09-May-2006 |
mental <mental@users.sourceforge.net> |
more vectorization, this time in bluredge |
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. |
2a34ca4bc305b6469b213e5e68a3a4aa4a92454e |
|
02-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11464@tres: ted | 2006-04-19 09:03:15 -0700
Adding descriptions and scopes for the parameters. |
7791797492aed22ddeede22d237fbdc996c0d31b |
|
10-Feb-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
rearrange effect submenus, rename some effects, fix capitalization |
a6988c83e9af8585b15319bf204be9382260b739 |
|
30-Jan-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r10820@tres: ted | 2006-01-29 16:56:50 -0800
Making it so all the important strings in the INX files are
translateable. Also added in a 'clear-n_.h' to change the N_() macro
from an inline function to a pure macro.
Lastly, added in submenus for the effects. |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |