| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the bc flag from the -help text, since it's gone. | Adam Jackson | 2006-08-09 | 1 | -1/+0 |
* | remove optional R3 backwards compatibility | Daniel Stone | 2006-08-07 | 1 | -2/+0 |
* | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 2006-07-21 | 17 | -35/+0 |
* | never define MEMBUG | Daniel Stone | 2006-07-21 | 1 | -6/+0 |
* | Remove the DDXTIME conditional, for being unused. | Adam Jackson | 2006-07-20 | 1 | -2/+0 |
* | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 2006-07-18 | 2 | -8/+4 |
* | Free small, one-time memory leak in xdmcp -from handling | Peter Breitenlohner | 2006-06-26 | 1 | -0/+4 |
* | Move Xserver internal API for appgroup from Xagsrv.h to appgroup.h | Alan Coopersmith | 2006-06-21 | 1 | -1/+1 |
* | fix a number of compiler warnings in os/* | Greg Kroah-Hartman | 2006-06-21 | 4 | -3/+15 |
* | Move Xserver API for security extension to securitysrv.h | Alan Coopersmith | 2006-06-20 | 5 | -10/+5 |
* | Check setuid() return value. Bugzilla #7116. | Matthieu Herrb | 2006-06-20 | 1 | -7/+13 |
* | fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes | Greg Kroah-Hartman | 2006-06-08 | 1 | -4/+1 |
* | Properly define dispatchExceptionAtReset to fix compiler warnings | Greg Kroah-Hartman | 2006-06-08 | 1 | -2/+0 |
* | Kill LBX, too. | Daniel Stone | 2006-06-01 | 7 | -878/+17 |
* | Die XTESTEXT1, die! | Daniel Stone | 2006-06-01 | 1 | -19/+0 |
* | Use min() [defined in include/misc.h] instead of MIN() [not defined in any | Alan Coopersmith | 2006-05-02 | 1 | -3/+3 |
* | Put the screensaver extension back in the Xext module. | Fredrik Höglund | 2006-04-05 | 1 | -10/+0 |
* | Coverity #82: Dead variable elimination. | Adam Jackson | 2006-04-03 | 1 | -6/+2 |
* | Coverity #833: Fix a rather nasty memory leak. | Adam Jackson | 2006-04-03 | 1 | -0/+2 |
* | Move the screensaver extension from module to builtins. | Fredrik Höglund | 2006-03-31 | 1 | -0/+14 |
* | Big old pile of warning fixes. | Adam Jackson | 2006-03-28 | 2 | -6/+4 |
* | Mark everything in xf86sym.c as _X_EXPORT. | Adam Jackson | 2006-03-25 | 1 | -2/+2 |
* | Refactored the screensaver and DPMS timer code to use the screensaver timer | Fredrik Höglund | 2006-03-24 | 1 | -89/+98 |
* | Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1 | Kristian Høgsberg | 2006-03-21 | 1 | -0/+1 |
* | Add oscolor.h | Keith Packard | 2006-02-16 | 1 | -0/+1508 |
* | Make more extensions optional in build (for kdrive). Fix kdrive build for | Keith Packard | 2006-02-16 | 3 | -4/+109 |
* | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 2006-02-15 | 7 | -81/+81 |
* | Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove | Benjamin Herrenschmidt | 2006-02-13 | 1 | -7/+0 |
* | Remove remaining #ifdef DPSEXT stanzas. | Adam Jackson | 2006-01-08 | 1 | -3/+0 |
* | Bug #5218: Don't crash on unconfigured interfaces. (Andrei Barbu) | Adam Jackson | 2006-01-07 | 1 | -1/+3 |
* | Remove a debugging printf | Adam Jackson | 2005-12-28 | 1 | -10/+0 |
* | Nuke unsupported NDBM routines. Shrink the hash table a bit, over | Adam Jackson | 2005-12-26 | 1 | -105/+14 |
* | Bugzilla #5219 <https://bugs.freedesktop.org/show_bug.cgi?id=5219> Make | Alan Coopersmith | 2005-12-06 | 1 | -18/+19 |
* | Define XFree86Server only where it is required. | Kevin E Martin | 2005-12-02 | 1 | -1/+1 |
* | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 2005-11-29 | 1 | -3/+15 |
* | See ChangeLog entry 2005-11-07 for details. | Kean Johnson | 2005-11-08 | 3 | -6/+59 |
* | include/dix-config.h.in Add support for more extensions | Kevin E Martin | 2005-10-17 | 1 | -6/+6 |
* | Hook up lbx. | Kristian Høgsberg | 2005-10-14 | 1 | -2/+6 |
* | Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Add prototype | Alan Coopersmith | 2005-07-07 | 1 | -0/+4 |
* | Change HAVE_CONFIG_H to HAVE_DIX_CONFIG_H. | Daniel Stone | 2005-07-03 | 1 | -1/+1 |
* | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 2005-07-03 | 16 | -20/+20 |
* | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 2005-07-03 | 21 | -0/+87 |
* | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 2005-07-02 | 1 | -3/+2 |
* | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 2005-07-01 | 16 | -23/+23 |
* | Adding initial build system. | Daniel Stone | 2005-07-01 | 1 | -0/+8 |
* | Adding initial build system. | Daniel Stone | 2005-07-01 | 1 | -0/+40 |
* | Added another test of checkForInput for WIN32 Windows keyboard and mouse | Alexander Gottwald | 2005-06-30 | 1 | -0/+7 |
* | Bug #1846: Add intentionally undocumented -disablexineramaextension flag to | Adam Jackson | 2005-06-09 | 1 | -0/+4 |
* | Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions. | Adam Jackson | 2005-05-19 | 1 | -9/+0 |
* | Fix comments for pointers in parameter lists to work with fussy compilers | Harold L Hunt II | 2005-05-02 | 3 | -5/+5 |