summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Set the width of the layout to the actual wrap width (our requisition) notOwen Taylor2002-05-141-4/+4
* Call gdk_keyval_to_lower() on the key passed in, since we lowercase allGTK_MULTIHEAD_MERGEPOINT_30_03_02Owen Taylor2002-03-291-1/+1
* Trivial typo fix. (Vitaly Tishkov, #75726)Matthias Clasen2002-03-211-1/+1
* Allow arrow keys as accelerators, as long as some modifier is pressed.Owen Taylor2002-03-201-4/+18
* Unset the acceleratable_groups qdata because qdata isn't removed onOwen Taylor2002-03-131-0/+1
* fix typo.Tim Janik2002-03-021-1/+1
* ue Feb 26 18:58:49 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-271-1/+4
* lower case the key_val. (gtk_accel_group_connect_by_path) : ditto.Jody Goldberg2002-02-231-2/+5
* Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group toOwen Taylor2002-02-211-0/+2
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-1/+1
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* Add a GtkSetting (gtk-entry-select-on-focus) controlling whether theOwen Taylor2002-02-021-1/+0
* & with the default mod mask so accels work when numlock is on.Anders Carlsson2002-01-281-1/+1
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-2/+2
* Replace GTK_NO_CHECK_CASTS by G_DISABLE_CAST_CHECKS.Matthias Clasen2002-01-071-1/+39
* Doc markup fix.Matthias Clasen2001-12-081-29/+34
* Ref-sink the tooltips object. Ref-sink the tooltips object. Fix someOwen Taylor2001-11-211-7/+8
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-201-129/+227
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+3
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-715/+478
* move some of the accel group functions into a Private subsectionHavoc Pennington2001-09-081-0/+208
* use the second argument to the weak ref notify, cleaning up some uglyness.James Henstridge2001-08-181-14/+18
* Small bug introduced when merging changes before the accel group commit :(James Henstridge2001-07-271-0/+2
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-173/+203
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-9/+0
* moved GtkAnchorType and GtkSideType from gtkpacker.h to gtkenum.h.Tim Janik2001-04-291-3/+3
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-1/+1
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-2/+2
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-1/+1
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-9/+5
* 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
* Merges from gtk-1-2Owen Taylor2000-03-141-1/+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
* only pass key events to the focus widget if it is sensitive.Tim Janik1999-01-111-1/+2
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-241-1/+1
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-2/+2
* plug another small GtkSIgnalQuery leak.Tim Janik1998-09-031-1/+3
* quell some warnings with g_hash_table_newManish Singh1998-08-291-0/+2
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-2/+2
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-38/+2
* temporary implementation of action signal "debug_msg"Tim Janik1998-07-011-8/+8
* ok, this enables the possibility for key-release bindings.Tim Janik1998-06-301-1/+29
* replaced some gtk_object_data_force_id with g_quark_from_static_stringTim Janik1998-06-191-2/+2
* Renamed g_const_pointer => gconstpointer.Owen Taylor1998-06-101-3/+3
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-6/+6
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-50/+24
* fixed an assertment.Tim Janik1998-06-071-0/+1062