summaryrefslogtreecommitdiff
path: root/hw/xwin/win.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Add Windows-DRI extensionJon Turney1-0/+2
2016-07-19hw/xwin: Update BlockHandler function signatureJon Turney1-2/+1
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-3/+1
2016-06-23hw/xwin: Default to -noresize when -fullscreen is usedJon Turney1-1/+2
2016-03-09hw/xwin: Remove GC privates, unused since native GDI engine removalJon Turney1-9/+1
2016-03-09hw/xwin: Use NULL rather than NoopDDA for unimplemented engine functionsJon Turney1-1/+0
2016-03-09hw/xwin: Remove unused FinishCreateWindowsWindow engine functionJon Turney1-8/+0
2016-03-09hw/xwin: Remove unused HotKeyAltTab engine functionJon Turney1-3/+0
2016-03-09hw/xwin: Remove WM_(UN|)MANAGE messages, which are now never sentJon Turney1-1/+0
2016-03-09hw/xwin: Remove winIsInternalWMRunning(), which now always returns FALSEJon Turney1-3/+0
2016-03-09hw/xwin: Remove fInternalWM flagJon Turney1-1/+0
2015-03-23hw/xwin: Report OS version in logJon TURNEY1-0/+6
2015-03-23hw/xwin: Remove Shadow DirectDraw engineJon TURNEY1-26/+3
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-10-09xwin: Remove primary DirectDraw engineAdam Jackson1-12/+0
2014-10-09xwin: Remove native GDI engine (v2)Adam Jackson1-170/+0
2014-09-13hw/xwin: Separate libwinclipboard interface and internal header filesJon TURNEY1-3/+0
2014-09-13hw/xwin: Push winClipboardShutdown() into winclipboardinit.cJon TURNEY1-0/+3
2014-03-22hw/xwin: Remove prototype for non-existent winMWExtWMUpdateIcon()Colin Harrison1-3/+0
2014-03-03hw/xwin: Align parameter names in prototypes with definitionColin Harrison1-3/+3
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-4/+4
2013-07-23hw/xwin: Handle WM_MOUSEHWHEELJon TURNEY1-1/+7
2013-07-23hw/xwin: Remove unneeded WM_XBUTTON message definesJon TURNEY1-11/+0
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-0/+6
2012-11-28Merge remote-tracking branch 'jturney/mingw-patches'Keith Packard1-0/+2
2012-11-28hw/xwin: Fix for MinGW-w64 DirectDraw headersYaakov Selkowitz1-0/+2
2012-11-27hw/xwin: Give our logical xor operator a more logical nameJon TURNEY1-3/+0
2012-10-16hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winerror.cJon TURNEY1-2/+4
2012-10-16hw/xwin: Remove obsolete redundant declarations of winPushPixels()Jon TURNEY1-12/+0
2012-09-23dix: Remove #includes of mibstore.hDaniel Martin1-1/+0
2012-08-03hw/xwin: Make winOverrideIcon() thread-safe for icon data accessJon TURNEY1-9/+0
2012-07-16hw/xwin: Remove unused WindowExposuresProcPtr storage in screen privateJon TURNEY1-1/+0
2012-07-16hw/xwin: Bug fixes for screen sizing when the screen window is on a non-prima...Jon TURNEY1-0/+1
2012-06-05xwin: fixup block/wakeup handlersDave Airlie1-2/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-4/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-525/+465
2012-01-26hw/xwin: turn on -emulate3buttons if less than 3 mouse buttons are reportedJon TURNEY1-0/+2
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith1-2/+2
2011-11-02hw/xwin: Link directly to TrackMouseEvent()Jon TURNEY1-1/+0
2011-11-02Cygwin/X: Make default DPI match native DPIJon TURNEY1-1/+1
2011-04-25hw/xwin: remove duplicated includesNicolas Kaiser1-1/+0
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard1-1/+1
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson1-1/+1
2011-01-19Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engineJon TURNEY1-1/+2
2011-01-19Cygwin/X: Remove WIN_DIB_MAXIMUM_SIZE checkJon TURNEY1-3/+0
2011-01-19Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modesJon TURNEY1-0/+2
2011-01-19Cygwin/X: Implement framebuffer resizing in RANDR extensionJon TURNEY1-0/+12
2011-01-19Cygwin/X: Add -resize command line optionJon TURNEY1-1/+10
2011-01-19Cygwin/X: Remove an attempt at detecting if WM_DISPLAYCHANGE affects the X sc...Jon TURNEY1-5/+0