summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
Commit message (Expand)AuthorAgeFilesLines
* removed GRAB_EXCLUSIVE again, just disable modal event delivery forTim Janik1998-03-151-2/+1
* added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs.Tim Janik1998-03-151-1/+2
* fix popup calculations (removal of FIXMEs), changes from Lars Hamann.Tim Janik1998-03-131-1/+1
* return TRUE for GtkWidget::delete_event to avoid destruction of our floatTim Janik1998-03-121-0/+4
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-2/+2
* removed duplicate stuff out of gtkwidget.[ch].Tim Janik1998-03-011-17/+0
* Add drag_end_event for future expansion, plus allow passing in NULL to the gd...Elliot Lee1998-03-011-0/+19
* hm, cvs is just too unsensible ;)Tim Janik1998-03-011-0/+1
* we make an active server grab now, this way we can change the cursorTim Janik1998-02-271-39/+47
* reserv a signal slot for GtkWidget::style_set.Tim Janik1998-02-261-46/+51
* renamed signal GtkWidget::set_parent to GtkWidget::parent_set. since it'sTim Janik1998-02-221-1/+1
* new signal GtkWidget::set_parent. this signal will be emitted once aTim Janik1998-02-181-0/+2
* new function to perform the same actions as gtk_list_remove_items, butTim Janik1998-02-051-1/+0
* fixed a bad, bad referencing bug that could caused unreferencing ofTim Janik1998-02-021-1/+7
* GTK_RESIZE_NEEDED is a private flag now.Tim Janik1998-02-021-74/+55
* Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so thatOwen Taylor1998-02-011-1/+6
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-226/+235
* added new widget flag GTK_LEAVE_PENDING. if a widget has GTK_LEAVE_PENDINGTim Janik1998-01-251-1/+3
* sensitivity and state setting combination.Tim Janik1998-01-201-5/+6
* this is a stack of grabbing widgets now, having unique entries. theTim Janik1998-01-191-2/+2
* gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.cOwen Taylor1998-01-181-0/+3
* implementation of gtk_widget_get()Tim Janik1998-01-161-2/+7
* GDK_VISIBILITY_NOTIFY events were not working at all. It was myArturo Espinosa1998-01-061-53/+55
* corrects a small resize bug in the viewport widget. The viewport widgetShawn Amundson1998-01-021-0/+4
* Initial revisionElliot Lee1997-11-241-0/+505