summaryrefslogtreecommitdiff
path: root/hw/xwin/winwndproc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-09hw/xwin: Use NULL rather than NoopDDA for unimplemented engine functionsJon Turney1-10/+4
2016-03-09hw/xwin: Remove unused HotKeyAltTab engine functionJon Turney1-8/+0
2016-03-09hw/xwin: Remove WM_(UN|)MANAGE messages, which are now never sentJon Turney1-13/+1
2016-03-09hw/xwin: Remove fInternalWM flagJon Turney1-11/+1
2015-07-07hw/xwin: printf format fixes for WPARAM and LPARAM typesJon TURNEY1-1/+1
2015-03-23hw/xwin: Remove Shadow DirectDraw engineJon TURNEY1-4/+2
2014-12-08Merge remote-tracking branch 'jturney/master'Keith Packard1-0/+6
2014-11-12Drop trailing whitespacesPeter Hutterer1-3/+3
2014-11-09hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selectionJon TURNEY1-0/+6
2014-10-27Merge remote-tracking branch 'jturney/master'Keith Packard1-1/+1
2014-10-09hw/xwin: Fix format warnings with debug printing of pointers on 64-bitJon TURNEY1-1/+1
2014-10-09xwin: Remove primary DirectDraw engineAdam Jackson1-10/+2
2014-09-13hw/xwin: Separate libwinclipboard interface and internal header filesJon TURNEY1-0/+3
2014-03-22hw/xwin: Use boolean AND rather than bitwise AND in WIN_POLLING_MOUSE_TIMER_IDColin Harrison1-3/+3
2013-07-23hw/xwin: Handle WM_MOUSEHWHEELJon TURNEY1-1/+15
2013-07-23hw/xwin: Map extra mouse buttons 1 and 2 to X buttons 8 and 9Jon TURNEY1-2/+2
2013-07-23hw/xwin: Change winTranslateKey() to return it's result as it's return valueJon TURNEY1-2/+2
2013-07-23hw/xwin: Improve WM_ENDSESSION handling using separate messaging window threadJon TURNEY1-1/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winWindowProc()Jon TURNEY1-2/+0
2012-11-27hw/xwin: Don't spam MotionNotify events when the mouse hasn't movedColin Harrison1-2/+7
2012-07-16hw/xwin: RANDR resize didn't occur when screen window was maximized or restoredColin Harrison1-0/+7
2012-03-21Introduce a consistent coding styleKeith Packard1-1039/+990
2012-01-26hw/xwin: Ignore WM_DISPLAYCHANGE messages with 0 bppColin Harrison1-0/+4
2012-01-26hw/xwin: Fix AltGr key sometimes firing an additional Ctrl-L keyOliver Schmidt1-4/+4
2011-11-02hw/xwin: Link directly to TrackMouseEvent()Jon TURNEY1-2/+2
2011-01-19Cygwin/X: DirectDraw engines shouldn't try to blit if the surface wasn't allo...Jon TURNEY1-18/+2
2011-01-19Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engineJon TURNEY1-41/+26
2011-01-19Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modesJon TURNEY1-32/+94
2011-01-19Cygwin/X: Make WM_SIZE use RandR resizing when -resize=randrJon TURNEY1-5/+43
2011-01-19Cygwin/X: Add -resize command line optionJon TURNEY1-2/+2
2011-01-19Cygwin/X: Remove an attempt at detecting if WM_DISPLAYCHANGE affects the X sc...Jon TURNEY1-45/+25
2010-10-19Cygwin/X: Move duplicate extern variable declarations from various .c files t...Jon TURNEY1-11/+0
2010-10-19Cygwin/X: Remove g_hwndKeyboardFocusJon TURNEY1-7/+0
2009-10-14Cygwin/X: Avoid a potential null pointer dereference before input initializationJon TURNEY1-0/+4
2009-02-12Cygwin/X: Place prototypes for winCheckKeyPressed() and winFixShiftKeys() in ...Jon TURNEY1-4/+0
2009-02-02Cygwin/X: Fix compilation for mandatory XKBJon TURNEY1-2/+1
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-4/+0
2008-12-17Cygwin/X: enqueue a pointer motion event on mouse movementJon TURNEY1-5/+3
2008-12-17Cygwin/X: update for MPX device changesJon TURNEY1-2/+2
2007-05-11Missing piece from bug 9808Colin Harrison1-2/+3
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-06-03Bug #6619: Fix disappearing hardware cursor. (Colin Harrison)Daniel Stone1-3/+0
2006-03-03https://bugs.freedesktop.org/show_bug.cgi?id=4538 Fix mouse button releaseAlan Hourihane1-0/+18
2005-07-05Fix simultanious presses of Left and Right Control and Shift keys.Alexander Gottwald1-5/+26
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-0/+3
2005-01-31winmessages.hAlexander Gottwald1-13/+3
2005-01-10winkeybd.hAlexander Gottwald1-2/+2
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald1-0/+2
2004-11-06Wrap all mwextwm and internalwm code with XWIN_MULTIWINDOWEXTWMAlexander Gottwald1-0/+4
2004-11-04Add InternalWM mode.Kensuke Matsuzaki1-5/+36