Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-24 | Bug #11510: Fix build without RECORD. | Adam Jackson | 1 | -1/+5 | |
2007-07-10 | Generate ChangeLog file for make dist. | Keith Packard | 1 | -1/+11 | |
Copy Makefile.am snippet which generates a complete git change history to the ChangeLog file during the distribution generation process. | |||||
2006-11-02 | Makefile.am: add config to DIST_SUBDIRS as wellxorg-server-1.2.99.0 | Daniel Stone | 1 | -0/+1 | |
2006-07-21 | make XInput mandatory | Daniel Stone | 1 | -5/+1 | |
Always build Xi, since GetPointerEvents/GetKeyboardEvents relies on it. | |||||
2006-07-21 | add basic D-BUS configuration mechanism | Daniel Stone | 1 | -0/+1 | |
Also move LookupDeviceIntRec into the DIX, and add InputOption type, and NewInputDeviceRequest prototype (DIX requests DDX to add a device). Does not link without an implemented NIDR. | |||||
2006-06-18 | Xprint/ -> hw/xprint | Adam Jackson | 1 | -11/+2 | |
XpConfig -> hw/xprint/config | |||||
2006-06-01 | Kill LBX, too. | Daniel Stone | 1 | -7/+1 | |
2006-04-24 | Remove another reference to cfb16. | Donnie Berkholz | 1 | -1/+0 | |
2006-04-06 | missed a line while removing cfb16 | Adam Jackson | 1 | -1/+0 | |
2006-04-06 | Remove cfb16, no longer used. | Adam Jackson | 1 | -1/+0 | |
2006-03-21 | Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1 | Kristian Høgsberg | 1 | -0/+2 | |
Bump CVS version to 1.0.99.1. Distcheck fixes. | |||||
2006-02-16 | Make more extensions optional in build (for kdrive). Fix kdrive build for | Keith Packard | 1 | -2/+10 | |
actual hardware. Fix kdrive pointer signed/unsigned types. Add kdrive-required YX rotation functions. Replace rgb text file loading with static rgb color table. | |||||
2006-02-16 | Move EXA implementation up to the top level and remove its XFree86 | Eric Anholt | 1 | -0/+1 | |
dependencies. It was nearly abstract enough already to be used by multiple DDXes. This will be useful for EXA development through providing a fake acceleration implementation within Xephyr, so that testing can be done on new EXA code without worrying about buggy drivers. | |||||
2006-01-26 | Speed up checkout and autogen by removing disused iplan2p4 and ilbm. | Adam Jackson | 1 | -3/+0 | |
2006-01-25 | Remove xf8_32wid, it's dead code with no maintainer interest. Also remove | Adam Jackson | 1 | -5/+0 | |
cfb24, since xf8_32wid was the only user. | |||||
2005-12-26 | Bug #4190: Add a rule for 'make relink' since automake sucks. | Adam Jackson | 1 | -0/+4 | |
2005-12-03 | Bugzilla #4809 <https://bugs.freedesktop.org/show_bug.cgi?id=4809> Patch | Alan Coopersmith | 1 | -0/+3 | |
#3908 <https://bugs.freedesktop.org/attachment.cgi?id=3908> xf8_32wid and cfb24 only need to be built on sparc | |||||
2005-11-01 | Add xorg-server.m4 for driver dependency checking. | Kevin E Martin | 1 | -1/+5 | |
Update pkgcheck depedencies to work with separate build roots. | |||||
2005-10-15 | Fix typo and add new Makefiles to AC_OUTPUT | Kevin E Martin | 1 | -25/+58 | |
Fix typos Add xorg.conf.man to CLEANFILES Add missing files to EXTRA_DIST | |||||
2005-10-14 | Hook up lbx. | Kristian Høgsberg | 1 | -1/+6 | |
2005-09-30 | Man page processing/installation and other doc file updates | Alan Coopersmith | 1 | -0/+1 | |
2005-09-26 | Add initial build system for XpConfig | Søren Sandmann Pedersen | 1 | -1/+3 | |
2005-08-21 | Huge cleanup. Group into sections: hardware feature detection, extension | Daniel Stone | 1 | -0/+5 | |
detection/configuration, DDX options. Make building of Xorg DDX fully optional. Clarify and correct some help texts. Change all comments to use dnl instead of #. Quote all tests correctly, and guard pure-variable tests with 'x' (e.g. test $DMX = yes -> test "x$DMX" = xyes). Since the DDXes seem to have pretty divergent extension support these days, get rid of EXTENSION_LIBS, DMX_EXTENSIONS and XPRINT_EXTENSIONS, and go back to building extension lists by hand in the DDX-specific sections. Use portable POSIX constructs everywhere (e.g. test foo && test bar, instead of test foo -a bar). Clean up old cruft. Set _XSERVER64 on 64-bit architectures, and use x86_64 for host_cpu instead of amd64 (Jürg Billeter). | |||||
2005-08-20 | Make Xprint build optional. | Daniel Stone | 1 | -1/+5 | |
2005-08-17 | Add buildsystem for Xprint, and: | Søren Sandmann Pedersen | 1 | -1/+2 | |
Wed Aug 17 14:50:58 2005 Soren Sandmann <sandmann@redhat.com> Include <X11/extensions/Print{,str}.h> instead of "Print{,str}.h" Include <X11/fonts/fontstruct.h> isntead of "fonts/fontstruct.h" Wed Aug 17 14:54:49 2005 Søren Sandmann <sandmann@redhat.com> Conditionally compile in xprint.c Add Xprint | |||||
2005-07-13 | Hook dbe into the build | Adam Jackson | 1 | -0/+1 | |
2005-07-11 | Start filling in glx build. Add xf86Version.h and a few DRI headers to the | Adam Jackson | 1 | -0/+4 | |
sdk (needed for modular driver builds). | |||||
2005-07-05 | Add more defines for XWin DDX Make building of cfb*, afb and mfb | Alexander Gottwald | 1 | -9/+21 | |
conditional Set FD_SETSIZE=256 on cygwin | |||||
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -1/+1 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+37 | |