b9efc33ba168a5374613d10fbbc85738ccc677b2 |
|
28-Apr-2015 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc |
515f88b6156db2044c96fad5bc8d1bf4c8a40718 |
|
23-Sep-2014 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Fix for Bug #1372200 (Comment within <script> element in INX file triggers crash on launch). |
bdd77920088d5498d22675b0ed6c1cdb843bc51b |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Convert accidental member accesses into static function accesses |
1989682aa0e9162a46a309839ea541ff98bd83c1 |
|
25-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
1. make it compile |
55daafffc4ec212e0b4efc709e60adeb51895fd1 |
|
11-Jun-2014 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Fix for Bug #505920 (inkscape loads extension even if the script specified in <command> doesn't exist). |
0e987a9c6c74c6299b4da410b01c4a282b6f1340 |
|
28-Apr-2014 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Fix for Bug #1307554 (Don't show the Export > win32 vector print extension on Platforms that don't support it). |
a53fd00014de5e3469827acbab0e4cce9ed39087 |
|
06-Jun-2013 |
Jon A. Cruz <jon@joncruz.org> |
Added configure/ifdef guards to only bring in the needed #include if glibmm has it. |
13e21c66ba8d066149d5457684dcfa3d4483bbbc |
|
05-Jun-2013 |
VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> |
Refactor: Changed some functions from Extension to const.
The functions changed to const:
* get_param_color
* get_param_enum
* get_param_optiongroup
* get_param_enum_contains |
7d0a24e5df88fe8f24c72a6d5ef1d96e13ae9bd8 |
|
05-Jun-2013 |
VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> |
Add command line option to specify PDF export version. Patch from schwieni.
From the patch's author:
Additional command line option added to export to different PDF-versions
supported by cairo (currently only "PDF 1.4" and "PDF 1.5"). The user must
provide the exact string found in the PDF-export dialog of Inkscape. This
feature was previously only accessible via the GUI of Inkscape. This option is
useful for people opting for PDF-a conformance in their PDFs. Moreover, the
Extension and Parameter classes are extended by setters for enum parameters
(used in combo boxes). |
253ced74a9eaba9a1fab5e20628e27b1d03a4612 |
|
04-Jun-2013 |
Jon A. Cruz <jon@joncruz.org> |
Correct to compile against recent gtkmm, including updated macports versions. Fixes bug #1179338. |
5c45bb188ab729e501e48732842cb9de6a9813be |
|
25-Mar-2013 |
Alex Valavanis <valavanisalex@googlemail.com> |
Workaround usage of deprecated glib symbols in 3rd party libraries |
a87ecfc87eb7f5b499e730ef7be4e97360e6c12e |
|
08-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop more Gtk::Table usage |
39604a5993c9e99970592313a75a01be735a877a |
|
03-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Janitorial tasks: get rid of deprecated repr wrapper functions |
6192db41ab6e422a6193affbd3e68d61e184627b |
|
03-Jan-2012 |
Jon A. Cruz <jon@joncruz.org> |
Fixed null-pointer ctor crashes. |
5cf332777b4c27336d64c273ac63bce3ee27a53d |
|
03-Jan-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Cleanup GSEAL issues and deprecated GtkTooltips |
081364debe4793081bf3f50cb82ca7d0999a41d4 |
|
19-Dec-2011 |
Jon A. Cruz <jon@joncruz.org> |
Const correctness fixes that also correct bug #893146. |
6fba19689c2a3be1ec04ea7a9210ab428325d415 |
|
04-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
More forward.h purging. |
1511cc9a881ea73d54ce2748b5156598f26f7670 |
|
28-May-2011 |
Felipe C. da S. Sanches <juca@members.fsf.org> |
Add "silent" option to extension inx file so that extension authors can opt-out of displaying the "working, please wait" dialog.
Extensions that are tipically slow can still have the dialog show up by simply not adding this attribute to the inx file. |
3544219f7a0314290353726315a594f92749eb96 |
|
03-Dec-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Notebooks now work with internal extensions. |
75f37a9204e1316d4884ee3017cffc2bea6b10c5 |
|
07-Sep-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. General UI improvements (gnome HIG). New group header extension parameter. |
635c956cc42c99123072d6b920039f4da8d6bbf5 |
|
03-Sep-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. Tooltips are now translatable (Bug #629726). |
f5fe60fdb44fc4a99d97f8ff19d1f62a530cf895 |
|
18-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Added wrappers for the "optiongroup" type that correspond to existing "float", "enum" etc. wrappers. |
8e34c10dea7bf29ec44a3913d28eec84337027e0 |
|
05-Mar-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Improve behavior when pasting, DnDing and importing bitmap images |
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. |
c1aeec745cff8de1ffc861137b49361b8fe11275 |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
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. |
8435052ef25dc903d1d438b137a9348ec681020b |
|
09-Apr-2008 |
mfloryan <mfloryan@users.sourceforge.net> |
Following this thread: http://www.nabble.com/Extension-parameters-td9064285.html#a9064285 cleaned up python webbrowser_* scripts by replacing with one generic launch_webbrowser.py. This required a bit of work with extensions to handle hidden GUI parameters better. URLs are now in the inkscape_help_*.inx files. |
f1ec1be29a388dbf184f6190302a357fe67070ac |
|
04-Apr-2008 |
gouldtj <gouldtj@users.sourceforge.net> |
r18381@shi: ted | 2008-03-07 20:11:34 -0800
New work branch
r18391@shi: ted | 2008-03-08 21:36:03 -0800
Moving the parameters around to clean up the directories.
r18392@shi: ted | 2008-03-08 21:57:14 -0800
Moving the 'get' function to cpp
r18870@shi: ted | 2008-04-03 21:10:20 -0700
Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter
r18871@shi: ted | 2008-04-03 21:17:39 -0700
Using the _gui-hidden parameter to block the creation of the widget if set.
r18890@shi: ted | 2008-04-03 21:53:55 -0700
Merge from r18024 which got lost in the shuffle. |
f58ed6ec7d074768a1305f3793afd8597e06cd15 |
|
29-Feb-2008 |
gouldtj <gouldtj@users.sourceforge.net> |
r18220@shi: ted | 2008-02-29 13:18:55 -0800
Okay, sadly I'm not keeping the version history because I'm not convenced
that SVK will do it right. One mega-patch, but that's life.
Reshuffle the exection-env and prefdialog code so that the state machines
aren't intertwines, which fixes a whole host of bugs with them. I think
the behavior is correct now.
Make it so that the effects can count how many preferences they have to
determine if the dialog should be shown (fix above). Once this code was
written it was easy to make it show an ellipsis on the verb if there is
a dialog or not. This involved removing ellipsis from those effects that
had it hard coded.
Make it so that the parameters know that their command line options are
going into a list. They don't have to acknowledge it, but they can, and
specifically notebook does and handles it differently. This should fix
the notebooks on Win32, but doesn't apparently completely.
Change the script extension on windows to use pythonw instead of python
so that the command line doesn't appear all the time. |
ff20ae64b6f76bc64725c72cbf7744eb2c25eb33 |
|
27-Feb-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
Fix passing of notebook extension parameters. |
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 :( |
273e421813f295d65aab512f508e8fb575d997d4 |
|
10-Aug-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r16217@tres: ted | 2007-08-10 10:36:27 -0700
ImageMagick effects patch from Chris Brown. Google Summer of Code
project. |
6a4cf574d0308833eeda63ff2f2fd50a80abc676 |
|
27-Jun-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r15506@tres: ted | 2007-05-24 22:30:55 -0700
Wow, the basics are kinda working. Only for ints and floats, and it
seems to not like repeadative entry. But, it really is seeming very
feasible. |
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. |
53e7755dd2b74a9f611866fb55bb43bb21306c9c |
|
27-Jun-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r15368@tres: ted | 2007-05-05 13:53:51 -0700
Basic adjustments to get async all connected in. This compiles for
effects, but then it crashes. But, it's a decent start. |
6c2fb7487bf5d5f2c05946d3e2b5d2fe1f293eec |
|
27-Jan-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Fixed: Non-translatable strings in "enum" type extensions |
0791f39c5f919ac34dc7513d147460331c898cc5 |
|
30-Sep-2006 |
johanengelen <johanengelen@users.sourceforge.net> |
fixed bug: fixed two of the 'quark > 0' console errors. |
06a4975ee8cba8ed9a4d425ab6134582ce8dcd06 |
|
06-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11673@tres: ted | 2006-05-05 21:17:59 -0700
Allows param default values to be translatable and adding a little space
in the dialog. |
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. |
e0fce6fec3bdf991587ebb3a36c91f0c9ce76f2e |
|
02-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11466@tres: ted | 2006-04-19 21:27:49 -0700
Moving the auto gui stuff into it's own class that subclasses from VBox.
This should make adding tooltips easier... |
08e70190b42aab4b9088dc5b0fe04f7374375faa |
|
02-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11463@tres: ted | 2006-04-19 08:28:18 -0700
Making GTK+ manage all the memory that I thought it was already doing
before. Now new GTK+ objects that aren't internally referenced are
surrounded by Gtk::manage() |
9deaa46a0fb28baabbf3b23fab07a0f53abf3704 |
|
02-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11140@tres: ted | 2006-03-27 21:37:00 -0800
Adding nodes as parameters all the way through the parameter chain. Now
all we need is to start using them! |
73f113b9de75a40aa7698d9a8ccb1cac55514533 |
|
02-May-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11139@tres: ted | 2006-03-27 21:23:44 -0800
Removing tabs |
7c8911eb3e2baefa1bc2ad1aa8f567926b75b3a7 |
|
19-Apr-2006 |
knutux <knutux@users.sourceforge.net> |
A fix for [inkscape-Bugs-1296129] |
fcc198ade86e2e1fd0eb563b983c92acf1437c84 |
|
29-Mar-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r11142@tres: ted | 2006-03-27 21:52:50 -0800
Adding in the basic infrastructure for handling the cascading status
dialogs between the different subclasses of widgets. |
7e206f11b47463901c9b952cfe766566d1a3acc3 |
|
29-Mar-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r10987@tres: ted | 2006-02-28 01:06:37 -0800
The leg bone is connected to the knee bone
The extension bone is connected to the extension-editor bone |
8bc547b01926fa6f998028afe7298d32e65d48da |
|
29-Mar-2006 |
gouldtj <gouldtj@users.sourceforge.net> |
r10921@tres: ted | 2006-02-13 09:40:25 -0800
Adding in support for a <help> tag in the base extension part of the INX
file. Currently that just gets passed to the prefdialog, but it will be
used in a little while. |
1391834bee278d740c12201a5f258cd1eda044c1 |
|
13-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
bulk whitespace removal patch #1198588 by gigaclon |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |