summaryrefslogtreecommitdiff
path: root/gtk/gtkbindings.c
Commit message (Expand)AuthorAgeFilesLines
* changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc()Tim Janik2001-04-031-262/+20
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-11/+10
* Use g_path_get_dirname instead of g_dirname, which is deprecated.Sebastian Wilhelmi2000-09-051-4/+0
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-2/+2
* Adapt cast macros to standard.Raja R Harinath1999-11-221-0/+1
* 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