summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-04-25XQuartz: Use ErrorF rather than fprintf to log errorsJeremy Huddleston10-138/+136
2011-04-25XQuartz: stub: Dead code removalJeremy Huddleston1-16/+0
2011-04-25XQuartz: pbproxy: LP64: Fix itteration through XGetWindowProperty where sizeo...Emanuele Giaquinta1-3/+8
2011-04-25XQuartz: Enable logging to a file for better debuggingJeremy Huddleston3-1/+11
2011-04-25XQuartz: Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston9-19/+19
2011-04-25XQuartz: Dead code removalJeremy Huddleston1-16/+0
2011-04-25XQuartz: Silence clang static analyzerJeremy Huddleston1-2/+2
2011-04-25XQuartz: xpr: Dead code removalJeremy Huddleston1-5/+0
2011-04-25XQuartz: Silence warnings about deprecated functionality where it is an inten...Jeremy Huddleston3-1/+43
2011-04-25XQuartz: xpr: Use a serial queue rather than pthread mutexes for window_hashJeremy Huddleston4-42/+50
2011-04-25XQuartz: xpr: Initialize window_hash in xprInitJeremy Huddleston1-33/+19
2011-04-25XQuartz: Use a lighter spinlock instead of a pthread_mutex_t in QuartzScreenS...Jeremy Huddleston1-5/+5
2011-04-25XQuartz: Remove the threadSafety dead-ish codeJeremy Huddleston9-191/+6
2011-04-25XQuartz: Use xorg_backtrace() instead of spewCallStack()Jeremy Huddleston1-2/+2
2011-04-25XQuartz: Fix compilation warnings with XPLUGIN_VERSION >= 4Jeremy Huddleston2-2/+15
2011-04-25XQuartz: Bump bundle version to 2.7.0Jeremy Huddleston1-2/+2
2011-04-25hw/xwin: remove duplicated includesNicolas Kaiser3-5/+0
2011-04-24hw/xquartz: remove duplicated includesNicolas Kaiser4-5/+0
2011-04-24hw/xnest: remove duplicated includeNicolas Kaiser1-1/+0
2011-04-24hw/xfree86/modes: remove duplicated includeNicolas Kaiser1-1/+0
2011-04-24hw/xfree86/fbdevhw: remove duplicated includeNicolas Kaiser1-1/+0
2011-04-24hw/xfree86/dri: remove duplicated includesNicolas Kaiser2-3/+0
2011-04-24hw/xfree86/ddc: remove duplicated includeNicolas Kaiser1-1/+0
2011-04-22Merge remote-tracking branch 'jeremyhu/master'Keith Packard6-55/+125
2011-04-22linux: Retry VT ioctls while errno == EINTRAaron Plattner1-34/+49
2011-04-22XQuartz: Do translation and handoff of NSEvent to X11 in a separate serial queueJeremy Huddleston1-1/+20
2011-04-22XQuartz: Send tablet proximity events with tilt and pressureJeremy Huddleston5-31/+51
2011-04-21XQuartz: Use dispatch_async to handoff the FDJeremy Huddleston1-2/+22
2011-04-21XQuartz: Fix prototypes for thread functionsJeremy Huddleston3-5/+9
2011-04-21XQuartz: Make the DarwinProcessFDAdditionQueue_thread wait 3 seconds to allow...Jeremy Huddleston2-16/+23
2011-04-21xfree86: removed unused "event" variable in xf86PostMotionEventMPeter Hutterer1-2/+0
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer7-19/+12
2011-04-18Simplify auto-detect mouse for WSCONS_SUPPORTAlexandr Shadchin1-10/+3
2011-04-14dri2: Pass out_count by value to update_dri2_drawable_buffers()Ville Syrjälä1-4/+4