6688c01ec1a01f023a66cbd510a9f781238ce3d3 |
|
12-Apr-2016 |
Martin Owens <doctormo@gmail.com> |
Latest gtk3 cleanup |
aaa9bd4a4889532a6f11e5c7dbb1343ff687f41e |
|
12-Apr-2016 |
Martin Owens <doctormo@gmail.com> |
Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8) |
f2f04e5b45d38dc56a2e2959747fa5850abcc132 |
|
15-Oct-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
eek-preview: Hide unused variable in gtk3 build |
ab5f09b4817ab7bf6d6fecda5d4045f667f823d5 |
|
16-Jan-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Cleanup EekPreview widget implementation:
* Strip out dead code
* Move all properties to private structure
* Use modern GObject style in most places
* Replace explicit get_type implementation with G_DEFINE_TYPE |
197a83914b869e636d779ab33d8e3371dc99d71c |
|
11-Jan-2013 |
Jon A. Cruz <jon@joncruz.org> |
Warning and dead code cleanup. |
9e2983e6d456117c4188afc9f1d420513117af6a |
|
26-Nov-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop support for GTK+ < 2.24 |
10645ff0c20ab2670c82ec94823fc334912f4dfa |
|
27-Oct-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix C++11 narrowing conversion errors |
a4b21d4581ca8340e9db6c33774eb95b29788068 |
|
04-Oct-2012 |
Campbell Barton <ideasman42@gmail.com> |
code cleanup: make more functions static or include their own headers. |
119ff36f2446d1ab8b485a25e488b2fe49223355 |
|
28-Sep-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 1046740 : middle click on palette to set stroke colour |
d5c8a2fec0927ec310851dd3d3aa628ca635003a |
|
27-Sep-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 171177 : Border in palette swatches |
ec84ffcba07f2e17ac218e022564687a0945d634 |
|
25-Jun-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Migrate some widgets to GtkStyleContext |
33390cb8b238016549bf8c5518281885ea7eb972 |
|
09-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
Unified variable names as scoping now makes the code safe.
(merge of local fix) |
182c624a396381f06f03a129fb5268d31606e792 |
|
09-May-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix drawing of eek-preview in GTK+3 |
a1a2c0ed8149266ce0a23101fa0974abd70ebd1b |
|
18-Apr-2012 |
Jon A. Cruz <jon@joncruz.org> |
Fixed conditional code to avoid unused function warnings. |
a1c83ca671ae9b97c6a30901ee3542faf93defb4 |
|
17-Apr-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Work around for some missing glibmm headers in gtkmm (should be fixed in gtkmm 3.4) |
631cb571ac2cd514274fe77741a842182da50d60 |
|
04-Apr-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix build with gtk < 2.24 |
a1b28d52ac43223194b105f3e32e33c1f54fa129 |
|
03-Apr-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
eek-preview: Cairo drawing |
24d0bcc7652434b07c32055043ef9311cfae9cb3 |
|
05-Jan-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
More GSEAL fixes |
eb500326b7e1b1c966ed013c0dcc6dbf627e78ed |
|
23-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Documentation update pass. |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
6dcce791a11745b50ce3986cfd87192d8afcf37d |
|
15-Jun-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Clean up deprecated GTK_WIDGET API |
9f32e6203d2f30a5bd17dbb294c8956b714e59e6 |
|
12-Jun-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros |
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. |
37fc289ecb3c2ce63ebbf1a6479a1745c33d8732 |
|
23-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Switch to widget state for painting |
ddd5059bc9e2be167f7b52807cd50906117f2e00 |
|
23-Mar-2009 |
joncruz <joncruz@users.sourceforge.net> |
Additional state indicators. |
a73e5f92baa51f76f70126ed64cabac4fa811764 |
|
21-Feb-2009 |
tweenk <tweenk@users.sourceforge.net> |
Move files from the src/dialogs/ directory to the places where they
should be. Build libinkscape.a - should reduce link time. |