summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh46-977/+92
2007-11-19xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh14-16/+27
2007-11-19devPrivates rework: add missing include of dix/privates.hEamon Walsh1-0/+1
2007-11-19DEFAULT_DPI was undefined here.Michel Dänzer1-0/+1
2007-11-18Bump DEFAULT_DPI to 96.Adam Jackson1-1/+1
2007-11-18Bug #12932: Use DEFAULT_DPI in randr1.2 instead of hardcoded 96.Tormod Volden2-6/+6
2007-11-18Bug #12531: RRModesForScreen can fail to allocate.Jernej Azarija1-0/+2
2007-11-18Document the requirement for interleaved code and declarations.Adam Jackson1-0/+1
2007-11-17Bug #9725: Don't look in root's $HOME for config files, that's just confusing.Adam Jackson5-13/+1
2007-11-17Disinfect mi/ of mfb.Adam Jackson1-2/+17
2007-11-17XKB: Don't ring the bell when we don't have a BellProc (bug #13246)Daniel Stone1-1/+2
2007-11-17exa: set driverPriv to NULL before it might get used later with garbageBen Skeggs1-0/+1
2007-11-16Bug #1612: Use a stronger PRNG.Adam Jackson3-0/+25
2007-11-15Small static cleanups on dix/Adam Jackson4-19/+4
2007-11-15Allocate RRCrtcRecs with calloc.Adam Jackson1-1/+1
2007-11-15Fix a really dumb typo.Aaron Plattner2-2/+2
2007-11-15Save pixmap allocation hints into the PixmapRec.Aaron Plattner12-4/+17
2007-11-15Simplify system resource range setup.Adam Jackson2-21/+3
2007-11-15Delete some dead code in X -configure.Adam Jackson1-29/+0
2007-11-15Nuke the debugging allocator.Adam Jackson2-819/+0
2007-11-15Clean up some garbage in driver enumeration.Adam Jackson4-27/+3
2007-11-15Eliminate some redundancy in autoconfiguration.Adam Jackson1-22/+0
2007-11-15Don't sleep(1) at exit on any platform.Adam Jackson1-4/+0
2007-11-15For some reason "-nozap" appeared twice. Weird.Tiago Vignatti1-5/+0
2007-11-14Start 1.4.99Adam Jackson1-1/+1
2007-11-14Add -pogo option for init/teardown performance testing.Adam Jackson1-0/+4
2007-11-14Don't sleep(1) at server exit.Adam Jackson1-1/+1
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh35-635/+673
2007-11-14xselinux: adjust receive hook to use new synthetic_event class.Eamon Walsh1-7/+9
2007-11-12Only clear crtc of output if it is the one we're actually working on.Matthias Hopf1-1/+2
2007-11-09xselinux: add new synthetic_event security class, and fix registry code.Eamon Walsh2-18/+21
2007-11-09registry: Register XC-SECURITY extension protocol names.Eamon Walsh1-0/+16
2007-11-09Regenerate GLX dispatch code for recent gl_API.xml changes (#12935).Kristian Høgsberg5-55/+5
2007-11-08Patch to rootless code that should fix many crashes. Credit to Ken ThomasesBen Byer2-20/+35
2007-11-08formatting fixesBen Byer1-36/+32
2007-11-08Fix for off-by-one error in menu bar height calculation -- props to Nicholas ...Ben Byer1-1/+1
2007-11-08Undo some last-minute breakage in xpr.hBen Byer1-2/+0
2007-11-08removed debugging outputBen Byer1-8/+8
2007-11-08Fixed focus problem (clicking on an X11 window that sits behindBen Byer3-0/+36
2007-11-08formatting changes.Ben Byer1-135/+129
2007-11-08Fixed Spaces issue, correctly -- dragging an X window from oneBen Byer5-40/+191
2007-11-08Fixed check to refer to DarwinApp, not all Darwin targetsBen Byer1-1/+1
2007-11-08fixing GLX in XquartzBen Byer1-1/+2
2007-11-08formatting cleanupBen Byer1-72/+31
2007-11-08Fixed logic error that prevent JIS (Japanese) keyboard layouts fromBen Byer1-30/+21
2007-11-08Initial support for Spaces -- if you use Expose to drag an X11Ben Byer1-1/+2
2007-11-08Disable deferred updates in xp_init to fix performance problemsBen Byer1-1/+1
2007-11-08Restore the XC-SECURITY option in configure.ac, but disabled by default.Eamon Walsh1-2/+2
2007-11-08Remove SecurityPolicy file and associated references in the manpages.Eamon Walsh6-367/+1
2007-11-08Rework of the XC-SECURITY extension. The gen-auth protocol has not changed,Eamon Walsh3-1051/+309