3e3e2a49f82b250cb852586703fbc460b3ca20e4 |
|
27-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
5. Refactoring of Application class: make copy/assignment operators private, disallow pointers to Application |
52cad88e59adf0342e9294b9249b96bffe8fbe9e |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
4. further refactor Application class; create proper singleton, encapsulate members, simplify signals |
6cc2da37c4f1d408dbc9ca92ee622d4093f554fb |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
3. remove dead code, refactor existing code. Connect overlooked signals. |
cf1b00269e6a363acfe397115fb123d1999759fd |
|
25-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
2. connect signals |
07e3a78a8079bec928bf6396305375b4b9a7ba37 |
|
06-Jul-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix build failure with GDL >= 3.6 |
a87ecfc87eb7f5b499e730ef7be4e97360e6c12e |
|
08-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop more Gtk::Table usage |
8a0b87580f350c374588c67f90895bde03f6e856 |
|
14-Oct-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Stop using private GdlDockObject->master (broken in GDL 3.6) |
2a9c05345787988c8cd9e7ff91a450d28f43e830 |
|
21-May-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
GTK+ 3 changes for cell-renderers |
1b3a8414f17dc95fc921d999ea715c99d10dd4aa |
|
26-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Clean up all remaining false warnings from Gtkmm |
d0a19f4014cdd171eb8c6ff4c7b1e2ff7891b223 |
|
17-Feb-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 171579 : Make inkscape remember dialogs window status |
21540d59a919b4404c3f298470257f8b33310351 |
|
05-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
(cppcheck and janitorial tasks:) C-style casting to C++-style casting |
9da72320667347f97b641753dd3b4591f95df939 |
|
29-Dec-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
GDL: Drop placement patches |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
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. |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
4afe6ce6ad98c33cff42076097036e7327f32ceb |
|
10-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
22e3afe1d78265a55ae81760b8fe568c1049c06b |
|
25-Oct-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Dockable dialogs: Allow in-dock dialogs to be expanded even if there's
no "slack". |
073fa4ce4f7402aa0ce7e02dea7c3da7a1cacc27 |
|
26-Sep-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Define DockItems' floating state properly. Fixes some issues with
floating docks. |
1648a193c23a5e42acab91e8918322047fdd7a14 |
|
20-Sep-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Add scrolling of dock on DockItem::present. |
ee3ad2b5b26e1e7be85a2de966ac7f208d88ff45 |
|
06-Sep-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Group dock related prefs, add hidden prefs for dock bar and switcher appearance. |
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799 |
|
29-Aug-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Dockable dialogs patch applied
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) |