summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-04-22Merge commit 'xorg-server-1.10.1' into cygwin-release-1.10xserver-cygwin-1.10.1-1Jon TURNEY23-88/+357
2011-04-22Report if OS is WoW64 or not when report OS versionJon TURNEY1-2/+28
2011-04-22Improve WM_ENDSESSION handling using separate messaging window threadJon TURNEY8-3/+226
2011-04-22Link directly to TrackMouseEvent()Jon TURNEY6-49/+6
2011-04-22Add an item to open the logfile to the default tray icon menuJon TURNEY2-1/+16
2011-04-22Allow XScreenSaverSuspend() to effect Windows screen saver or monitor power offJon TURNEY1-0/+7
2011-04-20Bug fixes for screen sizing when the screen window is on a non-primary monitorJon TURNEY5-34/+94
2011-04-20Yet another attempt at getting glxWinErrorMessage() rightJon TURNEY1-1/+1
2011-04-07man: list the drivers that are ignored when hotplugging (#35209)Peter Hutterer1-3/+10
2011-04-07xfree86: allow to check for options without warnings in the logSimon Thum1-27/+48
2011-04-07fix percent options parsingSimon Thum1-1/+1
2011-04-04XQuartz: Bump bundle version to 2.6.2Jeremy Huddleston1-2/+2
2011-04-04xfree86: loader: fix memory leaks in LoaderListDirsTiago Vignatti1-0/+6
2011-04-04xfree86: fix memory leak in xf86LoadModulesTiago Vignatti1-1/+3
2011-04-04xfree86: fix bad free configInputDevicesTiago Vignatti1-1/+2
2011-04-04xfree86: fix memory leaks in configLayoutTiago Vignatti1-6/+19
2011-04-04xfree86: fix memory leak in xf86ConfigFbEntityTiago Vignatti1-0/+1
2011-04-04xfree86: dri2: fix memory leak and free resources properlyTiago Vignatti1-2/+7
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti1-2/+2
2011-03-28hw/dmx/doc: Update list of doxygen-generated filesJeremy Huddleston1-12/+135
2011-03-27xfree86: print out which driver is about to be used.Peter Hutterer1-0/+2
2011-03-27xfree86: block signals between EnableDevice and first CheckMotion()Peter Hutterer1-0/+3
2011-03-27xfree86/common: Remove a configScreen leak when conf_screen is NULLErkki Seppälä1-1/+3
2011-03-27Don't clobber input device options from xorg.confMatthieu Herrb1-2/+4
2011-03-25Fix warnings in generated wrapper codeColin Harrison1-1/+1
2011-03-24In multiwindow mode, don't grab native input focus for new windows which hint...Jon TURNEY2-1/+26
2011-03-14xfree86/modes: Fixed memory leak in xf86InitialConfigurationErkki Seppälä1-13/+8
2011-03-10loader: Don't distribute sdksyms.c and make it depend on the configKeith Packard1-3/+6
2011-03-09vbe: Fix malloc size bugAdam Jackson1-1/+1
2011-03-06Handle failure during winScreenInit() a bit more cleanly, so we don't crashxserver-cygwin-1.10.0-1Jon TURNEY6-5/+14
2011-03-05Merge branch 'clipboard-improvements-for-1.10' into cygwin-release-1.10Jon TURNEY4-131/+64
2011-03-05Remove no-longer needed tricks used to prevent the clipboard client from bein...Michel Hummel2-125/+3
2011-03-05Automatically restart clipboard threadMichel Hummel2-8/+62
2011-03-05Give clipboard window a nameJon TURNEY1-0/+2
2011-03-05Merge branch 'cygwin-aiglx-for-1.10' into cygwin-release-1.10Jon TURNEY20-128/+473
2011-03-04Tidy up some pointless output which is always emittedcygwin-patches-for-1.10Jon TURNEY8-18/+17
2011-03-04Don't bother reporting XORG_VERSION_CURRENTJon TURNEY2-3/+3
2011-03-04Tidy up OS version detection and reportingJon TURNEY4-23/+77
2011-03-04Consolidate XInitThreads/XSupportsLocale() in a single place.Jon TURNEY4-45/+18
2011-03-04Report XLocaleNotSupported result from X*TextPropertyToTextList()Jon TURNEY1-1/+4
2011-03-04Remove a few lingering traces of __GLXscreen.GLXVersioncygwin-aiglx-for-1.10Jon TURNEY3-8/+4
2011-03-04Cygwin/X: glxWinErrorMessage() formatting fixesJon TURNEY1-2/+2
2011-03-04Cygwin/X: Handle failure to get any fbconfigs more gracefully.Jon TURNEY1-3/+23
2011-03-04Cygwin/X: Add -wgl option to XWin manpageJon TURNEY1-0/+4
2011-03-04Handle GLX windows being reparented from a mapped window to an unmapped windowJon TURNEY1-12/+37
2011-03-04Add items to WGL AIGLX todoJon TURNEY1-2/+11
2011-03-04Don't spam log with wglwrap symbol resolution status at startupJon TURNEY1-8/+5
2011-03-04Make AIGLX work in non-toplevel windowsJon TURNEY6-35/+280
2011-03-04Add a flag to track which windows have been drawn to using WGL.Jon TURNEY5-2/+34
2011-03-04Better handling of SetPixelFormat() failureJon TURNEY1-9/+17