summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-03XQuartz: AIGLX: Remove unnecessary includes in indirect.cmasterJeremy Huddleston1-23/+9
2011-06-03XQuartz: AIGLX: Setup dispatch table based on runtime capabilities rather tha...Jeremy Huddleston1-996/+880
2011-06-03XQuartz: Remove explicit link against libGLJeremy Huddleston1-1/+0
2011-06-03Xephyr: Mention Xserver's options are also accepted.Cyril Brulebois1-0/+2
2011-06-03xkb: Fix case checks for Latin 8.Cyril Brulebois1-15/+26
2011-06-03test: fix memset size for WindowRec (#37801)Peter Hutterer1-1/+1
2011-06-02XQuartz: xpbproxy: Correct NSUInteger format stringsJeremy Huddleston1-0/+27
2011-06-02XQuartz: ASL: Use xpbproxy subsystem for logging xpbproxy messagesJeremy Huddleston2-7/+19
2011-06-02XQuartz: ASL: Use GLXAqua subsystem for logging GLXAqua messagesJeremy Huddleston1-6/+2
2011-06-02XQuartz: ASL: Use xpr subsystem for logging xpr messagesJeremy Huddleston4-3/+5
2011-06-02XQuartz: ASL: Update logging to support differnet levels and subsystemsJeremy Huddleston2-4/+8
2011-06-02XQuartz: Add a semicolon after DEBUG_LOGJeremy Huddleston1-1/+1
2011-06-02XQuartz: Move -lXplugin to LDFLAGS from LDADDJeremy Huddleston1-1/+2
2011-06-02XQuartz: GLX: Create a new dispatch table rather than modifying the existing oneJeremy Huddleston1-1/+11
2011-06-02DIX: Set backgroundState correctly for root windowMarko Macek1-0/+2
2011-06-01Version bumped to 1.10.99.901 (1.11 RC1)Keith Packard1-2/+2
2011-06-01Merge remote-tracking branch 'ajax/xserver-next'Keith Packard8-13/+777
2011-06-01Merge remote-tracking branch 'sandmann/for-keithp'Keith Packard1-2/+0
2011-05-31fixes: Add support for pointer barriersAdam Jackson8-13/+777
2011-05-28"privates.h", line 198: warning: void function cannot return valueAlan Coopersmith1-1/+1
2011-05-28Use XORG_STRICT_OPTION from util-macros 1.14 to set -Werror flagsAlan Coopersmith1-4/+2
2011-05-28Use XORG_COMPILER_BRAND from util-macros 1.14 to check for SUNCCAlan Coopersmith1-5/+3
2011-05-26Add a property for device/product ID.Peter Hutterer1-0/+5
2011-05-26Xi: add device node property to known properties.Peter Hutterer1-0/+3
2011-05-25Don't call pixman_disable_out_of_bounds_workaround() anymoreSøren Sandmann Pedersen1-2/+0
2011-05-25randr: check rotated virtual size limits correctlyAaron Plattner1-6/+6
2011-05-25Merge remote-tracking branch 'whot/for-keith'Keith Packard16-31/+94
2011-05-25fbbltone.c: Mark bitmasks as unsigned intsAlan Coopersmith1-2/+2
2011-05-24xserver: remove AbsoluteClass, breaking the A(P|B)ISimon Thum4-18/+1
2011-05-24xfree86: Allow "MatchLayout" statements in config filesOleh Nykyforchyn5-0/+54
2011-05-24Xephyr: fix pointer coordinate translation when screen is rotatedTomas Frydrych1-2/+23
2011-05-24Xephyr: added dummy ephyrDeviceCursorCleanup() to avoid crashingTomas Frydrych1-1/+6
2011-05-24Fix XWin compilation after updates for input API changesColin Harrison2-6/+4
2011-05-24input: Don't implicitly define verify_internal_eventJeremy Huddleston2-3/+5
2011-05-24input: Fix format string for verify_internal_eventJeremy Huddleston1-1/+1
2011-05-23xfree86: bump to video ABI 11Peter Hutterer1-1/+1
2011-05-22XQuartz: Don't crash if CG increases our display resolutionJeremy Huddleston1-2/+3
2011-05-22XQuartz: RandR: Don't crash if X11 is launched while there are no attached di...Jeremy Huddleston3-100/+117
2011-05-22XQuartz: Mark functions _X_NORETURNJeremy Huddleston3-2/+4
2011-05-22XQuartz: Silence clang warnings about shadow declarationsJeremy Huddleston2-4/+4
2011-05-22XQuartz: Update DEBUG_LOG to report to ASLJeremy Huddleston5-17/+38
2011-05-15XQuartz: RandR: Avoid over-releasing if we are unable to determine the curren...Jeremy Huddleston1-8/+11
2011-05-15XQuartz: Don't call mieqEnqueue during server shutdownJeremy Huddleston4-28/+35
2011-05-15XQuartz: Fix an array-index-out-of-bounds crasherJeremy Huddleston1-1/+1
2011-05-14doc: use devbook.am for developers documentationGaetan Nadon10-127/+18
2011-05-14doc: relocate xserver.ent in the package root directoryGaetan Nadon7-6/+5
2011-05-14doc: add external doc references support to Xserver-DTraceGaetan Nadon9-44/+122
2011-05-13man: relocate manual pages in the man subdir outside docGaetan Nadon5-2/+4
2011-05-13dmx: fix warning for doxygen explicit linksGaetan Nadon1-2/+2
2011-05-13dmx: modernize doxygen generation.Gaetan Nadon6-745/+954