summaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* If the widget is _not_ a descendant of a Window widget, propagate keyOwen Taylor1998-03-271-3/+0
| | | | | | | | | | | | | | | | | | | Fri Mar 27 00:13:18 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkmain.c (gtk_propagate_event): If the widget is _not_ a descendant of a Window widget, propagate key presses like other events. * gtk/gtkentry.c gtk/gtktext.c: Ignore multiple simultaneous button presses instead of treating subsequent presses as release/press pairs for tablet compatibility. * configure.in config.h.in: Removed inline checks, because they are duplicated in glib. * gtk/gtkwidget.c (gtk_widget_draw): When gtk_widget_draw () occurs with queued draw already in place, redraw _entire_ widget. (Pointed out by Tim Janik)
* define the version variables in config.h.Tim Janik1998-03-081-0/+5
| | | | | | | | | | | Sun Mar 8 03:00:17 1998 Tim Janik <timj@gimp.org> * configure.in: define the version variables in config.h. * gtk/gtkmain.h: * gtk/gtkmain.c: added static version variables. * gdk/gdkpixmap.c: fixed memory leaks (gtk-gronlund-980307-1.patch.gz)
* this is a stack of grabbing widgets now, having unique entries. theTim Janik1998-01-191-1/+8
| | | | | | | | | Mon Jan 19 09:16:38 1998 Tim Janik <timj@psynet.net> * gtk/gtkmain.c (gtk_grab_add) (gtk_grab_remove): this is a stack of grabbing widgets now, having unique entries. the GTK_HAS_GRAB flag of a widget is set while it is on the stack (wasn't implemented before).
* Added check for inline in configure and updated files to use it.Manish Singh1998-01-091-0/+3
| | | | -Yosh
* a few modifications, blah blahElliot Lee1998-01-081-0/+2
|
* New GTK release, 0.99.0. This release was coordinated with theShawn Amundson1997-12-141-3/+0
| | | | | | upcoming release of GIMP 0.99.16. -Shawn
* Initial revisionElliot Lee1997-11-241-0/+36