summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Always enable outputs that have been forced on in the configuration fileSimon Farnsworth1-1/+2
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki4-4/+4
2010-02-17parser: corrected xf86getBoolValue to use case insensitive compareOliver McFadden1-8/+8
2010-02-17Solaris xf86OSRingBell() off-by-one error in filling iov[] arrayAlan Coopersmith1-2/+3
2010-02-17Use C-style comments in x86emuMatt Turner2-4/+4
2010-02-15XQuartz: Fix a possible buffer overrun in quartzAudioJeremy Huddleston1-18/+18
2010-02-15XQuartz: clang static analysis fixesJeremy Huddleston8-35/+37
2010-02-15XQuartz: Fix linking (CloseInput())Jeremy Huddleston1-0/+6
2010-02-15xfree86: Reorder InputClass option prioritiesDan Nicholson4-20/+23
2010-02-15dix: move config_init into the DDX.Peter Hutterer8-0/+44
2010-02-12xfree86: Add qxl driver to the autoconfig logicSoeren Sandmann1-0/+1
2010-02-12Merge remote branch 'jturney/master'Keith Packard19-348/+486
2010-02-11Add tag matching to input attributes.Peter Hutterer5-0/+48
2010-02-11Add xstrtokenize to the dix.Peter Hutterer1-41/+3
2010-02-11xfree86: Set fnmatch pathname flag for InputClass device matchingDan Nicholson1-1/+1
2010-02-11xfree86: Allow multiple arguments to InputClass matchesDan Nicholson4-29/+136
2010-02-11xfree86: Use "Ignore" option in InputClass to skip devicesDan Nicholson2-2/+37
2010-02-11xfree86: Handle config files ending without newlineDan Nicholson1-7/+19
2010-02-11xfree86: Make InputClass docs and comments match realityDan Nicholson2-4/+4
2010-02-05Cygwin/X: Avoid a collision between DEBUG and a token nameJon TURNEY2-3/+3
2010-02-05Cygwin/X: Avoid cursor size log spamJon TURNEY1-2/+1
2010-02-05Cygwin/X: Make transient windows resizable againJon TURNEY1-5/+38
2010-02-05Cygwin/X: Discourage other WMs in multiwindow modeJon TURNEY1-5/+9
2010-02-05Cygwin/X: Update XWin man pageJon TURNEY1-171/+230
2010-02-05Cygwin/X: Update DDX specific -help textJon TURNEY2-85/+104
2010-02-05Cygwin/X: XSupportsLocale() failure is non-criticalJon TURNEY2-7/+3
2010-02-05Cygwin/X: Report BUILDERSTRING with version informationYaakov Selkowitz2-0/+3
2010-02-05Cygwin/X: Copy the state of the Windows keyboard device to the Virtual Core K...Jon TURNEY1-0/+4
2010-02-05Cygwin/X: Tidy up system.XwinrcJon TURNEY1-1/+4
2010-02-05Cygwin/X: Look for system.Xwinrc in SYSCONFDIR/X11Yaakov Selkowitz3-4/+6
2010-02-05Cygwin/X: Update resources file and About dialogYaakov Selkowitz3-28/+27
2010-02-05Xming: Use 8 point font for URL in About dialogColin Harrison1-2/+2
2010-02-05Xming: Add a manifest fileColin Harrison2-0/+17
2010-02-05Cygwin/X: Window placement refinement for multiwindow modeJon TURNEY1-0/+7
2010-02-05Cygwin/X: Respect the system's ownership of the clipping regionJon TURNEY1-0/+3
2010-02-05Xming: Always update the Windows title Unicode (wide-character) in -multiwind...Colin Harrison1-35/+25
2010-01-30XQuartz: Attatch a stub display when CoreGraphics reports no displays.Jeremy Huddleston1-0/+13
2010-01-30XQuartz: Dead code removalJeremy Huddleston2-42/+1
2010-01-30XQuartz: Add some .gitignore magicJeremy Huddleston2-0/+2
2010-01-28xfree86: vgaarb: remove useless debugTiago Vignatti1-65/+0
2010-01-28DRI2: Bump the dri2 module version to 1.2.0 to reflect recent API changes.Aaron Plattner1-1/+1
2010-01-27DRI2: handle drawable destruction properly at DRI2SwapComplete timeJesse Barnes1-15/+27
2010-01-27Avoid segfaults in XF86VidMode GammaRamp functions if randr_crtc is NULLAlan Coopersmith1-13/+18
2010-01-27Merge remote branch 'alanc/master'Keith Packard8-39/+109
2010-01-27xfree86/modes: only call gamma_set if its non NULLMichael Vogt1-1/+1
2010-01-27DRI2: Allow multiple driver names.Aaron Plattner2-7/+46
2010-01-27x86emu: Respect the LEA 67h address size prefix.Christian Zander1-25/+45
2010-01-25Move OS-specific VT key handler code from common to os-supportAlan Coopersmith7-35/+74
2010-01-25Solaris: Avoid switching to inactive VT'sAaron Zang3-12/+43
2010-01-24config: replace custom code with reusable macro XORG_WITH_DOXYGENGaetan Nadon1-1/+1