Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-15 | Merge branch 'master' into my-XACE-modularXACE-modular | Eamon Walsh | 1 | -2/+2 | |
2006-09-08 | Generalize the handling of configuration files that ship with extensions. | Eamon Walsh | 1 | -3/+6 | |
2006-09-08 | Include dix-config.h. | Eamon Walsh | 1 | -0/+4 | |
2006-09-08 | Don't need to allocate memory now that devPrivates are being used. | Eamon Walsh | 1 | -6/+0 | |
2006-09-06 | Fix #include paths for fontcacheproto headers. | Michel Dänzer | 1 | -2/+2 | |
2006-09-05 | Merge branch 'master' into my-XACE-modular | Eamon Walsh | 2 | -0/+269 | |
Conflicts: configure.ac | |||||
2006-08-29 | Re-add support for tslib (1.0 release) and Xcalibrate extension. | Matthew Allum | 2 | -0/+269 | |
2006-08-25 | Add four new XACE hooks: auditing, key event notification, window init | Eamon Walsh | 3 | -1/+58 | |
2006-08-21 | Merge branch 'XACE-modular' into my-XACE-modular | Eamon Walsh | 39 | -87/+86 | |
2006-08-10 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Alan Coopersmith | 39 | -87/+86 | |
XACE-modular | |||||
2006-08-07 | remove optional R3 backwards compatibility | Daniel Stone | 1 | -9/+3 | |
Remove the permitOldBugs flag, which enabled backwards compatbility with broken R2/R3 era clients. | |||||
2006-08-03 | Remove LBX code. | Eamon Walsh | 3 | -66/+1 | |
2006-08-02 | Rebase Security extension to use devPrivates for storing security state. | Eamon Walsh | 3 | -89/+26 | |
2006-07-31 | Improve XRes to; | Matthew Allum | 1 | -1/+63 | |
- Better estimate general pixmap memory usage. - Account for pixmaps shared between clients. - Account for window background and border pixmaps, and GC stripple and tile pixmaps. | |||||
2006-07-30 | add securitysrv.h | Daniel Stone | 1 | -1/+1 | |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 38 | -69/+0 | |
2006-07-21 | fix XEvIE build without XKB | Daniel Stone | 1 | -6/+18 | |
Don't unconditionally play with XKB stuff in XEvIE. | |||||
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-21 | Modify XC-SECURITY and XC-APPGROUP extensions to work with XACE | Eamon Walsh | 1 | -1/+3 | |
2006-06-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Alan Coopersmith | 3 | -6/+82 | |
Conflicts: Xext/appgroup.c | |||||
2006-06-21 | Move Xserver internal API for appgroup from Xagsrv.h to appgroup.h | Alan Coopersmith | 3 | -6/+82 | |
(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-20 | Modify XC-SECURITY and XC-APPGROUP extensions to work with XACE | Eamon Walsh | 1 | -35/+0 | |
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-20 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Alan Coopersmith | 3 | -3/+135 | |
Conflicts: Xext/appgroup.c Xext/security.c dix/devices.c dix/dispatch.c dix/dixutils.c dix/events.c dix/extension.c dix/property.c dix/window.c os/access.c | |||||
2006-06-20 | Move Xserver API for security extension to securitysrv.h | Alan Coopersmith | 2 | -3/+2 | |
2006-06-20 | Move Xserver API for security extension to securitysrv.h | Alan Coopersmith | 1 | -0/+133 | |
2006-06-20 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Alan Coopersmith | 1 | -18/+0 | |
2006-06-20 | Delete code that's been inside #if 0 since X11R6.7. | Alan Coopersmith | 1 | -18/+0 | |
2006-06-20 | Add XACE extension source files. | Eamon Walsh | 3 | -0/+802 | |
(Copied from XACE-SELINUX branch in Xorg monolith CVS since these were never imported to modular cvs or git trees.) | |||||
2006-06-19 | Modify XC-SECURITY and XC-APPGROUP extensions to work with XACE | Eamon Walsh | 2 | -267/+223 | |
(cherry picked from 0106715000196c7b349a0b4494b61545f0f5e138 commit) | |||||
2006-06-18 | Xprint/ -> hw/xprint | Adam Jackson | 1 | -2/+2 | |
XpConfig -> hw/xprint/config | |||||
2006-06-09 | put function prototype for ShapeExtensionInit() in proper place | Greg Kroah-Hartman | 1 | -1/+1 | |
based on FIXME in mi/miinitext.c | |||||
2006-06-07 | Add PanoramiXExtensionDisabledHack to globals.h as it was missing. | Greg Kroah-Hartman | 1 | -1/+0 | |
2006-06-07 | Remove 3 compiler warnings in the Xext/xevie.c file | Greg Kroah-Hartman | 1 | -3/+1 | |
2006-06-03 | Bug #6956: Fix crash when removing session leader before its children. | Daniel Stone | 1 | -9/+12 | |
(Rich Coe) | |||||
2006-06-01 | Kill LBX, too. | Daniel Stone | 1 | -34/+1 | |
2006-06-01 | Forgot to remove this one too. | Daniel Stone | 1 | -90/+0 | |
2006-06-01 | Die XTESTEXT1, die! | Daniel Stone | 4 | -2703/+1 | |
2006-05-12 | Fri May 12 17:51:26 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -3/+14 | |
Keep track of the previous item and update its next pointer when deleting from the linked list. | |||||
2006-04-05 | Put the screensaver extension back in the Xext module. | Fredrik Höglund | 2 | -4/+2 | |
Move the screenSaverSuspended variable to DIX globals. Restore the old link order for the Xorg and Xdmx binaries. | |||||
2006-04-03 | Coverity #75: Dead variable elimination. | Adam Jackson | 1 | -5/+2 | |
2006-04-03 | Coverity #992: Prevent a NULL chase. | Adam Jackson | 1 | -1/+2 | |
2006-03-31 | Move the screensaver extension from module to builtins. | Fredrik Höglund | 2 | -4/+151 | |
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 | 3 | -40/+18 | |
2006-03-24 | Refactored the screensaver and DPMS timer code to use the screensaver timer | Fredrik Höglund | 1 | -3/+3 | |
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.xorg-server-1_0_99_1 | 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 | Fix XSERVER64 should be _XSERVER64 | Dave Airlie | 1 | -2/+2 | |