summaryrefslogtreecommitdiff
path: root/hw/xwin/winwndproc.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19xwin: consolidate debugging symbolsEnrico Weigelt, metux IT consult1-14/+14
2024-03-03xwin: replace ZeroMemory()Enrico Weigelt, metux IT consult1-7/+5
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-2/+2
2020-04-15hw/xwin: Remove support for pre-Vista Win32 clipboard APIJon Turney1-3/+0
2019-07-21hw/xwin: Respect -notrayicon option on taskbar restartColin Harrison1-1/+1
2019-06-28hw/xwin: Make QueryMonitor() slightly less insaneJon Turney1-2/+0
2019-05-01hw/xwin: Remove mwextwm modeJon Turney1-62/+9
2017-08-22xwin: remove always true/set XWIN_MULTIWINDOW conditional/defineEmil Velikov1-10/+0
2017-08-22xwin: remove always true/set XWIN_CLIPBOARD conditional/defineEmil Velikov1-6/+0
2017-05-15hw/xwin: Fix -Wmaybe-uninitialized warning in winWindowProcJon Turney1-3/+4
2016-06-28hw/xwin: Fix a typo in "Remove Shadow DirectDraw engine"Jon Turney1-1/+1
2016-06-28hw/xwin: Fix a crash trying to reload window icons when not in multiwindow modeJon Turney1-1/+1
2016-06-23hw/xwin: Default to -noresize when -fullscreen is usedJon Turney1-1/+1
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