summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-22Darwin: Misc cleanups to line up with xorg-server-1.2-appleJeremy Huddleston20-785/+90
2007-11-21Darwin: Removed cvs tags from Xquartz man pageJeremy Huddleston1-2/+0
2007-11-21Darwin: Removed .svn dirJeremy Huddleston6-407/+0
2007-11-21Darwin: Use UTF8String since lossyCString is deprecatedJeremy Huddleston1-1/+1
2007-11-21Darwin: Added some DEBUG_LOG sauce to the XP_EVENT handling codeBen Byer1-26/+27
2007-11-21Darwin: Disabled ALT_IS_MODE_SWITCHBen Byer1-1/+1
2007-11-21Darwin: Added a lightweight debugging facility to support troubleshootingBen Byer2-0/+28
2007-11-21Darwin: Patch to avert (some) damage / rootless crashes, courtesy of Ken Thom...Ben Byer5-4/+49
2007-11-21Darwin: These changes are necessary, yet not sufficient, to get 8-bit indexedBen Byer4-14/+251
2007-11-21Darwin: Fixed the call to xp_init so that we now receive Motion notifications...Ben Byer1-1/+2
2007-11-21Darwin: fix for spurious "Are you sure you want to quit?" messageBen Byer1-0/+1
2007-11-21Darwin: Adding "fake RandR" support from old X11.appBen Byer1-3/+80
2007-11-21Darwin: Initial support for Spaces -- if you use Expose to drag an X11Ben Byer2-1/+19
2007-11-21Darwin: Swap modifier keys for buttons 2 and 3 -- now Option-click is the mid...Ben Byer1-2/+2
2007-11-21Darwin: Trap Deactivate messages and release modifiers to avoid "stuck shift ...Ben Byer1-0/+13
2007-11-21Darwin: Workaround for a bug where the holding down Command to make a "fake"Ben Byer1-0/+3
2007-11-21Darwin: Really add launcher this timeJeremy Huddleston4-0/+401
2007-11-21Darwin: Dead code removal, Code cleanup, Added launcherJeremy Huddleston103-11013/+343
2007-11-20Restore checks for __i386 where needed for Sun compilers on SolarisAlan Coopersmith8-22/+19
2007-11-20Enable use of /dev/urandom on Solaris as wellAlan Coopersmith1-3/+7
2007-11-20kaa: update kaaCreatePixmap to support the new usage_intDodji Seketeli1-1/+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-12Only clear crtc of output if it is the one we're actually working on.Matthias Hopf1-1/+2
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