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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
ephyr: Fix redisplay with glamor on GLES.
Eric Anholt
1
-1
/
+3
2016-03-09
xwayland: add glamor Xv adaptor
Olivier Fourdan
4
-1
/
+428
2016-03-09
hw/xwin: Tidy-up of winmsg.h
Jon Turney
3
-41
/
+14
2016-03-09
hw/xwin: Remove GC privates, unused since native GDI engine removal
Jon Turney
2
-16
/
+1
2016-03-09
hw/xwin: Use NULL rather than NoopDDA for unimplemented engine functions
Jon Turney
3
-15
/
+6
2016-03-09
hw/xwin: Remove unused FinishCreateWindowsWindow engine function
Jon Turney
4
-20
/
+0
2016-03-09
hw/xwin: Remove unused HotKeyAltTab engine function
Jon Turney
4
-15
/
+0
2016-03-09
hw/xwin: Return FALSE to indicate failure in winSetEngine()
Jon Turney
1
-1
/
+1
2016-03-09
hw/xwin: Remove WM_WM_MAP message, which is now unused
Jon Turney
2
-14
/
+0
2016-03-09
hw/xwin: Remove WM_(UN|)MANAGE messages, which are now never sent
Jon Turney
4
-24
/
+1
2016-03-09
hw/xwin: Remove allowOtherWM, which is now always FALSE
Jon Turney
3
-43
/
+9
2016-03-09
hw/xwin: Remove winIsInternalWMRunning(), which now always returns FALSE
Jon Turney
4
-292
/
+5
2016-03-09
hw/xwin: Remove fInternalWM flag
Jon Turney
7
-35
/
+2
2016-03-09
hw/xwin: Ignore the obsolete, undocumented -internalwm option
Jon Turney
3
-12
/
+2
2016-03-09
hw/xwin: Remove the long-broken -silent-dup-error option
Jon Turney
5
-94
/
+0
2016-03-09
modesetting: Allow CRTC transforms to actually take effect
Michel Dänzer
1
-1
/
+0
2016-03-09
xfree86: Re-set current cursor after RandR 1.2 CRTC configuration change
Michel Dänzer
3
-0
/
+31
2016-03-09
xfree86/modes: Check for CRTC transforms in xf86_use_hw_cursor(_argb) (v2)
Michel Dänzer
1
-0
/
+11
2016-03-09
xfree86/modes: Refactor xf86_use_hw_cursor_argb to use xf86_use_hw_cursor (v2)
Michel Dänzer
1
-8
/
+2
2016-03-08
xwin: no need to free auth data if AddResource fails
Julien Cristau
1
-14
/
+3
2016-03-08
modesetting: avoid double free if AddResource fails
Julien Cristau
1
-3
/
+1
2016-03-08
dmx/glxProxy: don't free the glx pixmap twice if AddResource fails
Julien Cristau
1
-4
/
+1
2016-03-08
xwayland: Correctly detect whether posix_fallocate exists
Jonas Ådahl
1
-0
/
+4
2016-03-02
dri1: Fix unchecked AddResource
Adam Jackson
1
-3
/
+5
2016-03-01
kdrive/ephyr: map host X server's keymap into Xephyr, if supported
Laércio de Sousa
4
-26
/
+150
2016-03-01
config/udev: distinguish between real keyboards and other key devices
Laércio de Sousa
2
-2
/
+4
2016-03-01
ephyr: enable option -sw-cursor by default in multi-seat mode
Laércio de Sousa
1
-0
/
+3
2016-03-01
kdrive: add options to set default XKB properties
Laércio de Sousa
2
-5
/
+61
2016-03-01
kdrive: introduce input hot-plugging support for udev and hal backends (#33140)
Laércio de Sousa
4
-22
/
+198
2016-03-01
xwayland: fix a crash on output removal
Olivier Fourdan
1
-0
/
+1
2016-02-29
xwayland: add partial xvidmode extension support
Olivier Fourdan
4
-0
/
+422
2016-02-29
vidmode: remove redundant DIX function
Olivier Fourdan
1
-7
/
+1
2016-02-29
vidmode: remove redundant check
Olivier Fourdan
1
-67
/
+5
2016-02-29
vidmode: move to a separate library of its own
Olivier Fourdan
8
-2239
/
+88
2016-02-29
vidmode: rename DDX functions
Olivier Fourdan
3
-233
/
+234
2016-02-29
vidmode: move display mode definitions
Olivier Fourdan
1
-91
/
+1
2016-02-29
vidmode: remove mode access from public API
Olivier Fourdan
3
-111
/
+108
2016-02-29
vidmode: use appropriate DisplayModePtr type
Olivier Fourdan
3
-70
/
+70
2016-02-29
vidmode: remove VidModeGetMonitor()
Olivier Fourdan
3
-41
/
+30
2016-02-29
vidmode: use ScreenPtr instead of screen index
Olivier Fourdan
3
-168
/
+181
2016-02-29
vidmode: get rid of the CloseScreen wrapper
Olivier Fourdan
2
-18
/
+0
2016-02-29
vidmode: use appropriate API
Olivier Fourdan
1
-21
/
+4
2016-02-29
dri2: Allow many blocked clients per-drawable
Chris Wilson
1
-59
/
+71
2016-02-29
xwin: Remove unhelpful debug about WM message queue size
Jon Turney
1
-38
/
+0
2016-02-29
xwin: Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windows
Jon Turney
1
-1
/
+1
2016-02-29
xwin: In multiwindow mode, look up the HWND for the parent window
Jon Turney
1
-3
/
+7
2016-02-29
xwin: Factor out MessageName() debug helper
Jon Turney
1
-68
/
+61
2016-02-29
xwin: Keyboard layout updates
Jon Turney
2
-33
/
+45
2016-02-29
xwin: Add a tentative entry for the Korean keyboard to the list of known keyb...
Colin Harrison
1
-0
/
+1
2016-02-29
xwin: Update to XRANDR 1.2 internal interface to ensure an output is reported...
Jon Turney
1
-11
/
+81
[next]