summaryrefslogtreecommitdiff
path: root/hw/xwin/InitOutput.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-16hw/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
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-2/+0
2010-03-16Cygwin/X: Allow the default log location to be configurableYaakov Selkowitz1-10/+7
2010-03-16Cygwin/X: Fix thinko in mount option checkingJon TURNEY1-3/+4
2010-02-05Cygwin/X: Update DDX specific -help textJon TURNEY1-85/+103
2009-12-22xfree86: Allow config directory to be specified on command lineDan Nicholson1-0/+3
2009-11-09Cygwin/X: Enable clipboard integration by defaultYaakov Selkowitz1-3/+2
2009-11-09Cygwin/X: Mount options have changed in cygwin-1.7Yaakov Selkowitz1-3/+4
2009-11-09Cygwin/X: Always use an authorization cookie for internal clientsJon TURNEY1-2/+0
2009-11-09Xming: Make -auth option work in with -multiwindowColin Harrison1-1/+3
2009-10-14Cygwin/X: Make -logverbose affect the verbosity of logging to the log fileJon TURNEY1-1/+1
2009-06-23Cygwin/X: Remove an obsolete mention of xf86ConfigJon TURNEY1-1/+1
2009-02-12Cygwin/X: Fix -Wold-style-definition warningsJon TURNEY1-1/+1
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-6/+2
2008-12-17Cygwin/X: update to use standard DPMS stubsJon TURNEY1-17/+0
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-5/+0
2008-04-20Revert "Removed XWin DDX"Jeremy Huddleston1-0/+1144
2008-04-19Removed XWin DDXJeremy Huddleston1-1144/+0
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone1-18/+0
2007-06-29Death to RCS tags.Adam Jackson1-1/+0
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-1/+1
2006-12-12Fix bad commitAlan Hourihane1-1/+1
2006-12-11Fix Xming fails to use xkb bugAlan Hourihane1-0/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-20Remove the DDXTIME conditional, for being unused.Adam Jackson1-9/+0
2005-07-05Fix problem with fake Control press on Alt-GrAlexander Gottwald1-1/+6
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-6/+30
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2005-01-31resolve SHGetFolderPath dynamicly since it is not available on all WindowsAlexander Gottwald1-2/+32