summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-22Add flag to toggle rootlessHEADwayland-rootlessKristian Høgsberg3-0/+8
2009-09-18Add redirect window for input device featureKristian Høgsberg6-2/+23
2009-09-18Disble autoAddDevices when in wayland modeKristian Høgsberg1-0/+4
2009-09-18Add and export AddSelectionKristian Høgsberg2-17/+32
2009-09-18Export CompositeRedirectSubwindowsKristian Høgsberg2-0/+8
2009-09-12First wayland bits.Kristian Høgsberg3-3/+13
2009-07-29Cygwin/X: Only try to build rootless extension if multiwindow extwm mode is b...Jon TURNEY1-1/+1
2009-07-29Xming: Use RegisterClassEx() instead of superseded RegisterClass()Colin Harrison2-8/+18
2009-07-29Xming: Use GetClassLongPtr() instead of superseded GetClassLong()Colin Harrison1-3/+3
2009-07-28XQuartz: Avoid a possible spinlock in applicationWillTerminateJeremy Huddleston1-1/+4
2009-07-28XQuartz: Avoid namespace collission for BOOL in SparkleJeremy Huddleston2-4/+2
2009-07-28Remove hardcoded gcc -Wall option from configure.acAlan Coopersmith1-1/+1
2009-07-28xfree86: remove some RAC junkTiago Vignatti1-8/+0
2009-07-28doc: remove outdated PCI/RAC/Domain notesTiago Vignatti1-159/+0
2009-07-28xfree86: remove pci debug macrosTiago Vignatti2-25/+0
2009-07-28xfree86: remove RAC/resource docTiago Vignatti1-696/+0
2009-07-28xfree86: delete devices probe code (-probe and -probeonly options)Tiago Vignatti9-155/+6
2009-07-28xfree86: delete stupid video driver dump (-modalias option)Tiago Vignatti5-100/+1
2009-07-28Cygwin/X: use GWLP_WNDPROC, GWLP_USERDATA with Get/SetWindowLongPtrColin Harrison1-5/+5
2009-07-28config: add HAL error checksRémi Cardona1-10/+22
2009-07-28sbus: fixup for rac removalDave Airlie1-5/+0
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie27-4081/+62
2009-07-28pci: add support for pci is boot vga call.Dave Airlie3-0/+10
2009-07-26Cygwin/X: Update Get/SetWindowLong() to Get/SetWindowLongPtr() everywhereColin Harrison3-15/+15
2009-07-26XQuartz: Overhaul setting up visualsJeremy Huddleston4-398/+222
2009-07-25XQuartz: Use CopyKeyClass to copy the keymap to the virtual core keyboard.Jeremy Huddleston1-0/+5
2009-07-25Revert "XQuartz: Copy the keyboard map to the core keyboard"Jeremy Huddleston1-2/+0
2009-07-25XQuartz: Use pDev=NULL for DarwinSendDDXEventJeremy Huddleston1-3/+1
2009-07-25mieq: Protect from pDev=NULL in mieqEnqueue and mieqProcessInputEventsJeremy Huddleston1-6/+6
2009-07-25XQuartz: Bump the reported version to X11R7.4Jeremy Huddleston1-1/+1
2009-07-25XQuartz: xpr: Added missing include for RootlessHideAllWindowsJeremy Huddleston1-0/+2
2009-07-25XQuartz: Use the master device in DarwinSendDDXEvent to avoid duplicate events.Jeremy Huddleston1-1/+3
2009-07-25XQuartz: Copy the keyboard map to the core keyboardJeremy Huddleston1-0/+2
2009-07-24Damage: Add devPrivates to DamageRecAaron Plattner2-0/+4
2009-07-24Damage: Add wrappable hooks for damage create, destroy, register, & unregister.Aaron Plattner3-2/+83
2009-07-24XQuartz: Rever the "Set can_quit to true during a Sparkle-initiated relaunch....Jeremy Huddleston1-1/+1
2009-07-24XQuartz: Change handling of Windows menu to workaround a bug triggered by mix...Jeremy Huddleston4-47/+35
2009-07-24XQuartz: Set can_quit to true during a Sparkle-initiated relaunch.Jeremy Huddleston3-7/+16
2009-07-24XQuartz: Added a "Check for X11 Updates..." menu item.Jeremy Huddleston5-0/+37
2009-07-24xfree86: "Staticize" functions in xf86AutoConfig.cTiago Vignatti2-44/+42
2009-07-23Fix dist.Aaron Plattner2-3/+6
2009-07-23mi: fix build error caused by missing xtest.hPeter Hutterer2-2/+2
2009-07-22Bug #22804: Reject out of bounds XGetImage requestsAaron Plattner1-23/+49
2009-07-22dix: fix null-pointer dereference on activating enter/focus grabs.Peter Hutterer1-1/+10
2009-07-22dix: use the event mask of the grab for TryClientEvents.Peter Hutterer1-2/+5
2009-07-22Check if new space was actually allocated before freeing.Pierre Willenbrock1-3/+8
2009-07-22input: remove XI2 keysym grabs, use keycode grabs instead.Peter Hutterer5-11/+8
2009-07-21Cygwin/X: winInitMultiWindowClass() should be staticJon TURNEY1-0/+1
2009-07-21randr12: Add compatibility for XF86VidMode gamma ramps.Michel Dänzer2-12/+45
2009-07-21EXA: Make Prepare/FinishAccess tracking resilient to repeated / nested calls.Michel Dänzer3-61/+60