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