summaryrefslogtreecommitdiff
path: root/gdk/quartz/gdkkeys-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* macos: prototype new GDK backend for macOSChristian Hergert2020-07-211-850/+0
* gdk: Remove gdk_keymap_get_modifier_maskMatthias Clasen2020-04-061-35/+0
* Rename GDK_MOD1_MASK to GDK_ALT_MASKMatthias Clasen2020-04-061-2/+2
* gdk_quartz_keymap_translate_keyboard_state fills consumed_modifiers Alex Samorukov2020-01-101-15/+13
* Bug 736125 - The default gtk accelerator mod mask does not include all defaul...John Ralls2015-08-251-0/+5
* gdkkeys: Add support to _get_scroll_lock_state()Fabiano Fidêncio2015-04-271-0/+8
* NULL check on default keymapPhilip Chimento2013-10-111-1/+2
* quartz: remove check for keymap changes from update_keymap()Michael Natterer2013-06-201-218/+207
* quartz: update the keymap only if the input method changedMichael Natterer2013-06-201-7/+23
* quartz: fix the mapping of GDK_KP_Enter in known_numeric_keys[]Michael Natterer2012-11-201-1/+1
* Implement gdk_quartz_keymap_lookup_keyJohn Ralls2012-08-221-5/+3
* quartz: handle yet another dead tilde variantMichael Natterer2012-05-081-0/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* quartz: make function keys work (again?)Michael Natterer2012-02-231-28/+41
* Turn the private #define for the group-shifting modifier into APIMichael Natterer2011-11-181-0/+3
* Bug 663856 - Make option-foo accelerators use the right symbolMichael Natterer2011-11-181-5/+11
* quartz: don't filter away directly encoded 24-bit UCS charactersMichael Natterer2011-09-281-21/+5
* Bug 659602 - Provide an abstraction for the platform's use of modifier keysMichael Natterer2011-09-271-0/+27
* quartz: resolve the modifier confusion on the MacMichael Natterer2011-09-261-5/+13
* Bug 617583 - Dead accents keys don't work in GTK+ applications on OSXJohn Ralls2011-09-091-5/+72
* quartz: _gdk_quartz_keymap -> gdk_quartz_keymapKristian Rietveld2010-12-231-7/+7
* quartz: Clean up header files, use same arrangement as X11 backendKristian Rietveld2010-12-231-11/+1
* quartz: gdkkeys-quartz.c: remove duplicate functionKristian Rietveld2010-12-221-11/+0
* quartz: Port gdkkeys-quartz.c to new APIKristian Rietveld2010-12-221-9/+28
* Implement get_keymap vfunc for quartzMatthias Clasen2010-12-221-0/+8
* Derive GdkKeymap for QuartzMatthias Clasen2010-12-221-52/+74
* Replace GDK_Tab and GDK_ISO_Left_Tab with GDK_KEY equivalentsJohn Ralls2010-10-061-4/+4
* Update Quartz backend for GDK key name changesKristian Rietveld2010-09-131-58/+58
* [gdk] Add gdk_keymap_get_num_lock_stateWilliam Jon McCann2010-07-011-0/+7
* Fix a compatibility problemMatthias Clasen2010-02-121-0/+7
* Add gdk_keymap_map_virtual_modifiers() to Quartz backendKristian Rietveld2009-12-281-0/+8
* Bug 558586 – handling of keyboard under darwin (quartz)Richard Hult2008-11-121-5/+10
* Bug 558586 – handling of keyboard under darwin (quartz)Richard Hult2008-11-061-6/+29
* Add empty stub to fix linking.Richard Hult2008-10-101-0/+7
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Check if gdk_unicode_to_keyval() worked before using the result. MakesRichard Hult2008-05-041-3/+20
* Remove stray semicolon after if statement. Fixes bug #530963, patch fromRichard Hult2008-05-041-4/+4
* Make shift tab work with unicode layouts (e.g. all Leopard layouts), fixesRichard Hult2007-11-041-0/+6
* Add stub.Richard Hult2007-07-061-0/+7
* Clean up namespaces to make the code more maintainable.Richard Hult2007-04-061-2/+2
* Special-case shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.Richard Hult2006-09-061-4/+10
* Set the window level depending on the type hint.Richard Hult2006-07-241-3/+2
* Fill in string, length and is_modifier for key events. Map some more keysRichard Hult2006-07-171-12/+37
* Add escape to the list of special keys, to get the escape key working.Richard Hult2006-07-171-6/+7
* Generate a grab broken event when appropriate. Fixes bug #346603, patchRichard Hult2006-07-071-23/+64
* Handle page up and page down.Anders Carlsson2006-04-121-0/+2
* Add more stubs.Richard Hult2006-03-271-0/+14
* Support non-MacRoman keyboard layouts. (#322585, Wolfgang Thaller)Anders Carlsson2006-01-181-11/+84
* Add quartz backend.Anders Carlsson2005-11-221-0/+487