| Commit message (Expand) | Author | Age | Files | Lines |
* | merging hassle. most is caused by func() -> func(void) converions. else | Tim Janik | 1998-05-10 | 1 | -16/+16 |
* | only allow grabbing of focus for CAN_FOCUS widgets. | Tim Janik | 1998-04-27 | 1 | -1/+1 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Removed, because that's what a NULL comparison function means. And it | Owen Taylor | 1998-04-07 | 1 | -17/+17 |
* | Don't clear the window on an expose event. On draws, just clear the | Owen Taylor | 1998-03-28 | 1 | -0/+1 |
* | removed GRAB_EXCLUSIVE again, just disable modal event delivery for | Tim Janik | 1998-03-15 | 1 | -2/+1 |
* | added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs. | Tim Janik | 1998-03-15 | 1 | -1/+2 |
* | fix popup calculations (removal of FIXMEs), changes from Lars Hamann. | Tim Janik | 1998-03-13 | 1 | -1/+1 |
* | return TRUE for GtkWidget::delete_event to avoid destruction of our float | Tim Janik | 1998-03-12 | 1 | -0/+4 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -2/+2 |
* | removed duplicate stuff out of gtkwidget.[ch]. | Tim Janik | 1998-03-01 | 1 | -17/+0 |
* | Add drag_end_event for future expansion, plus allow passing in NULL to the gd... | Elliot Lee | 1998-03-01 | 1 | -0/+19 |
* | hm, cvs is just too unsensible ;) | Tim Janik | 1998-03-01 | 1 | -0/+1 |
* | we make an active server grab now, this way we can change the cursor | Tim Janik | 1998-02-27 | 1 | -39/+47 |
* | reserv a signal slot for GtkWidget::style_set. | Tim Janik | 1998-02-26 | 1 | -46/+51 |
* | renamed signal GtkWidget::set_parent to GtkWidget::parent_set. since it's | Tim Janik | 1998-02-22 | 1 | -1/+1 |
* | new signal GtkWidget::set_parent. this signal will be emitted once a | Tim Janik | 1998-02-18 | 1 | -0/+2 |
* | new function to perform the same actions as gtk_list_remove_items, but | Tim Janik | 1998-02-05 | 1 | -1/+0 |
* | fixed a bad, bad referencing bug that could caused unreferencing of | Tim Janik | 1998-02-02 | 1 | -1/+7 |
* | GTK_RESIZE_NEEDED is a private flag now. | Tim Janik | 1998-02-02 | 1 | -74/+55 |
* | Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so that | Owen Taylor | 1998-02-01 | 1 | -1/+6 |
* | hm, initital refcount revolution commit ;) | Tim Janik | 1998-01-30 | 1 | -226/+235 |
* | added new widget flag GTK_LEAVE_PENDING. if a widget has GTK_LEAVE_PENDING | Tim Janik | 1998-01-25 | 1 | -1/+3 |
* | sensitivity and state setting combination. | Tim Janik | 1998-01-20 | 1 | -5/+6 |
* | this is a stack of grabbing widgets now, having unique entries. the | Tim Janik | 1998-01-19 | 1 | -2/+2 |
* | gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.c | Owen Taylor | 1998-01-18 | 1 | -0/+3 |
* | implementation of gtk_widget_get() | Tim Janik | 1998-01-16 | 1 | -2/+7 |
* | GDK_VISIBILITY_NOTIFY events were not working at all. It was my | Arturo Espinosa | 1998-01-06 | 1 | -53/+55 |
* | corrects a small resize bug in the viewport widget. The viewport widget | Shawn Amundson | 1998-01-02 | 1 | -0/+4 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+505 |