| Commit message (Expand) | Author | Age | Files | Lines |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -3/+5 |
* | Added GTK_USER_DRAW flag. | Owen Taylor | 1998-12-15 | 1 | -1/+3 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -1/+2 |
* | Added a "grab_focus" signal for widgets. When the signal is emitted, the | Federico Mena Quintero | 1998-12-14 | 1 | -0/+3 |
* | s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. | Tim Janik | 1998-12-02 | 1 | -7/+7 |
* | removed default initialization check, people must use gtk_type_init(); | Tim Janik | 1998-11-29 | 1 | -3/+10 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -3/+3 |
* | deprecated gtk_widget_freeze_accelerators and | Tim Janik | 1998-11-28 | 1 | -2/+7 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -16/+25 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -2/+18 |
* | Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION. | Owen Taylor | 1998-10-20 | 1 | -0/+2 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -45/+44 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 1 | -1/+0 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 1 | -10/+14 |
* | begin the parameter elipsis (...) after the first argument name. this | Tim Janik | 1998-08-24 | 1 | -2/+4 |
* | handle negative values similar to gtk_widget_set_uposition(). that is: | Tim Janik | 1998-07-16 | 1 | -2/+2 |
* | temporary implementation of action signal "debug_msg" | Tim Janik | 1998-07-01 | 1 | -0/+4 |
* | yeppers, accelerator changes to fix the gimp. commit message dedicated to | Tim Janik | 1998-06-18 | 1 | -1/+2 |
* | gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl | Owen Taylor | 1998-06-15 | 1 | -16/+15 |
* | new functions gtk_selection_data_copy and gtk_selection_data_free. | Tim Janik | 1998-06-09 | 1 | -5/+5 |
* | wrapped enum definitions with glib macros. | Tim Janik | 1998-06-08 | 1 | -15/+15 |
* | fixed an assertment. | Tim Janik | 1998-06-07 | 1 | -19/+44 |
* | [binray incompatibility] | Tim Janik | 1998-05-15 | 1 | -9/+8 |
* | gtk/gtkwidget.[ch] Added visibility_notify_event to GtkWidget | 4 | 1998-05-14 | 1 | -0/+2 |
* | Try to figure out if this is Digital Unix and we need -std1 to get the | Owen Taylor | 1998-05-10 | 1 | -4/+0 |
* | reimplemented the signal storage system to use a linear array rather than | Tim Janik | 1998-05-06 | 1 | -13/+10 |
* | New function to reset the RC styles for a heirarchy | Owen Taylor | 1998-05-01 | 1 | -0/+3 |
* | Merged changes from gtk-1-0. Check ChangeLog for details. | Owen Taylor | 1998-05-01 | 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 |