Michael Natterer
|
326ef2f7b2
|
app: put the GimpOverlayDialog detach tooltip on the with widget
|
2015-09-09 01:24:19 +02:00 |
Michael Natterer
|
072cb068b2
|
app: add a "detach" button to all on-canvas tool dialogs
which turns them from being automatically attached/detached (depending
on canvas size) into always being a separate window.
|
2015-05-01 18:00:05 -04:00 |
Michael Natterer
|
c071959eb1
|
app: remove ", 0" left over from removing a MAX (foo, 0)
|
2014-06-09 03:33:48 +02:00 |
Michael Natterer
|
17bd4d2c28
|
app: make GimpOverlayDialog's title and icon-name settable after construction
|
2014-06-09 01:42:09 +02:00 |
Michael Natterer
|
f348d1d321
|
app: add a title bar and close button to GimpOverlayDialog
as first step in a bigger tool dialog cleanup.
|
2014-06-09 00:19:23 +02:00 |
Michael Natterer
|
0d2d1c3752
|
app: port most of app's GUI from stock IDs to icon names
There is still quite some stock ID rendering around, stay tuned...
|
2014-05-07 15:30:38 +02:00 |
Michael Natterer
|
b4ba791381
|
app: implement the gimp_overlay_dialog_set_response_sensitive() stub
|
2014-04-18 21:38:15 +02:00 |
Michael Natterer
|
55a70729ae
|
app: add some function stubs to GimpOverlayDialog
and move the TODO comments from GimpToolGui to the stubs.
|
2013-08-03 02:32:02 +02:00 |
Michael Natterer
|
85bd6b0dd9
|
app: pass a format, not bpp, to gimp_viewable_get_dummy_pixbuf()
and add tons of <gegl.h> includes.
|
2012-05-02 17:51:08 +02:00 |
Michael Natterer
|
16aae588b9
|
app: no need to move that assignment
and no need to initialize the entire struct explicitly.
|
2011-10-13 11:30:02 +02:00 |
Mukund Sivaraman
|
d047b1ca41
|
app (widgets): Init child_allocation, or garbage is added to action_allocation.y
|
2011-10-13 10:32:12 +05:30 |
Michael Natterer
|
f342b50483
|
libgimpwidgets: add gtk_button_box_new() to gimp3migration.[ch]
and use it all over the place.
|
2011-09-30 15:44:33 +02:00 |
Michael Natterer
|
c35ff719a7
|
app/libgimp*: remove stuff found by -Wunused-but-set-variable
|
2011-05-01 23:23:19 +02:00 |
Michael Natterer
|
7c60bb5181
|
app: use more of the new GDK_KEY_foo key names
and move the compat defines from display-enums.h to widgets-enums.h
|
2011-03-29 17:24:08 +02:00 |
Michael Natterer
|
8f9ec0650f
|
app: move code from GtkObject::destroy() to GObject::dispose()
|
2010-09-26 22:38:01 +02:00 |
Michael Natterer
|
cabc3aa67a
|
app: split out the round corners code from GimpOverlayDialog
into a new GtkBin subclass called GimpOverlayFrame.
|
2010-06-12 19:02:51 +02:00 |
Michael Natterer
|
434bfbd6fa
|
app: rename GimpToolOverlay to GimpOverlayDialog
because it's only used by tools currently, but not related to them in
any way.
|
2010-06-03 22:32:30 +02:00 |