summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1999-03-09 21:26:57 +0000
committerArturo Espinosa <unammx@src.gnome.org>1999-03-09 21:26:57 +0000
commitac7b6805f4e21d37098391306107e57ebcc72803 (patch)
tree87ac14e29871569b0f66ae1b374f60d0bac18a2f /ChangeLog.pre-2-2
parent91ed4f809f0f926c117e3ed7134c93af07779dba (diff)
downloadgdk-pixbuf-ac7b6805f4e21d37098391306107e57ebcc72803.tar.gz
Significantly reduced the number of calls to gdk_draw_point() (and thus to
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.
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.)