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 |
768f82a0fc3224b8068308a8d43606f896ef70a7 |
|
12-Oct-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
Extension enumeration/dropdownbox parameter: fix potential NULL-deref crash on xml == nullptr. |
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. |
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. |
9e2983e6d456117c4188afc9f1d420513117af6a |
|
26-Nov-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop support for GTK+ < 2.24 |
7a7345e59acafc35c32fdae5f0ceb5cf4b62bdfc |
|
05-Jul-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop GTK+ 2.20 support. |
882ed4a1ab3148092960cff8310559e98cdd9ce2 |
|
25-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
ac980509f9d3a167bd16e505c487ac2e5a659124 |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Cleaning up a few headers |
2d89d535055f32929f9afcaaa1460795b9dbffff |
|
09-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Backward compat fix for Gtkmm 2.20 |
f489848c707c95a528d91cf1a0c029ed76249dbb |
|
07-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix typo in gtkmm-2.22 backward compatibility |
bfaf30d2eaee5ae53fc41d2e05c2d9b89700a233 |
|
07-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Cleaning up my mess... backward compatibility and fix Windows build (hopefully) |
0f0f026a553fd84ffaaa90a368f87a842ecfcdd5 |
|
06-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Extensions: replace deprecated gtkmm symbols |
5cacbbec22b42a0480f396eb94bcfb5f746ac68a |
|
06-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Get rid of gtkmm top-level header usage - not required by API |
153204556626440b5c646e4d852a15edbefac510 |
|
03-Jan-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
More deprecated GtkTooltips |
081364debe4793081bf3f50cb82ca7d0999a41d4 |
|
19-Dec-2011 |
Jon A. Cruz <jon@joncruz.org> |
Const correctness fixes that also correct bug #893146. |
05599a3f1fae49d54a2102c41c31271a158410de |
|
06-Aug-2011 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. New "indent" attribute to add an indent level to extension elements.
Filters. Adding the new "indent" attribute to parameters groups. |
5a814bded3ce707aa9a058259b09574e0c08677e |
|
02-Oct-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Extensions. New context support in extensions (enum attribute only), should fix Bug #585730 (Please split msgid Lines for ja translation). |
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 |
0cdba54208a04d743ff55de0908717d85f43369b |
|
26-Feb-2009 |
tweenk <tweenk@users.sourceforge.net> |
Fix bug #168979 and clean up some pointer-to-ustring sillyness |
20b84ef33e4ddb8780fb5253b6f6e77691af6377 |
|
05-Feb-2009 |
mfloryan <mfloryan@users.sourceforge.net> |
Fixed small translation issue for extensions. |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
4852f347df5405e934e2ccd5b30597d196f3949c |
|
16-Sep-2008 |
tweenk <tweenk@users.sourceforge.net> |
Refactored preferences handling into a new version of
the Inkscape::Preferences class. Removed all use of
prefs_get_string_attribute(), pref_path_get_nth_child() and
create_pref() in favor of the new API. Replaced some "0 or 1" integer
preferences with booleans. |
6633203a87a14f02df5f51da0e683aa7e56b5c02 |
|
09-May-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix enums |
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. |