summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-03-21Merge remote branch 'jeremyhu/master'Keith Packard9-120/+106
2010-03-22Cygwin/X: Make X -> XWin symlink during installYaakov Selkowitz1-0/+3
2010-03-22Catch errors in recursive relink targetsYaakov Selkowitz2-2/+2
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz11-23/+23
2010-03-22Respect value of SED from configureYaakov Selkowitz2-2/+2
2010-03-22Fix relink targets for silent rulesYaakov Selkowitz10-10/+10
2010-03-22Use EXEEXT in relink rules for portable DDXsYaakov Selkowitz3-3/+3
2010-03-22kdrive: Use $(MAKE) in relink rulesYaakov Selkowitz4-4/+4
2010-03-22Rename xdmx client to dmxinfoYaakov Selkowitz3-5/+5
2010-03-22Cygwin/X: Fix windres rule for automake silent rulesYaakov Selkowitz1-1/+1
2010-03-22Cygwin/X: Fix make dist after 11252ed82e1f361b99e86521ac9314f868bd1a3aYaakov Selkowitz1-0/+1
2010-03-21XQuartz: Constrain the pointer to the updated display bounds on display recon...Jeremy Huddleston1-2/+11
2010-03-21XQuartz: pbproxy: Make standalone xpbproxy respect the launchd prefixJeremy Huddleston2-4/+6
2010-03-21XQuartz: xpbproxy: Cleanup xpbproxy threadingJeremy Huddleston5-99/+80
2010-03-21XQuartz: Minor cleanupJeremy Huddleston1-7/+7
2010-03-21XQuartz: GLX: Fix Availability for Tiger ppc workaroundJeremy Huddleston1-1/+1
2010-03-21Revert "XQuartz: Explicitly pass a bellProc to make XBell() work again."Jeremy Huddleston1-7/+1
2010-03-21Merge commit 'fa5103a02bd509e4a102afdad2ab26cb22210367'Keith Packard1-19/+23
2010-03-21Merge remote branch 'jturney/master'Keith Packard17-269/+35
2010-03-21common: xf86Configure: alloc_strlen: Allocated memory does not have space for...Oliver McFadden1-1/+1
2010-03-16Cygwin/X: Allow the default log location to be configurableYaakov Selkowitz5-15/+19
2010-03-16Xming: Warning fixesColin Harrison4-4/+4
2010-03-16Xming: Dead code removalColin Harrison5-239/+0
2010-03-16Cygwin/X: Tidy up some cosmetic issues in log stringsJon TURNEY5-8/+8
2010-03-16Cygwin/X: Fix thinko in mount option checkingJon TURNEY1-3/+4
2010-03-16dri2: No need to blit from front on DRI2GetBuffers if they're just being reused.Francisco Jerez1-19/+23
2010-03-15hw/xfree86: move reference counting out of the UseHWCursor[ARGB] functionsRoland 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