summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-05-25xserver: remove AbsoluteClass, breaking the A(P|B)ISimon Thum1-1/+1
2011-05-25xfree86: Allow "MatchLayout" statements in config filesOleh Nykyforchyn5-0/+54
2011-05-25Xephyr: fix pointer coordinate translation when screen is rotatedTomas Frydrych1-2/+23
2011-05-25Xephyr: 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-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-14XQuartz: RandR: Avoid over-releasing if we are unable to determine the curren...Jeremy Huddleston1-8/+11
2011-05-14XQuartz: Don't call mieqEnqueue during server shutdownJeremy Huddleston2-11/+11
2011-05-14XQuartz: Fix an array-index-out-of-bounds crasherJeremy Huddleston1-1/+1
2011-05-13dmx: fix warning for doxygen explicit linksGaetan Nadon1-2/+2
2011-05-13dmx: modernize doxygen generation.Gaetan Nadon6-745/+954
2011-05-13dmx: split DocBook/XML and Doxygen makefile targetsGaetan Nadon9-261/+278
2011-05-13dmx/doc: use common makefile for developers documentationGaetan Nadon1-4/+9
2011-05-13doc: use common makefile for developers documentationGaetan Nadon9-46/+22
2011-05-13dri2: Don't send so many needless invalidate eventsVille Syrjälä1-1/+6
2011-05-13Merge remote-tracking branch 'whot/for-keith'Keith Packard11-176/+56
2011-05-13Merge remote-tracking branch 'jeremyhu/master'Keith Packard13-89/+660
2011-05-13XQuartz: Don't circumvent NDEBUGJeremy Huddleston1-6/+0
2011-05-12XQuartz: Redirect stdout/stderr to aslJeremy Huddleston5-3/+493
2011-05-12XQuartz: Add a LOGGING section to our man pageJeremy Huddleston1-1/+24
2011-05-12XQuartz: stub: Log directly to ASL rather than stdout/stderrJeremy Huddleston2-40/+47
2011-05-12Fix a typo: laucnd instead of launchdJeremy Huddleston1-19/+19
2011-05-10XQuartz: Don't call into CoreFoundation after fork() and before exec()Jeremy Huddleston1-5/+24
2011-05-11input: remove DDX event list handlingPeter Hutterer11-66/+27
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer9-13/+13
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer8-135/+54
2011-05-11xfree86: print the device ID to the log when adding a device.Peter Hutterer1-2/+2
2011-05-03XQuartz: prefs_copy_url and prefs_get_copy return retained objectsJeremy Huddleston1-1/+2
2011-05-03XQuartz: Ensure that {CF,NS}_RETURNS{,_NOT}_RETAINED are definedJeremy Huddleston1-1/+38
2011-05-01Make xorg.conf.example rule compatible with Solaris makeAlan Coopersmith1-1/+1
2011-04-29XQuartz: Fix incorrect typedefs with XPLUGIN_VERSION < 4Jeremy Huddleston1-3/+3
2011-04-29XQuartz: Use a rwlock instead of a mutex to protect window_hash in the pthrea...Jeremy Huddleston1-10/+10
2011-04-29Merge remote-tracking branch 'jturney/remove-opengl-spec-download'Keith Packard5-36/+11
2011-04-28hw/xwin: wglext.h should be provided by w32api, rather than downloadedJon TURNEY4-9/+5
2011-04-28configure: Look for Khronos OpenGL spec files using pkg-configJon TURNEY2-29/+8
2011-04-27XQuartz: BuildFix to build correctly with XPLUGIN_VERSION < 4Jeremy Huddleston1-12/+6
2011-04-27Merge remote-tracking branch 'jturney/master'Keith Packard15-52/+103
2011-04-27Cygwin/X: Handle failure during winScreenInit()Jon TURNEY6-5/+14
2011-04-27Cygwin/X: Make winOverrrideStyle() thread-safeJon TURNEY3-26/+24
2011-04-27Cygwin/X: Cosmetic fixes to logging of result from X*TextPropertyToTextList()Jon TURNEY1-1/+4
2011-04-27Cygwin/X: Decorate function pointers retrieved via GetProcAddress with WINAPIJon TURNEY2-2/+2
2011-04-27Cygwin/X: Don't make InputOnly windows visibleJon TURNEY1-6/+11
2011-04-27Cygwin/X: Fix a GDI bitmap resource leak of window iconsJon TURNEY3-12/+24
2011-04-27Cygwin/X: Internal WM workaround for Java AWT bugJon TURNEY1-0/+24
2011-04-26configure: Let configure --enable/disable-aiglx control building of AIGLX for...Jon TURNEY1-1/+1