summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Collapse)AuthorFilesLines
2006-07-31Improve XRes to;Matthew Allum1-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-30add securitysrv.hDaniel Stone1-1/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson38-69/+0
2006-07-21fix XEvIE build without XKBDaniel Stone1-6/+18
Don't unconditionally play with XKB stuff in XEvIE.
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-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-21Modify XC-SECURITY and XC-APPGROUP extensions to work with XACEEamon Walsh1-1/+3
2006-06-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith3-6/+82
Conflicts: Xext/appgroup.c
2006-06-21Move Xserver internal API for appgroup from Xagsrv.h to appgroup.hAlan Coopersmith3-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-20Modify XC-SECURITY and XC-APPGROUP extensions to work with XACEEamon Walsh1-35/+0
2006-06-20Add X-ACE to build systemAlan Coopersmith1-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-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith3-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-20Move Xserver API for security extension to securitysrv.hAlan Coopersmith2-3/+2
2006-06-20Move Xserver API for security extension to securitysrv.hAlan Coopersmith1-0/+133
2006-06-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith1-18/+0
2006-06-20Delete code that's been inside #if 0 since X11R6.7.Alan Coopersmith1-18/+0
2006-06-20Add XACE extension source files.Eamon Walsh3-0/+802
(Copied from XACE-SELINUX branch in Xorg monolith CVS since these were never imported to modular cvs or git trees.)
2006-06-19Modify XC-SECURITY and XC-APPGROUP extensions to work with XACEEamon Walsh2-267/+223
(cherry picked from 0106715000196c7b349a0b4494b61545f0f5e138 commit)
2006-06-18Xprint/ -> hw/xprintAdam Jackson1-2/+2
XpConfig -> hw/xprint/config
2006-06-09put function prototype for ShapeExtensionInit() in proper placeGreg Kroah-Hartman1-1/+1
based on FIXME in mi/miinitext.c
2006-06-07Add PanoramiXExtensionDisabledHack to globals.h as it was missing.Greg Kroah-Hartman1-1/+0
2006-06-07Remove 3 compiler warnings in the Xext/xevie.c fileGreg Kroah-Hartman1-3/+1
2006-06-03Bug #6956: Fix crash when removing session leader before its children.Daniel Stone1-9/+12
(Rich Coe)
2006-06-01Kill LBX, too.Daniel Stone1-34/+1
2006-06-01Forgot to remove this one too.Daniel Stone1-90/+0
2006-06-01Die XTESTEXT1, die!Daniel Stone4-2703/+1
2006-05-12Fri May 12 17:51:26 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-3/+14
Keep track of the previous item and update its next pointer when deleting from the linked list.
2006-04-05Put the screensaver extension back in the Xext module.Fredrik Höglund2-4/+2
Move the screenSaverSuspended variable to DIX globals. Restore the old link order for the Xorg and Xdmx binaries.
2006-04-03Coverity #75: Dead variable elimination.Adam Jackson1-5/+2
2006-04-03Coverity #992: Prevent a NULL chase.Adam Jackson1-1/+2
2006-03-31Move the screensaver extension from module to builtins.Fredrik Höglund2-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-28Big old pile of warning fixes.Adam Jackson3-40/+18
2006-03-24Refactored the screensaver and DPMS timer code to use the screensaver timerFredrik Höglund1-3/+3
for both screensaver and DPMS. Removed the SetDPMSTimers() and FreeDPMSTimers() functions.
2006-03-21Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1Kristian Høgsberg1-1/+1
Bump CVS version to 1.0.99.1. Distcheck fixes.
2006-02-16Fix build of Xorg by putting xf86bigfont back into builtin instead ofEric Anholt1-1/+1
module sources list.
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard1-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-16Bug #5871: Drop special build infrastructure left over from libcwrapperEric Anholt1-2/+1
times. (George Fufutos)
2006-02-16Fix XSERVER64 should be _XSERVER64Dave Airlie1-2/+2
2006-02-16Bug #5869: Remove traces of EXTMODULE define, which doesn't appear to beEric Anholt1-1/+1
useful any more. (George Fufutos)
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson1-4/+4
2006-02-15Mark everything in {ext,font}sym.c as _X_EXPORT.Adam Jackson3-15/+15
2006-02-11Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined functionAlan Coopersmith1-1/+3
warnings after the removal of libcwrapper headers.
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt10-38/+15
of (marginal) use in the drivers, and that usage remains.
2006-01-18Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg serversDave Airlie1-0/+2
breaks.
2005-12-28Merge from xserver a header for shm's server internal functions, which areEric Anholt1-0/+44
called by DDXes. Desired by XGL, and should be used in other locations, probably.
2005-12-13Spell it XINERAMA_SRCS, not PANORAMIX_SRCS.Adam Jackson1-1/+1
2005-12-12Bugzilla #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Files inMODULAR_COPYAlan Coopersmith1-78/+92
xserver/xorg/Xext not included in tarball after make dist
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-3/+42
module builds to reflect this change.
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson1-1/+1
2005-10-21Bug #4730: Byte-swap the pixmap ID correctly. (Neil Campbell)Adam Jackson1-0/+1