53f34ebc0b
Chain up in some size-allocate implementations
...
The default implementation does just the right thing for most widgets.
2016-09-09 21:31:09 +02:00
88b4c89415
Bug 761118 - GIMP prints many CRITICAL warnings
...
Bail out in gimp_overlay_box_scroll() if the widget is not realized.
2016-03-28 14:46:13 +02:00
6ad5530408
Bug 756895 - Floating panel translucency is annoying and unnecessary
...
Reduce the on-canvas dialog opacity by 50%, the goal is to get an idea
what part of the image os covered, not to actually see it.
2015-10-27 09:39:23 +01:00
16d2031136
Bug 739369 - Rendering artifacts in the tool in-canvas UI with opacity
...
Don't disable double buffering in GimpOverlayBox, we don't do it for
the canvas any longer, and removing that code fixes the artifacts.
2014-12-01 21:50:57 +01:00
27ec3aa812
app: switch off double buffering on the entire offscreen widget tree
...
Also always return FALSE from the expose and damage event handlers.
2010-06-18 13:45:03 +02:00
3a1c319c91
app: disable double buffering on all offscreen widgets
...
They are rendered only after being completely drawn anyway, so there
is no use in wasting an additional buffer for them.
2010-05-26 11:47:52 +02:00
a2c70822d4
Use accessors from GTK+ 2.20 instead of using sealed members directly
2010-04-19 19:21:07 +02:00
1aeb315ecf
undef GTK_DISABLE_DEPRECATED in many places which undef GSEAL_ENABLE
...
because the widget flag access macros (e.g. GTK_WIDGET_REALIZED) are
now deprecated in GTK+ master.
2010-03-06 23:14:29 +01:00
ffd6248a5e
app: set has-window to TRUE in gimp_overlay_box_init()
...
Makes prelight work, and *should* fix tooltips, but doesn't...
2010-03-01 23:18:06 +01:00
d488cc650a
app: allow to position overlay widgets absolutely
2010-02-20 15:15:53 +01:00
3d354c9434
Add new widget GimpOverlayBox which is a GtkContainer subclass
...
It keeps around its children as offscreen widgets and renders them
using a (potantially) arbitrary cairo_matrix_t (the actual API allows
for arbitrary alignment wihin the container and rotating).
2009-10-18 21:57:34 +02:00