gtk2/gdk/x11
Owen Taylor 708e1a9574 Implement "fuzzy" key binding lookups; allow matches on key and level but
Wed Feb 20 14:26:47 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkkeyhash.[ch]: Implement "fuzzy" key binding lookups;
        allow matches on key and level but not group. Also, implement
        ignoring "consumed modifiers correctly."

        * gtk/gtkaccelgroup.c gtk/gtkbindings.c: Convert to using
        GtkKeyHash.

        * gtk/gtkdebug.h gtk/gtkmain.c: Support GTK_DEBUG=keybindings

        * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fill in
        the group for key release events as well as key press events.

        * gdk/gdkkeys.h gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
        Rename unused_modifiers to consumed_modifiers, make the docs and
        non-Xkb implementation match the Xkb implementation.

        * gdk/linux-fb/gdkkeyboard-fb.c gdk/win32/gdkkeys-win32.c: Propagate
        doc and parameter name changes.

        * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
        XkbTranslateKeyCode doesn't handle LockMask, we need to handle
        it ourselves.

        * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Force
        <Shift>Tab to give GDK_ISO_Left_Tab, since we need consistency
        to allow dealing with ISO_Left_Tab.

        * gtk/gtkwindow.c gtk/gtktextview.c gtk/gtkscrolledwindow.c
        gtk/gtkpaned.c gtk/gtkcombo.c  gtk/gtknotebook.c:
        Remove inappropriate uses of GDK_ISO_Left_Tab. (GDK_ISO_Left_Tab
        or <Shift>Tab both are equivalent as a binding specifier.)

        * gtk/gtkbutton.c (gtk_button_class_init): Make ::activate
        GTK_RUN_ACTION, so you can bind an accelerator to it.

        * gtk/gtklabel.c (gtk_label_set_uline_text_internal): Call
        gdk_unicode_to_keyval on the mnemonic character.

        * tests/testgtk.c: Add a test for the new fuzzy key binding matching.
2002-02-21 17:14:10 +00:00
..
.cvsignore Substitute gdkx.h => gdkprivate.h since we need to accesss only 1999-11-08 22:33:28 +00:00
gdkcolor-x11.c Implement gdk_color_parse() in terms of pango_color_parse(). 2001-11-05 00:23:45 +00:00
gdkcursor-x11.c fix up my list of "cursors that are actually useful" in gdk_cursor_new() 2001-12-07 05:27:17 +00:00
gdkdnd-x11.c Keep the length of the anti-expose queue finite, by if it gets too long, 2002-02-06 00:41:07 +00:00
gdkdrawable-x11.c Check for RENDER before trying to use it... XRenderFindFormat() prints 2002-01-09 15:23:30 +00:00
gdkdrawable-x11.h Redo Xft support to go directly to Picture objects instead of using 2001-11-05 17:48:58 +00:00
gdkevents-x11.c Implement "fuzzy" key binding lookups; allow matches on key and level but 2002-02-21 17:14:10 +00:00
gdkfont-x11.c Update to new Pango API. 2001-11-19 02:23:56 +00:00
gdkgc-x11.c Check for RENDER before trying to use it... XRenderFindFormat() prints 2002-01-09 15:23:30 +00:00
gdkgeometry-x11.c Keep the length of the anti-expose queue finite, by if it gets too long, 2002-02-06 00:41:07 +00:00
gdkglobals-x11.c Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +00:00
gdkim-x11.c isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> 2002-02-08 19:12:34 +00:00
gdkimage-x11.c XCopyArea with subwindow_mode = IncludeInferiors. (#70999) 2002-02-09 05:24:25 +00:00
gdkinput-gxi.c make static. 2002-01-31 15:48:58 +00:00
gdkinput-none.c Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkinput-x11.c Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkinput-xfree.c *** empty log message *** 2001-12-11 01:08:33 +00:00
gdkinput.c Typo fix. Updates. Document the special values <none> and <parent> for 2001-10-27 20:41:05 +00:00
gdkinputprivate.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkkeys-x11.c Implement "fuzzy" key binding lookups; allow matches on key and level but 2002-02-21 17:14:10 +00:00
gdkmain-x11.c isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> 2002-02-08 19:12:34 +00:00
gdkpango-x11.c Private function to tell if we have RENDER extension. 2002-01-04 05:58:01 +00:00
gdkpixmap-x11.c Redo Xft support to go directly to Picture objects instead of using 2001-11-05 17:48:58 +00:00
gdkpixmap-x11.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkprivate-x11.h Private function to tell if we have RENDER extension. 2002-01-04 05:58:01 +00:00
gdkproperty-x11.c Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.) 2002-02-21 03:00:40 +00:00
gdkselection-x11.c Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.) 2002-02-21 03:00:40 +00:00
gdkvisual-x11.c Throughout: assorted docs 2001-10-03 18:19:48 +00:00
gdkwindow-x11.c Fix some warnings. 2001-12-15 17:17:56 +00:00
gdkwindow-x11.h Introduce an extra child of toplevel windows that serves to hold the focus 2001-04-18 17:57:36 +00:00
gdkx.h Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +00:00
gdkxid.c GCompareFunc -> GEqualFunc where applicable. 2000-11-13 13:15:41 +00:00
gxid_lib.c Fix another missing static. 2002-01-31 16:37:27 +00:00
gxid_lib.h make static. 2002-01-31 15:48:58 +00:00
gxid_proto.h Initial revision 1997-11-24 22:37:52 +00:00
gxid.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
Makefile.am Fix another missing static. 2002-01-31 16:37:27 +00:00
MwmUtil.h Account for the fact that Xlib expects format == 32 to be a long, even on 1999-02-21 20:55:04 +00:00
xsettings-client.c Add GdkEventSetting event for notification of changes to system settings, 2001-04-02 23:33:47 +00:00
xsettings-client.h Add GdkEventSetting event for notification of changes to system settings, 2001-04-02 23:33:47 +00:00
xsettings-common.c Free the setting name. 2002-02-07 04:06:16 +00:00
xsettings-common.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00