Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-21 | Move Xserver internal API for appgroup from Xagsrv.h to appgroup.h | Alan Coopersmith | 1 | -1/+1 | |
(Since all use is inside the xserver module, might as well keep the header in the Xserver module instead of in proto/XExt to allow easier synchronization of updates.) | |||||
2006-06-21 | fix a number of compiler warnings in os/* | Greg Kroah-Hartman | 4 | -3/+15 | |
2006-06-20 | Move Xserver API for security extension to securitysrv.h | Alan Coopersmith | 5 | -10/+5 | |
2006-06-20 | Check setuid() return value. Bugzilla #7116. | Matthieu Herrb | 1 | -7/+13 | |
2006-06-08 | fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes | Greg Kroah-Hartman | 1 | -4/+1 | |
2006-06-08 | Properly define dispatchExceptionAtReset to fix compiler warnings | Greg Kroah-Hartman | 1 | -2/+0 | |
2006-06-01 | Kill LBX, too. | Daniel Stone | 7 | -878/+17 | |
2006-06-01 | Die XTESTEXT1, die! | Daniel Stone | 1 | -19/+0 | |
2006-05-02 | Use min() [defined in include/misc.h] instead of MIN() [not defined in any | Alan Coopersmith | 1 | -3/+3 | |
Xorg header]. | |||||
2006-04-05 | Put the screensaver extension back in the Xext module. | Fredrik Höglund | 1 | -10/+0 | |
Move the screenSaverSuspended variable to DIX globals. Restore the old link order for the Xorg and Xdmx binaries. | |||||
2006-04-03 | Coverity #82: Dead variable elimination. | Adam Jackson | 1 | -6/+2 | |
2006-04-03 | Coverity #833: Fix a rather nasty memory leak. | Adam Jackson | 1 | -0/+2 | |
2006-03-31 | Move the screensaver extension from module to builtins. | Fredrik Höglund | 1 | -0/+14 | |
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-28 | Big old pile of warning fixes. | Adam Jackson | 2 | -6/+4 | |
2006-03-25 | Mark everything in xf86sym.c as _X_EXPORT. | Adam Jackson | 1 | -2/+2 | |
2006-03-24 | Refactored the screensaver and DPMS timer code to use the screensaver timer | Fredrik Höglund | 1 | -89/+98 | |
for both screensaver and DPMS. Removed the SetDPMSTimers() and FreeDPMSTimers() functions. | |||||
2006-03-21 | Make the server distcheck and tag 1.0.99.1 snapshot. | Kristian Høgsberg | 1 | -0/+1 | |
Bump CVS version to 1.0.99.1. Distcheck fixes. | |||||
2006-02-16 | Add oscolor.h | Keith Packard | 1 | -0/+1508 | |
2006-02-16 | Make more extensions optional in build (for kdrive). Fix kdrive build for | Keith Packard | 3 | -4/+109 | |
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-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 7 | -81/+81 | |
2006-02-13 | Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove | Benjamin Herrenschmidt | 1 | -7/+0 | |
stubs in other DDX. | |||||
2006-01-08 | Remove remaining #ifdef DPSEXT stanzas. | Adam Jackson | 1 | -3/+0 | |
2006-01-07 | Bug #5218: Don't crash on unconfigured interfaces. (Andrei Barbu) | Adam Jackson | 1 | -1/+3 | |
2005-12-28 | Remove a debugging printf | Adam Jackson | 1 | -10/+0 | |
2005-12-26 | Nuke unsupported NDBM routines. Shrink the hash table a bit, over | Adam Jackson | 1 | -105/+14 | |
25% of the buckets were going empty. | |||||
2005-12-06 | Bugzilla #5219 <https://bugs.freedesktop.org/show_bug.cgi?id=5219> Make | Alan Coopersmith | 1 | -18/+19 | |
sure all optional sources are included in EXTRA_DIST, even if they aren't used on the platform the distballs are made on. | |||||
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/+15 | |
module builds to reflect this change. | |||||
2005-11-08 | See ChangeLog entry 2005-11-07 for details. | Kean Johnson | 3 | -6/+59 | |
2005-10-17 | include/dix-config.h.in Add support for more extensions | Kevin E Martin | 1 | -6/+6 | |
Add missing files to EXTRA_DIST | |||||
2005-10-14 | Hook up lbx. | Kristian Høgsberg | 1 | -2/+6 | |
2005-07-07 | Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Add prototype | Alan Coopersmith | 1 | -0/+4 | |
for XdmAuthenticationInit() (Peter Breitenlohner) | |||||
2005-07-03 | Change HAVE_CONFIG_H to HAVE_DIX_CONFIG_H. | Daniel Stone | 1 | -1/+1 | |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 16 | -20/+20 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 21 | -0/+87 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -3/+2 | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 16 | -23/+23 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+8 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+40 | |
2005-06-30 | Added another test of checkForInput for WIN32 Windows keyboard and mouse | Alexander Gottwald | 1 | -0/+7 | |
events are added to the input queue in Block- and WakupHandlers. There is no device to check if input is ready. | |||||
2005-06-09 | Bug #1846: Add intentionally undocumented -disablexineramaextension flag to | Adam Jackson | 1 | -0/+4 | |
the server to work around ignorant clients on large display walls. (Kevin E. Martin) | |||||
2005-05-19 | Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions. | Adam Jackson | 1 | -9/+0 | |
2005-05-02 | Fix comments for pointers in parameter lists to work with fussy compilers | Harold L Hunt II | 3 | -5/+5 | |
2005-05-02 | Fix message type (respose->response) and fix */*comment*/ blocks to work | Harold L Hunt II | 1 | -9/+9 | |
with fussy compilers. | |||||
2005-04-27 | Catch SIGCHLD in OsBlockSignals() too to make sure this signal doesn't | Egbert Eich | 1 | -0/+3 | |
intercept reading the authority file (Fabian Franz, Bugzilla #3137). | |||||
2005-04-24 | xc/config/cf/X11.tmpl | Roland Mainz | 1 | -0/+4 | |
xc/programs/Xserver/Xext/Imakefile xc/programs/Xserver/dix/Imakefile xc/programs/Xserver/dix/main.c xc/programs/Xserver/dix/xpstubs.c xc/programs/Xserver/mi/miinitext.c //bugs.freedesktop.org/show_bug.cgi?id=2792) attachment #2526 (https://bugs.freedesktop.org/attachment.cgi?id=2526) bug 2792 part II: Make Xprint headers in dix/, mi/, os/ and Xext/ conditional on whether the Xprint extension is build or not. Patch by Egbert Eich <eich@freedesktop.org> and Roland Mainz <roland.mainz@nrubsig.org>. | |||||
2005-04-20 | Fix includes right throughout the Xserver tree: | Alexander Gottwald | 3 | -4/+4 | |
apply changes to windows specific includes Fix includes right throughout the Xserver tree: apply changes to Xdmcp.h | |||||
2005-04-20 | warning fix for Win32 | Alexander Gottwald | 1 | -1/+1 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 17 | -52/+52 | |
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. | |||||
2005-03-23 | xc/programs/Xserver/Imakefile | Roland Mainz | 1 | -2/+5 | |
xc/programs/Xserver/Xprint/DiPrint.h xc/programs/Xserver/Xprint/Imakefile xc/programs/Xserver/Xprint/Init.c xc/programs/Xserver/Xprint/ddxInit.c xc/programs/Xserver/dix/Imakefile xc/programs/Xserver/dix/main.c xc/programs/Xserver/dix/xpstubs.c xc/programs/Xserver/os/Imakefile //bugs.freedesktop.org/show_bug.cgi?id=2792) attachment #2193 (https://bugs.freedesktop.org/attachment.cgi?id=2193) Fix build bustage when |PrintOnlyServer| is set to |NO|. Patch by Roland Mainz <roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>. |