summaryrefslogtreecommitdiff
path: root/gtk/gtkbindings.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* expose gtk_bindings_activate_event(), changed callers.Tim Janik2004-03-021-3/+3
* We need to pass the unmasked state toOwen Taylor2003-05-211-1/+2
* Add a new binding signal, "move_scroll", and use it to hook upOwen Taylor2002-12-141-0/+29
* Deprecation cleanupManish Singh2002-10-091-42/+41
* Initialize ->parsed field. (#94536, patch from Sebastian Ritau. MaybeOwen Taylor2002-09-301-0/+1
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-2/+8
* kill code duplicated in gtk_binding_entry_add_signall.Mark McLoughlin2002-03-251-3/+0
* Partial fix for problem where keypad keys acted as shift-arrows in anOwen Taylor2002-03-221-0/+13
* Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group toOwen Taylor2002-02-211-1/+1
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-47/+172
* Fix problem with string-valued parameters (#70012, Johan Dahlin.)Owen Taylor2002-02-091-1/+1
* Add a function to delete all bindings add by gtk_binding_parse_binding()Owen Taylor2002-02-091-4/+80
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-2/+0
* Consistently use GdkModifierType. (#66950, Mark Patton)Owen Taylor2002-01-301-16/+16
* Support "optional" bindings. If a binding signal has a boolean returnOwen Taylor2002-01-171-76/+121
* Rename the GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove theOwen Taylor2001-11-191-10/+7
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-3/+4
* to compare pattern specs, use g_pattern_spec_equal() instead of directTim Janik2001-10-131-5/+14
* 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