summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorRichard Hult <richard@imendio.com>2006-08-08 20:53:09 +0000
committerRichard Hult <rhult@src.gnome.org>2006-08-08 20:53:09 +0000
commitd3ee9f833a672e1efd7343b21541500b0b115988 (patch)
treeed56ac56f4828ab544beaa3fed7ed00068c26747 /ChangeLog.pre-2-10
parent1aeea0dd15ca7955fe024eb40588dd77473ca3ee (diff)
downloadgtk+-d3ee9f833a672e1efd7343b21541500b0b115988.tar.gz
Just expose the minimal region instead of the whole rect.
2006-08-08 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzView.c: Just expose the minimal region instead of the whole rect. * gdk/quartz/gdkwindow-quartz.c: (gdk_window_quartz_process_all_updates), (gdk_window_update_idle), (gdk_window_impl_quartz_invalidate_maybe_recurse), (gdk_window_impl_quartz_process_updates), (_gdk_windowing_window_destroy): Rework the expose handling so that it works like the X11 backend, using an idle with the right priority instead of relying on quartz to do it. (gdk_window_set_type_hint): Use tornoff instead of submenu as the documentation (and Mitch) suggests.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1015
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index df068f943b..c994b205c4 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,18 @@
+2006-08-08 Richard Hult <richard@imendio.com>
+
+ * gdk/quartz/GdkQuartzView.c: Just expose the minimal region
+ instead of the whole rect.
+
+ * gdk/quartz/gdkwindow-quartz.c:
+ (gdk_window_quartz_process_all_updates), (gdk_window_update_idle),
+ (gdk_window_impl_quartz_invalidate_maybe_recurse),
+ (gdk_window_impl_quartz_process_updates),
+ (_gdk_windowing_window_destroy): Rework the expose handling so that
+ it works like the X11 backend, using an idle with the right
+ priority instead of relying on quartz to do it.
+ (gdk_window_set_type_hint): Use tornoff instead of submenu as the
+ documentation (and Mitch) suggests.
+
2006-08-08 Michael Natterer <mitch@imendio.com>
* gdk/quartz/gdkdrawable-quartz.c: some whitespace and indentation