summaryrefslogtreecommitdiff
path: root/gtk/gtkbindings.c
Commit message (Expand)AuthorAgeFilesLines
* Actually change <strings.h> to <string.h> as I already said in theTor Lillqvist1999-03-151-1/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* When we find a match, stop searching. (Because we assume pspec != NULL inOwen Taylor1999-02-151-0/+1
* fixup, so that enum values are looked up.Tim Janik1998-07-271-2/+7
* introduce testbindings on C-1 for buttons, to check out bindingTim Janik1998-07-221-9/+278
* display the current cursor name.Tim Janik1998-07-141-15/+7
* added a new internal type GTK_TYPE_IDENTIFIER which is derived fromTim Janik1998-07-101-41/+68
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-19/+28
* temporary implementation of action signal "debug_msg"Tim Janik1998-07-011-3/+3
* ok, this enables the possibility for key-release bindings.Tim Janik1998-06-301-1/+1
* replaced some gtk_object_data_force_id with g_quark_from_static_stringTim Janik1998-06-191-2/+2
* heal gtk. ;)Tim Janik1998-06-141-7/+7
* s/string_data/pointer_data/ as needed to match GtkArgElliot Lee1998-06-141-7/+7
* Renamed g_const_pointer => gconstpointer.Owen Taylor1998-06-101-5/+5
* more const pointer corrections.Tim Janik1998-06-101-10/+10
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-8/+15
* fixed an assertment.Tim Janik1998-06-071-0/+1136