summaryrefslogtreecommitdiff
path: root/hw/xwin/InitOutput.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-23hw/xwin: Default to -noresize when -fullscreen is usedJon Turney1-0/+14
2016-06-23hw/xwin: Tell LogInit() to backup previous logfile as .oldJon Turney1-3/+4
2016-03-09hw/xwin: Ignore the obsolete, undocumented -internalwm optionJon Turney1-4/+0
2016-03-09hw/xwin: Remove the long-broken -silent-dup-error optionJon Turney1-83/+0
2015-03-23hw/xwin: Remove Shadow DirectDraw engineJon TURNEY1-1/+0
2015-03-23hw/xwin: Register native screens with pseudoramiXJon TURNEY1-0/+58
2015-03-16hw/xwin: Turn on -hostintitle by defaultJon TURNEY1-1/+1
2014-12-08Merge remote-tracking branch 'jturney/master'Keith Packard1-0/+4
2014-11-12Drop trailing whitespacesPeter Hutterer1-4/+4
2014-11-09hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selectionJon TURNEY1-0/+4
2014-10-27Merge remote-tracking branch 'jturney/master'Keith Packard1-1/+1
2014-10-09hw/xwin: Fix const warning in winCheckDisplayNumber()Jon TURNEY1-1/+1
2014-10-09xwin: Remove primary DirectDraw engineAdam Jackson1-3/+0
2014-10-09xwin: Remove native GDI engine (v2)Adam Jackson1-3/+0
2014-09-13hw/xwin: Push winClipboardShutdown() into winclipboardinit.cJon TURNEY1-38/+0
2014-03-25miinitext: introduce LoadExtensionList() to replace over LoadExtension()Emil Velikov1-4/+1
2014-03-22hw/xwin: Add '@<WM_CLIENT_MACHINE>' to window name when it's useful to do soJon TURNEY1-0/+3
2014-03-22hw/xwin: Fix declaration after statement warning in ddxGiveUp()Colin Harrison1-2/+2
2014-03-03hw/xwin: Fix implicit-function-declaration warning in XwinExtensionInit() whe...Yaakov Selkowitz1-1/+4
2013-08-30hw/xwin: Fix inclusion of shlobj.h in MinGW64 buildJon TURNEY1-0/+4
2013-07-23hw/xwin: Improve WM_ENDSESSION handling using separate messaging window threadJon TURNEY1-0/+36
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-11-27hw/xwin: Enable RANDR resize by defaultJon TURNEY1-1/+1
2012-11-27hw/xwin: Enable AIGLX by defaultYaakov Selkowitz1-1/+1
2012-11-27hw/xwin: Add correct taskbar grouping of X windows on Windows 7Tobias Häußler1-0/+7
2012-10-16hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winerror.cJon TURNEY1-5/+0
2012-10-16hw/xwin: Fix using screenInfo as a formal parameter to InitOutput() shadows a...Jon TURNEY1-7/+7
2012-10-16hw/xwin: Fix using system as a local variable in winCheckMount() shadows syst...Jon TURNEY1-2/+2
2012-10-11hw/xwin: Only add GLX extension once.Jon TURNEY1-2/+3
2012-07-25glx: drop GLX_LIBS from X server and workaround sdksyms.Dave Airlie1-0/+1
2012-07-12Restore GLX extension to XWinJon TURNEY1-3/+20
2012-03-21Introduce a consistent coding styleKeith Packard1-576/+528
2012-01-26hw/xwin: turn on -emulate3buttons if less than 3 mouse buttons are reportedJon TURNEY1-2/+29
2011-11-02hw/xwin: Stop pretending we work on NT4Jon TURNEY1-24/+7
2011-11-02hw/xwin: Link directly to TrackMouseEvent()Jon TURNEY1-35/+0
2011-07-27Terminate the log with one last message.Peter Hutterer1-5/+5
2011-04-27Cygwin/X: Decorate function pointers retrieved via GetProcAddress with WINAPIJon TURNEY1-1/+1
2011-01-19Cygwin/X: Add -resize command line optionJon TURNEY1-5/+5
2011-01-19Cygwin/X: Enable building of nativegdi and primaryfb engines to avoid further...Jon TURNEY1-0/+3
2010-10-19Cygwin/X: Move duplicate extern variable declarations from various .c files t...Jon TURNEY1-25/+0
2010-10-19Cygwin/X: Make g_hmodCommonControls staticJon TURNEY1-1/+6
2010-10-19Cygwin/X: Make g_hmodDirectDraw staticJon TURNEY1-11/+1
2010-10-19Cygwin/X: Fix typos in commentsJon TURNEY1-2/+2
2010-10-19Cygwin/X: Use normal apostrophe in XWin DDX help textJon TURNEY1-1/+1
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner1-5/+2
2010-06-11xwin: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-3/+3
2010-04-30Merge remote branch 'vignatti/for-keith'Keith Packard1-18/+8
2010-04-28Cygwin/X: AIGLX using native WGLJon TURNEY1-2/+18
2010-04-23Xwin: make screens structures run-time adjustableJon TURNEY1-1/+1
2010-04-23Xwin: Simplify screen option processingJon TURNEY1-17/+7