Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-09-04 | typo in comment | Matthieu Herrb | 1 | -1/+1 | |
2007-05-28 | Allow configurable serverconfigdir for security policy location | Eugene Konev | 1 | -1/+0 | |
Allow the location of the SERVERCONFIGdir variable to be defined at compile-time. This allows us to specify where the security policy will be located (Debian uses this to put it in /etc). The default is to the previous location. | |||||
2006-09-08 | Generalize the handling of configuration files that ship with extensions. | Eamon Walsh | 1 | -3/+6 | |
2006-09-05 | Merge branch 'master' into my-XACE-modular | Eamon Walsh | 1 | -0/+7 | |
Conflicts: configure.ac | |||||
2006-08-29 | Re-add support for tslib (1.0 release) and Xcalibrate extension. | Matthew Allum | 1 | -0/+7 | |
2006-08-10 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Alan Coopersmith | 1 | -2/+2 | |
XACE-modular | |||||
2006-07-30 | add securitysrv.h | Daniel Stone | 1 | -1/+1 | |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -1/+1 | |
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone. | |||||
2006-06-20 | Add X-ACE to build system | Alan Coopersmith | 1 | -0/+8 | |
- Added --disable-xace to configure.ac and issue configure error if trying to build XC-Security without X-ACE - Added XACE #define to dix-config.h - Added X-ACE sources to Xext/Makefile.am | |||||
2006-06-01 | Die XTESTEXT1, die! | Daniel Stone | 1 | -5/+1 | |
2006-04-05 | Put the screensaver extension back in the Xext module. | Fredrik Höglund | 1 | -1/+1 | |
Move the screenSaverSuspended variable to DIX globals. Restore the old link order for the Xorg and Xdmx binaries. | |||||
2006-03-31 | Move the screensaver extension from module to builtins. | Fredrik Höglund | 1 | -1/+1 | |
Add the server side implementation of the ScreenSaverSuspend request. Require scrnsaverproto >= 1.1, and change the linking order of the Xorg static libs. | |||||
2006-03-21 | Make the server distcheck and tag 1.0.99.1 snapshot. | Kristian Høgsberg | 1 | -1/+1 | |
Bump CVS version to 1.0.99.1. Distcheck fixes. | |||||
2006-02-16 | Fix build of Xorg by putting xf86bigfont back into builtin instead of | Eric Anholt | 1 | -1/+1 | |
module sources list. | |||||
2006-02-16 | Make more extensions optional in build (for kdrive). Fix kdrive build for | Keith Packard | 1 | -6/+23 | |
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 | Bug #5871: Drop special build infrastructure left over from libcwrapper | Eric Anholt | 1 | -2/+1 | |
times. (George Fufutos) | |||||
2006-02-16 | Bug #5869: Remove traces of EXTMODULE define, which doesn't appear to be | Eric Anholt | 1 | -1/+1 | |
useful any more. (George Fufutos) | |||||
2006-01-18 | Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers | Dave Airlie | 1 | -0/+2 | |
breaks. | |||||
2005-12-13 | Spell it XINERAMA_SRCS, not PANORAMIX_SRCS. | Adam Jackson | 1 | -1/+1 | |
2005-12-12 | Bugzilla #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Files in | Alan Coopersmith | 1 | -78/+92 | |
xserver/xorg/Xext not included in tarball after make dist | |||||
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 | |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -3/+42 | |
module builds to reflect this change. | |||||
2005-10-17 | include/dix-config.h.in Add support for more extensions | Kevin E Martin | 1 | -8/+31 | |
Add missing files to EXTRA_DIST | |||||
2005-10-09 | Bug #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Add | Alan Coopersmith | 1 | -1/+2 | |
SecurityPolicy to EXTRA_DIST (Bill Crawford) | |||||
2005-09-30 | Man page processing/installation and other doc file updates | Alan Coopersmith | 1 | -1/+2 | |
2005-09-25 | Add SecurityPolicy file for XCSECURITY extension. | Alan Coopersmith | 1 | -4/+7 | |
Add README to EXTRA_DIST | |||||
2005-08-17 | Add buildsystem for Xprint, and: | Søren Sandmann Pedersen | 1 | -1/+7 | |
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-28 | Fix distcheck for server | Kevin E Martin | 1 | -5/+2 | |
2005-07-14 | Add -I$(top_builddir)/hw/xfree86/dixmods/extmod to Xext/Makefile.am Patch | Søren Sandmann Pedersen | 1 | -1/+1 | |
from Stefan Dirsch | |||||
2005-07-13 | Remove references to DDX-specific extensions | Adam Jackson | 1 | -10/+2 | |
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -1/+3 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+72 | |