summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-211
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 43b0e345d..fd78beb12 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,14 @@
+1999-03-09 Federico Mena Quintero <federico@nuclecu.unam.mx>
+
+ * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
+ the number of calls to gdk_draw_point() (and thus to X) by
+ clipping the points by hand.
+
+ * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
+ the clip parameter.
+ (gtk_handle_box_paint): Only paint the handle if the expose area
+ intersects it.
+
Sun Mar 7 18:46:37 1999 ape@lrdpf.spacetec.no (Asbjorn Pettersen)
* gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)