summaryrefslogtreecommitdiff
path: root/hw/xwin/winkeybd.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-28hw/xwin: Fix a crash which occurs if focus returns to XWin after xkbcomp has ...Colin Harrison1-1/+1
2015-07-07hw/xwin: printf format fixes for WPARAM and LPARAM typesJon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY1-1/+1
2015-03-13Drop valuator mask argument from GetKeyboardEventsPeter Hutterer1-1/+1
2014-03-03hw/xwin: Silence bell when volume is zeroColin Harrison1-1/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-2/+2
2013-07-23hw/xwin: Change winTranslateKey() to return it's result as it's return valueJon TURNEY1-8/+11
2013-07-23hw/xwin: Consider left and right modifier keys independently on gaining focusOliver Schmidt1-12/+31
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winIsFakeCtrl_L()Jon TURNEY1-2/+0
2013-01-10hw/xwin: Fix some comments in winkeybd.cJon TURNEY1-4/+4
2012-11-27hw/xwin: Restore non-latching modifier key state when an X window gains focusOliver Schmidt1-0/+22
2012-11-27hw/xwin: Give our logical xor operator a more logical nameJon TURNEY1-13/+12
2012-03-21Introduce a consistent coding styleKeith Packard1-340/+303
2012-01-26hw/xwin: Fix AltGr key sometimes firing an additional Ctrl-L keyOliver Schmidt1-39/+56
2011-05-24Fix XWin compilation after updates for input API changesColin Harrison1-4/+2
2011-05-11input: remove DDX event list handlingPeter Hutterer1-2/+1
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer1-1/+1
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer1-5/+1
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer1-1/+1
2011-02-05Cygwin/X: Better keycode debugging outputJon TURNEY1-4/+4
2010-10-19Xming: Casts to remove warnings on event pointersColin Harrison1-1/+1
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-03-16Xming: Dead code removalColin Harrison1-86/+0
2010-02-05Cygwin/X: Copy the state of the Windows keyboard device to the Virtual Core K...Jon TURNEY1-0/+4
2009-11-09Cygwin/X: Handle fake keypresses generated by speech recognizersPaul Loewenstein1-2/+23
2009-02-12Cygwin/X: Fix -Wold-style-definition warningsJon TURNEY1-2/+2
2009-02-02Cygwin/X: Fix compilation for mandatory XKBJon TURNEY1-57/+27
2009-01-22Input: Remove modifierMap from coreDaniel Stone1-5/+1
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-18/+1
2009-01-19Xming: Ensure we dont try to print a null value when displaying xkb configura...Colin Harrison1-3/+5
2008-12-17Cygwin/X: update for changes in mieq APIJon TURNEY1-8/+12
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-1/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-05-29Remove -xkbmap argument.Daniel Stone1-18/+6
2005-07-05Fix simultanious presses of Left and Right Control and Shift keys.Alexander Gottwald1-0/+36
2005-07-05Fix problem with fake Control press on Alt-GrAlexander Gottwald1-3/+8
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-0/+5
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2005-02-08Updated fix for ABNT2 and HK_Toggle keys.Alexander Gottwald1-1/+15
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald1-0/+2
2004-06-21Bug 777: Merge from CYGWIN branchAlexander Gottwald1-214/+103
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-16/+8
2003-11-14Initial revisionKaleb Keithley1-0/+707