| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement trivially on Windows. Not sure if something more complex is | Tor Lillqvist | 2008-10-01 | 1 | -0/+6 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -1/+1 |
* | Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring | Cody Russell | 2008-07-02 | 1 | -1/+0 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Cosmetic changes. | Tor Lillqvist | 2007-07-24 | 1 | -8/+3 |
* | Implement. Just return FALSE for now. What should this function actually | Tor Lillqvist | 2007-07-03 | 1 | -0/+10 |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-29 | 1 | -74/+14 |
* | Map VK_NUMPAD[0-9] to GDK_KP_[0-9]. (#337562) | Tor Lillqvist | 2006-04-19 | 1 | -0/+20 |
* | Map VK_APPS to GDK_Menu. (#172383, Ivan Wong) | Tor Lillqvist | 2005-05-22 | 1 | -0/+2 |
* | If the keysym isn't one of the special cases this function takes care of, | Tor Lillqvist | 2005-05-22 | 1 | -11/+7 |
* | gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check the | Tor Lillqvist | 2005-05-18 | 1 | -0/+5 |
* | Print debugging output only if asked for, not always. | Tor Lillqvist | 2005-03-16 | 1 | -1/+1 |
* | Workaround for bug in MapVirtualKey(VK_DIVIDE, 0) in some Windows | Tor Lillqvist | 2005-02-23 | 1 | -1/+2 |
* | Remove superfluous blank line. | Tor Lillqvist | 2005-02-01 | 1 | -1/+0 |
* | New functions, code blocks refactored out of update_keymap(). No | Tor Lillqvist | 2005-02-01 | 1 | -242/+330 |
* | Handle Greek tonos dead accent key. (#164859, reported and fix verified by | Tor Lillqvist | 2005-01-23 | 1 | -3/+9 |
* | Handle keyboards with ShiftLock (and not CapsLock) correctly. (#161814) | Tor Lillqvist | 2005-01-19 | 1 | -26/+81 |
* | Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let | Tor Lillqvist | 2004-08-07 | 1 | -2/+0 |
* | If both Shift and CapsLock pressed, ignore the shift only for letters | Tor Lillqvist | 2004-04-10 | 1 | -6/+9 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+1 |
* | Merge from stable: | Tor Lillqvist | 2003-12-14 | 1 | -1/+6 |
* | Handle dead keysyms present on the US-International keyboard. For clarity, | Tor Lillqvist | 2003-09-19 | 1 | -22/+33 |
* | gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime and | Tor Lillqvist | 2003-07-26 | 1 | -13/+110 |
* | Remove redundant doc comments. | Matthias Clasen | 2002-10-23 | 1 | -76/+0 |
* | Move gdk_keval_name and gdk_keyval_from_name to new gdkkeynames.c, share | Eric Warmenhoven | 2002-09-27 | 1 | -1394/+0 |
* | Merge from gtk-2-0: | Tor Lillqvist | 2002-09-11 | 1 | -22/+25 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -1/+1 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -1/+3 |
* | Fixed dashed line issues (#74441) to an IMO reasonable extend. That is: | Hans Breuer | 2002-03-28 | 1 | -1/+3 |
* | Bypass calls to the grab/ungrab functions in gdkinput-win32.c, as they | Tor Lillqvist | 2002-03-06 | 1 | -20/+81 |
* | Remove the event_mask, it is now in GdkWindowObject. | Tor Lillqvist | 2002-02-28 | 1 | -1/+17 |
* | new file | Hans Breuer | 2002-02-27 | 1 | -5/+5 |
* | Make sure Page_Up, Page_Down get those names, not Prior, Next. | Owen Taylor | 2002-02-27 | 1 | -7/+17 |
* | Implement the functions that until now just were non-functional stubs. For | Tor Lillqvist | 2002-02-26 | 1 | -34/+379 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -5/+5 |
* | Massive changes. Too many to list here, but I'll try a summary: | Tor Lillqvist | 2002-02-17 | 1 | -2/+0 |
* | updated externals | Hans Breuer | 2001-06-22 | 1 | -0/+40 |
* | updated for win32 msvc build (forgot this before) | Hans Breuer | 2001-02-19 | 1 | -2/+0 |
* | Add gdkkeys. | Tor Lillqvist | 2000-12-14 | 1 | -0/+1632 |