index
:
~marcoz/xserver
server-1.13-branch
Unnamed repository; edit this file 'description' to name the repository.
marcoz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-17
XQuartz: Provide fls implementation for Tiger
Jeremy Huddleston
1
-0
/
+14
2012-05-17
XQuartz: Tiger build fix
Jeremy Huddleston
1
-0
/
+6
2012-05-17
XQuartz: Workaround an SDK bug on Leopard/x86_64
Jeremy Huddleston
1
-0
/
+6
2012-05-14
xfree86: Add ifdef wrapper to xvmodproc.h
Michal Suchanek
1
-0
/
+4
2012-05-14
kdrive: Remove redundant declarations.
Michal Suchanek
2
-5
/
+0
2012-05-14
xfree86: don't include xvmodproc.h when not needed
Michal Suchanek
2
-3
/
+0
2012-05-08
Fix RANDR’s gamma_to_ramp().
James Cloos
1
-2
/
+2
2012-05-04
hw/xwin/glx: Use silent rules
Yaakov Selkowitz
1
-2
/
+2
2012-05-04
xfree86: use silent rules with sdksyms generation
Yaakov Selkowitz
1
-1
/
+1
2012-05-04
xfree86: respect EXEEXT in relink target
Yaakov Selkowitz
1
-1
/
+1
2012-05-01
dmx: Annotate dmxlog.c with _X_ATTRIBUTE_PRINTF and _X_NORETURN
Michal Suchanek
2
-10
/
+22
2012-04-26
XQuartz: Make sure we tell startx the correct server binary to use in our fal...
Jeremy Huddleston
1
-1
/
+1
2012-04-23
xfree86: workaround crash on close
Michal Suchanek
1
-3
/
+8
2012-04-23
XQuartz: darwinPointer now sends both absolute and relative motion
Jeremy Huddleston
4
-52
/
+56
2012-04-23
XQuartz: Add a hack to better handle clicky wheel scroll mice
Jeremy Huddleston
1
-2
/
+109
2012-04-23
XQuartz: Use screenInfo.{width,height} instead of grabbing it from the first ...
Jeremy Huddleston
1
-2
/
+2
2012-04-23
XQuartz: Separate out tablet and mouse event delivery into separate functions
Jeremy Huddleston
3
-139
/
+116
2012-04-23
XQuartz: Correct calculation of the size of our file descriptor array in cons...
Jeremy Huddleston
1
-1
/
+1
2012-04-23
XQuartz: Fix a deadlock in pre-dispatch code
Jeremy Huddleston
1
-1
/
+1
2012-04-23
xres: Fix build without composite
Jeremy Huddleston
1
-1
/
+2
2012-04-19
Merge remote-tracking branch 'yselkowitz/master'
Keith Packard
17
-31
/
+88
2012-04-19
Export CompositeClientWindowType
Keith Packard
1
-0
/
+2
2012-04-15
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
2
-2
/
+9
2012-04-16
xfree86: after VT switching back, only enable previously enabled devices
Peter Hutterer
2
-2
/
+9
2012-04-11
hw/xfree86: Re-indent xf86vmode.c
Keith Packard
1
-346
/
+480
2012-04-11
hw/xfree86: Spurious ');' in xf86vmode.c messed up indentation badly
Keith Packard
1
-1
/
+1
2012-04-08
Revert "xfree86: workaround crash on close"
Keith Packard
1
-2
/
+1
2012-04-05
xfree86: link modules against Xorg symbols on Cygwin
Yaakov Selkowitz
1
-3
/
+15
2012-04-05
xf86Config: load DIX libraries before drivers on Cygwin
Yaakov Selkowitz
1
-0
/
+5
2012-04-05
xf86Init: provide ddxBeforeReset ifdef DDXBEFORERESET
Yaakov Selkowitz
1
-0
/
+7
2012-04-05
loader: add Cygwin support
Yaakov Selkowitz
2
-1
/
+19
2012-04-05
os-support: add Cygwin support
Yaakov Selkowitz
1
-1
/
+1
2012-04-05
xfree86: allow modules to be built without undefined symbols
Yaakov Selkowitz
10
-26
/
+39
2012-04-05
xf86Crtc: include "xf86xv.h" only if XV
Yaakov Selkowitz
1
-0
/
+2
2012-04-05
XQuartz: Automatically start our virtual tablet devices
Jeremy Huddleston
1
-3
/
+3
2012-03-30
XQuartz: Tiger build fix
Jeremy Huddleston
1
-6
/
+8
2012-03-30
xfree86: workaround crash on close
Michal Suchanek
1
-1
/
+2
2012-03-29
Bump input ABI to 17 for per-device idlecounters
Peter Hutterer
1
-1
/
+1
2012-03-26
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
76
-4699
/
+5327
2012-03-26
man: s/__xservername__/Xorg/g - no longer required
Gaetan Nadon
6
-69
/
+69
2012-03-26
man: s/__xconfigfile__/xorg.conf/g - no longer required
Gaetan Nadon
6
-52
/
+52
2012-03-26
XQuartz: Use scrolling valuators
Jeremy Huddleston
4
-48
/
+43
2012-03-26
XQuartz: Use AllocDevicePair to allocate our keyboard and mouse at the same time
Jeremy Huddleston
1
-8
/
+10
2012-03-26
XQuartz: Call update_desktop_dimensions() after updating our screen coordinates
Jeremy Huddleston
1
-0
/
+3
2012-03-25
XQuartz: Formatting cleanup for sendX11NSEvent
Jeremy Huddleston
1
-44
/
+36
2012-03-24
XQuartz: Source formatting cleanup
Jeremy Huddleston
68
-4636
/
+5227
2012-03-24
XQuartz: Detect FatalErrors on startup to prevent tight crash loops
Jeremy Huddleston
4
-1
/
+51
2012-03-24
os: Pass the FatalError message to OsVendorFatalError
Jeremy Huddleston
8
-10
/
+7
2012-03-24
XQuartz: Add a defaults option to disable the RENDER extension
Jeremy Huddleston
2
-0
/
+5
2012-03-24
XQuartz: Use doubles for input valuators
Jeremy Huddleston
2
-72
/
+59
[next]