]> Pileus Git - ~andy/gtk/commit
When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it and
authorOwen Taylor <owt1@cornell.edu>
Thu, 26 Mar 1998 20:57:29 +0000 (20:57 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 26 Mar 1998 20:57:29 +0000 (20:57 +0000)
commita74e338517b9b7cab0b422b4a0361cb0ef50593d
tree2df15a25c194d797ff32530b4a6f67709432df8b
parentd38e339ebbd65f1667a66992efc39fd7435d6b39
When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it and

Thu Mar 26 15:33:50 1998  Owen Taylor  <owt1@cornell.edu>

* gtk/gtkwidget.c: When gtk_widget_draw() is called on a
REDRAW_PENDING widget, draw it and remove it from the
queue instead of doing nothing.

* gtk/Makefile.am gdk/Makefile.am: Switch order of includes
directories, to make doubly sure that wrong glibconfig.h
isn't used. (See also glib/ChangeLog)

* gtk/gtkentry.c (gtk_entry_draw_focus): Don't draw the
cursor unless the entry is editable.

(From: Stefan Jeske <jeske@braunschweig.netsurf.de>)
13 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/Makefile.am
glib/ChangeLog
glib/Makefile.am
gtk/Makefile.am
gtk/gtkentry.c
gtk/gtkwidget.c