summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-01-18XFree86 utils: build utils man pages using XORG_MANPAGE_SECTIONSGaetan Nadon8-31/+13
2011-01-18Xephyr: build Xephyr man pages using XORG_MANPAGE_SECTIONSGaetan Nadon4-22/+16
2011-01-18Xvfb: build Xvfb man pages using XORG_MANPAGE_SECTIONSGaetan Nadon4-27/+18
2011-01-18XWin: build XWin man pages using XORG_MANPAGE_SECTIONSGaetan Nadon5-27/+24
2011-01-18Xnest: build Xnest man pages using XORG_MANPAGE_SECTIONSGaetan Nadon4-25/+13
2011-01-18Xquartz: strip the man page code from cpprules.inGaetan Nadon1-20/+2
2011-01-18Xquartz: build Xquartz man pages using XORG_MANPAGE_SECTIONSGaetan Nadon2-11/+8
2011-01-18man: build Xorg and xorg.conf man pages using XORG_MANPAGE_SECTIONSGaetan Nadon4-25/+22
2011-01-18Xorg.man: fix whitespace issuesGaetan Nadon1-7/+7
2011-01-08xfree86: Convert libxf86config to static libtool libraryDan Nicholson1-3/+4
2011-01-05Call SourceValidate even if src == dstVille Syrjälä1-2/+1
2011-01-05Add subWindowMode parameter to SourceValidateVille Syrjälä3-4/+6
2011-01-05Merge remote branch 'vsyrjala/misc_fixes'Keith Packard2-8/+36
2011-01-04edid: Fix incorrect timings for VIC61Zhao Yakui1-1/+1
2011-01-04x86emu: Fix more mis-decoding of the data prefixAdam Jackson1-18/+45
2010-12-31Fix asprintf typo in commit d2c42b10Alan Coopersmith1-1/+1
2010-12-31XFree86: Linux: AGP: Fix void-pointer-arithmetic warningDaniel Stone1-1/+1
2010-12-31linux: warning fixAdam Jackson1-1/+1
2010-12-31glx: warning fixesAdam Jackson1-1/+1
2010-12-31xcmisc: warning fixAdam Jackson1-0/+4
2010-12-31dri1: warning fixAdam Jackson1-1/+1
2010-12-31loader: warning fixAdam Jackson1-1/+1
2010-12-31config: warning fixesAdam Jackson1-1/+1
2010-12-31Export all valuator_mask_* functionsChase Douglas1-1/+1
2010-12-27xfree86/modes: Take rotation into account when checking mode sizeVille Syrjälä1-8/+25
2010-12-27dri2: Don't page flip when the window size doesn't match the pixmap sizeVille Syrjälä1-0/+11
2010-12-20xfree86: Convert some xf86BlockSIGIO to OsBlockSignalsAdam Jackson2-9/+7
2010-12-20xfree86: Remove xf86EnterServerStateAdam Jackson8-71/+21
2010-12-20xfree86: Symmetrize xf86AccessEnter and xf86AccessLeaveAdam Jackson1-2/+0
2010-12-20Remove SCO supportAdam Jackson14-1048/+4
2010-12-20xfree86: Remove unused xf86inSuspendAdam Jackson3-5/+0
2010-12-20Merge remote branch 'alanc/master'Keith Packard2-2/+6
2010-12-19Add EDID quirk for HP Compaq nc8430.Jörn Horstmann1-0/+5
2010-12-18Bug 32436 - hw/xfree86/parser/Makefile.am TOP_SRCDIR should be top_srcdirAlan Coopersmith1-1/+1
2010-12-18Bug 21827: faulty sdksyms.c generated by the awk script in sdksyms.shDavid Barksdale1-1/+5
2010-12-14Merge remote branch 'whot/for-keith'Keith Packard2-9/+16
2010-12-14Merge remote branch 'jeremyhu/master'Keith Packard14-491/+224
2010-12-14docs: replace BUILLDOCS with existing ENABLE_DEVEL_DOCSGaetan Nadon3-10/+2
2010-12-14hw/dmx/doc: DIST_SUBDIRS not required when using AM_CONDITIONALGaetan Nadon1-1/+0
2010-12-14xfree86: always report the input options before initialising the device.Peter Hutterer1-0/+1
2010-12-13xfree86: swap the order to-be-merged lists in xf86CollectInputOptions.Peter Hutterer1-1/+1
2010-12-08XQuartz GL: Add $(GL_CFLAGS) to CFLAGSJeremy Huddleston1-1/+1
2010-12-09xfree86: don't set movement flags for non-valuator events.Peter Hutterer1-8/+14
2010-12-08XQuartz: Just NSBeep() for XBell()Jeremy Huddleston13-490/+223
2010-12-07Merge remote branch 'alanc/master'Keith Packard34-139/+120
2010-12-07Convert cvt code to use XNFasprintf()Alan Coopersmith3-10/+23
2010-12-07Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() callsAlan Coopersmith6-26/+9
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith9-47/+30
2010-12-07Convert hw/xfree86/parser code to use asprintf() callsAlan Coopersmith3-19/+11
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith7-27/+36