index
:
~krh/xserver
dri2-invalidate
dri2-resource-fixes
flush-callback
glamor-ddx
glx-destroy-mess
master
wayland-rootless
xwayland-dri3
xwayland-for-keithp
xwayland-glamor
Unnamed repository; edit this file 'description' to name the repository.
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-22
Add flag to toggle rootless
HEAD
wayland-rootless
Kristian Høgsberg
3
-0
/
+8
2009-09-18
Add redirect window for input device feature
Kristian Høgsberg
6
-2
/
+23
2009-09-18
Disble autoAddDevices when in wayland mode
Kristian Høgsberg
1
-0
/
+4
2009-09-18
Add and export AddSelection
Kristian Høgsberg
2
-17
/
+32
2009-09-18
Export CompositeRedirectSubwindows
Kristian Høgsberg
2
-0
/
+8
2009-09-12
First wayland bits.
Kristian Høgsberg
3
-3
/
+13
2009-07-29
Cygwin/X: Only try to build rootless extension if multiwindow extwm mode is b...
Jon TURNEY
1
-1
/
+1
2009-07-29
Xming: Use RegisterClassEx() instead of superseded RegisterClass()
Colin Harrison
2
-8
/
+18
2009-07-29
Xming: Use GetClassLongPtr() instead of superseded GetClassLong()
Colin Harrison
1
-3
/
+3
2009-07-28
XQuartz: Avoid a possible spinlock in applicationWillTerminate
Jeremy Huddleston
1
-1
/
+4
2009-07-28
XQuartz: Avoid namespace collission for BOOL in Sparkle
Jeremy Huddleston
2
-4
/
+2
2009-07-28
Remove hardcoded gcc -Wall option from configure.ac
Alan Coopersmith
1
-1
/
+1
2009-07-28
xfree86: remove some RAC junk
Tiago Vignatti
1
-8
/
+0
2009-07-28
doc: remove outdated PCI/RAC/Domain notes
Tiago Vignatti
1
-159
/
+0
2009-07-28
xfree86: remove pci debug macros
Tiago Vignatti
2
-25
/
+0
2009-07-28
xfree86: remove RAC/resource doc
Tiago Vignatti
1
-696
/
+0
2009-07-28
xfree86: delete devices probe code (-probe and -probeonly options)
Tiago Vignatti
9
-155
/
+6
2009-07-28
xfree86: delete stupid video driver dump (-modalias option)
Tiago Vignatti
5
-100
/
+1
2009-07-28
Cygwin/X: use GWLP_WNDPROC, GWLP_USERDATA with Get/SetWindowLongPtr
Colin Harrison
1
-5
/
+5
2009-07-28
config: add HAL error checks
Rémi Cardona
1
-10
/
+22
2009-07-28
sbus: fixup for rac removal
Dave Airlie
1
-5
/
+0
2009-07-28
xserver: remove RAC/resource handling code.
Dave Airlie
27
-4081
/
+62
2009-07-28
pci: add support for pci is boot vga call.
Dave Airlie
3
-0
/
+10
2009-07-26
Cygwin/X: Update Get/SetWindowLong() to Get/SetWindowLongPtr() everywhere
Colin Harrison
3
-15
/
+15
2009-07-26
XQuartz: Overhaul setting up visuals
Jeremy Huddleston
4
-398
/
+222
2009-07-25
XQuartz: Use CopyKeyClass to copy the keymap to the virtual core keyboard.
Jeremy Huddleston
1
-0
/
+5
2009-07-25
Revert "XQuartz: Copy the keyboard map to the core keyboard"
Jeremy Huddleston
1
-2
/
+0
2009-07-25
XQuartz: Use pDev=NULL for DarwinSendDDXEvent
Jeremy Huddleston
1
-3
/
+1
2009-07-25
mieq: Protect from pDev=NULL in mieqEnqueue and mieqProcessInputEvents
Jeremy Huddleston
1
-6
/
+6
2009-07-25
XQuartz: Bump the reported version to X11R7.4
Jeremy Huddleston
1
-1
/
+1
2009-07-25
XQuartz: xpr: Added missing include for RootlessHideAllWindows
Jeremy Huddleston
1
-0
/
+2
2009-07-25
XQuartz: Use the master device in DarwinSendDDXEvent to avoid duplicate events.
Jeremy Huddleston
1
-1
/
+3
2009-07-25
XQuartz: Copy the keyboard map to the core keyboard
Jeremy Huddleston
1
-0
/
+2
2009-07-24
Damage: Add devPrivates to DamageRec
Aaron Plattner
2
-0
/
+4
2009-07-24
Damage: Add wrappable hooks for damage create, destroy, register, & unregister.
Aaron Plattner
3
-2
/
+83
2009-07-24
XQuartz: Rever the "Set can_quit to true during a Sparkle-initiated relaunch....
Jeremy Huddleston
1
-1
/
+1
2009-07-24
XQuartz: Change handling of Windows menu to workaround a bug triggered by mix...
Jeremy Huddleston
4
-47
/
+35
2009-07-24
XQuartz: Set can_quit to true during a Sparkle-initiated relaunch.
Jeremy Huddleston
3
-7
/
+16
2009-07-24
XQuartz: Added a "Check for X11 Updates..." menu item.
Jeremy Huddleston
5
-0
/
+37
2009-07-24
xfree86: "Staticize" functions in xf86AutoConfig.c
Tiago Vignatti
2
-44
/
+42
2009-07-23
Fix dist.
Aaron Plattner
2
-3
/
+6
2009-07-23
mi: fix build error caused by missing xtest.h
Peter Hutterer
2
-2
/
+2
2009-07-22
Bug #22804: Reject out of bounds XGetImage requests
Aaron Plattner
1
-23
/
+49
2009-07-22
dix: fix null-pointer dereference on activating enter/focus grabs.
Peter Hutterer
1
-1
/
+10
2009-07-22
dix: use the event mask of the grab for TryClientEvents.
Peter Hutterer
1
-2
/
+5
2009-07-22
Check if new space was actually allocated before freeing.
Pierre Willenbrock
1
-3
/
+8
2009-07-22
input: remove XI2 keysym grabs, use keycode grabs instead.
Peter Hutterer
5
-11
/
+8
2009-07-21
Cygwin/X: winInitMultiWindowClass() should be static
Jon TURNEY
1
-0
/
+1
2009-07-21
randr12: Add compatibility for XF86VidMode gamma ramps.
Michel Dänzer
2
-12
/
+45
2009-07-21
EXA: Make Prepare/FinishAccess tracking resilient to repeated / nested calls.
Michel Dänzer
3
-61
/
+60
[next]