summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkkeys-win32.c
Commit message (Expand)AuthorAgeFilesLines
* Implement trivially on Windows. Not sure if something more complex isTor Lillqvist2008-10-011-0/+6
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-041-1/+1
* Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoringCody Russell2008-07-021-1/+0
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Cosmetic changes.Tor Lillqvist2007-07-241-8/+3
* Implement. Just return FALSE for now. What should this function actuallyTor Lillqvist2007-07-031-0/+10
* Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 orTor Lillqvist2006-08-291-74/+14
* Map VK_NUMPAD[0-9] to GDK_KP_[0-9]. (#337562)Tor Lillqvist2006-04-191-0/+20
* Map VK_APPS to GDK_Menu. (#172383, Ivan Wong)Tor Lillqvist2005-05-221-0/+2
* If the keysym isn't one of the special cases this function takes care of,Tor Lillqvist2005-05-221-11/+7
* gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check theTor Lillqvist2005-05-181-0/+5
* Print debugging output only if asked for, not always.Tor Lillqvist2005-03-161-1/+1
* Workaround for bug in MapVirtualKey(VK_DIVIDE, 0) in some WindowsTor Lillqvist2005-02-231-1/+2
* Remove superfluous blank line.Tor Lillqvist2005-02-011-1/+0
* New functions, code blocks refactored out of update_keymap(). NoTor Lillqvist2005-02-011-242/+330
* Handle Greek tonos dead accent key. (#164859, reported and fix verified byTor Lillqvist2005-01-231-3/+9
* Handle keyboards with ShiftLock (and not CapsLock) correctly. (#161814)Tor Lillqvist2005-01-191-26/+81
* Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, letTor Lillqvist2004-08-071-2/+0
* If both Shift and CapsLock pressed, ignore the shift only for lettersTor Lillqvist2004-04-101-6/+9
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Merge from stable:Tor Lillqvist2003-12-141-1/+6
* Handle dead keysyms present on the US-International keyboard. For clarity,Tor Lillqvist2003-09-191-22/+33
* gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime andTor Lillqvist2003-07-261-13/+110
* Remove redundant doc comments.Matthias Clasen2002-10-231-76/+0
* Move gdk_keval_name and gdk_keyval_from_name to new gdkkeynames.c, shareEric Warmenhoven2002-09-271-1394/+0
* Merge from gtk-2-0:Tor Lillqvist2002-09-111-22/+25
* Renames:Owen Taylor2002-06-201-1/+1
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-1/+3
* Fixed dashed line issues (#74441) to an IMO reasonable extend. That is:Hans Breuer2002-03-281-1/+3
* Bypass calls to the grab/ungrab functions in gdkinput-win32.c, as theyTor Lillqvist2002-03-061-20/+81
* Remove the event_mask, it is now in GdkWindowObject.Tor Lillqvist2002-02-281-1/+17
* new fileHans Breuer2002-02-271-5/+5
* Make sure Page_Up, Page_Down get those names, not Prior, Next.Owen Taylor2002-02-271-7/+17
* Implement the functions that until now just were non-functional stubs. ForTor Lillqvist2002-02-261-34/+379
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-5/+5
* Massive changes. Too many to list here, but I'll try a summary:Tor Lillqvist2002-02-171-2/+0
* updated externalsHans Breuer2001-06-221-0/+40
* updated for win32 msvc build (forgot this before)Hans Breuer2001-02-191-2/+0
* Add gdkkeys.Tor Lillqvist2000-12-141-0/+1632