index
:
~herrb/xserver
for-keith
master
obsd
obsd-server-1.10-branch
obsd-server-1.11-branch
obsd-server-1.12-branch
obsd-server-1.13-branch
obsd-server-1.14-branch
obsd-server-1.15-branch
obsd-server-1.9-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
OpenBSD versions of xserver
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-21
Introduce a consistent coding style
Keith Packard
1258
-259934
/
+264651
2012-03-21
Handle blank betweeen type and name in sdksyms.sh
Keith Packard
1
-1
/
+4
2012-03-14
Bump version number to 1.12.99.0
Keith Packard
1
-2
/
+2
2012-03-04
Version bumped to 1.12
xorg-server-1.12.0
Keith Packard
1
-2
/
+2
2012-03-04
test: add new test cases to .gitignore
Gaetan Nadon
2
-0
/
+2
2012-02-27
dix: avoid NULL-pointer dereference on button-only devices (#38313)
Peter Hutterer
1
-4
/
+15
2012-02-22
Revert "dix: don't XWarpPointer through the last slave anymore (#38313)"
Jeremy Huddleston
1
-14
/
+7
2012-02-22
XQuartz: Short-circuit activateX:
Jeremy Huddleston
1
-0
/
+3
2012-02-22
XQuartz: Actually install the new locales
Jeremy Huddleston
1
-1
/
+1
2012-02-22
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
2
-12
/
+20
2012-02-15
Keep virtual core pointer touch class around if new slave doesn't have one
Chase Douglas
1
-6
/
+3
2012-02-15
Don't clobber virtual core pointer touches array length
Peter Hutterer
1
-5
/
+13
2012-02-15
Don't dereference a touch after it has been ended when punting to next owner
Chase Douglas
1
-0
/
+1
2012-02-15
Focus event button state must show the logical buttons, not physical buttons
Chase Douglas
1
-1
/
+1
2012-02-14
dix: reset last.scroll when resetting the valuator (#45611)
Peter Hutterer
1
-0
/
+2
2012-02-13
XQuartz: Build fix for possible conflict of BOOL type
Jeremy Huddleston
1
-2
/
+5
2012-02-11
Bump to version 1.11.99.903 (1.12 RC3)
xorg-server-1.11.99.903
Keith Packard
1
-2
/
+2
2012-02-11
Merge remote-tracking branch 'alanc/master'
Keith Packard
11
-212
/
+212
2012-02-11
Xi: handle new XIAllowEvents request in inputproto 2.1.99.6
Peter Hutterer
2
-7
/
+36
2012-02-09
Xi: handle new XIAllowEvents request in inputproto 2.1.99.6
Peter Hutterer
2
-7
/
+36
2012-02-08
dix: fix an out-of-memory crash
Benjamin Otte
1
-0
/
+3
2012-02-08
Implement touch early accept
Chase Douglas
3
-6
/
+32
2012-02-08
Implement early touch reject
Chase Douglas
1
-1
/
+8
2012-02-08
Check for proper window ID when processing touch allow requests
Chase Douglas
3
-8
/
+14
2012-02-08
Move AllowTouch to dix/touch.c, and rename to TouchAcceptReject
Chase Douglas
3
-44
/
+49
2012-02-08
Export TouchEventRejected as TouchRejected
Chase Douglas
2
-11
/
+34
2012-02-08
Factor out TouchEnd generation and delivery
Chase Douglas
1
-66
/
+37
2012-02-08
Store window pointer in touch listener record
Chase Douglas
3
-7
/
+13
2012-02-08
Revert "dix: deduplicate callers of DeliverDeviceEvents in DeliverGrabbedEvents"
Peter Hutterer
1
-10
/
+8
2012-02-03
Namespace list api to reduce conflicts with similar system headers
Alan Coopersmith
10
-211
/
+211
2012-02-03
Stop including <sys/proc.h> from xf86_OSlib.h on Solaris
Alan Coopersmith
1
-1
/
+1
2012-01-30
XQuartz: Release all buttons and keys when deactivating
Jeremy Huddleston
3
-17
/
+32
2012-01-29
XQuartz: Toggle off fullscreen mode when XQuartz is hidden
Jeremy Huddleston
1
-0
/
+7
2012-01-29
XQuartz: Localization Updates
Jeremy Huddleston
60
-18346
/
+47072
2012-01-27
Bump version to 1.11.99.902 (1.12 RC2)
xorg-server-1.11.99.902
Keith Packard
1
-2
/
+2
2012-01-27
XQuartz: Bump bundle version to 2.7.2
Jeremy Huddleston
1
-4
/
+4
2012-01-27
hw/xwin: Fix spelling of 'Canadian' in winkeybd.h
Colin Harrison
1
-1
/
+1
2012-01-27
hw/xwin: Fix winEnqueueMotion() for change in miPointerSetPosition()
Colin Harrison
1
-3
/
+0
2012-01-26
hw/xwin: Ignore WM_DISPLAYCHANGE messages with 0 bpp
Colin Harrison
1
-0
/
+4
2012-01-26
hw/xwin: Avoid WIN_WINDOW_PROP races during Windows window destruction
Jon TURNEY
2
-5
/
+5
2012-01-26
hw/xwin: Handle more motif window decoration hinting
Jon TURNEY
2
-4
/
+25
2012-01-26
hw/xwin: Fix AltGr key sometimes firing an additional Ctrl-L key
Oliver Schmidt
2
-43
/
+60
2012-01-26
hw/xwin: Handle the virtual key code generated by the Fn key on IBM Lenovo la...
Jon TURNEY
2
-2
/
+4
2012-01-26
hw/xwin: turn on -emulate3buttons if less than 3 mouse buttons are reported
Jon TURNEY
5
-5
/
+46
2012-01-26
hw/xwin: In multiwindow mode, don't grab native input focus for new windows w...
Jon TURNEY
2
-1
/
+26
2012-01-26
hw/xwin: Remove some redundant OS version reporting
Jon TURNEY
3
-18
/
+2
2012-01-26
hw/xwin: Don't assume we'll always have converted the clipboard selection aft...
Roland Cassard
1
-19
/
+4
2012-01-26
hw/xwin: Mitigate a race condition in clipboard thread initialization
Michel Hummel
1
-2
/
+0
2012-01-26
hw/xwin: Chain IOError handlers to avoid longjmp across threads
Jon TURNEY
2
-25
/
+52
2012-01-26
hw/xwin: Improve XWinrc loading and error recovery
Yaakov Selkowitz
2
-19
/
+65
[next]