summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-03-15hw/xfree86: move reference counting out of the UseHWCursor[ARGB] functionsHEADmasterRoland Scheidegger1-0/+6
2010-03-15hw/xfree86: fix refcounting in xf86_use_hw_cursorRoland Scheidegger1-2/+2
2010-03-15Merge remote branch 'jeremyhu/master'Keith Packard4-12/+16
2010-03-15XQuartz: remove undefined XSERVER_CFLAGS variableGaetan Nadon4-5/+5
2010-03-11XQuartz: Use an empty xkb keymap by defaultJeremy Huddleston2-11/+11
2010-03-11XQuartz: Include os.h for OsAbort()Jeremy Huddleston1-0/+4
2010-03-11XQuartz: GLX: Fix prototype for swapBuffersJeremy Huddleston1-1/+1
2010-03-11xfree86: fix xf86Config.c build error in --enable-debug mode. (#26971)Peter Hutterer1-1/+1
2010-03-11xfree86: don't warn about nonexisting core pointer/keyboard in config.Peter Hutterer1-16/+8
2010-03-03Replace assembly with generic unaligned access codeMatt Turner1-162/+74
2010-03-03dmx: fix OsAbort()-related build error in examples/xinput.cPeter Hutterer1-1/+1
2010-02-25Allow for missing or disabled compat_outputKeith Packard4-17/+46
2010-02-25Share enum definition for det_monrec_parameter sync_sourceKeith Packard1-2/+6
2010-02-25DRI2: initialize event->drawable in DRI2SwapEventRobert Bragg1-0/+2
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