index
:
~jcristau/xserver
addresources
for-keith
hurd-fixes
libudev
libudev+inputclass
server-1.12-branch
server-1.7-branch
xephyr-xcb
Unnamed repository; edit this file to name it for gitweb.
jcristau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-02
xfixes: avoid double free if AddResource fails
addresources
Julien Cristau
1
-3
/
+1
2016-03-02
render: free already allocated formats in PictureInit failure case
Julien Cristau
1
-0
/
+3
2016-03-02
record: don't call RecordDeleteContext when AddResource fails
Julien Cristau
1
-1
/
+0
2016-03-02
xwin: no need to free auth data if AddResource fails
Julien Cristau
1
-14
/
+3
2016-03-02
modesetting: avoid double free if AddResource fails
Julien Cristau
1
-3
/
+1
2016-03-02
dmx/glxProxy: don't free the glx pixmap twice if AddResource fails
Julien Cristau
1
-4
/
+1
2016-03-02
glx: don't call pGlxDraw->destroy() if AddResource fails
Julien Cristau
1
-7
/
+2
2016-03-02
dri3: return an error if AddResource fails
Julien Cristau
1
-2
/
+2
2016-03-02
xvmc: Fix unchecked AddResource
Julien Cristau
1
-3
/
+14
2016-03-02
xv: fix double free in AddResource failure case
Julien Cristau
1
-3
/
+2
2016-03-02
dri1: Fix unchecked AddResource
Adam Jackson
1
-3
/
+5
2016-03-02
xv: Fix unchecked AddResource
Adam Jackson
1
-2
/
+4
2016-03-01
vidmode: build without xf86vidmodeproto
Olivier Fourdan
2
-0
/
+6
2016-03-01
kdrive/ephyr: map host X server's keymap into Xephyr, if supported
Laércio de Sousa
5
-27
/
+151
2016-03-01
config/udev: distinguish between real keyboards and other key devices
Laércio de Sousa
6
-4
/
+11
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-03-01
present: Call present_restore_screen_pixmap from present_set_abort_flip
Michel Dänzer
1
-14
/
+14
2016-03-01
present: Factor code for restoring screen pixmap out of present_unflip (v2)
Michel Dänzer
1
-16
/
+23
2016-03-01
present: Only update screen pixmap from flip pixmap once per unflip
Michel Dänzer
1
-7
/
+9
2016-03-01
dri3: Refuse to work for remote clients (v2)
Michel Dänzer
1
-0
/
+4
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
12
-450
/
+592
2016-02-29
vidmode: rename DDX functions
Olivier Fourdan
3
-233
/
+234
2016-02-29
vidmode: move display mode definitions
Olivier Fourdan
3
-91
/
+104
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
dix: Add ClientSignalAll()
Chris Wilson
2
-0
/
+30
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
2016-02-29
xwin: Use WM_CLIPBOARDUPDATE clipboard API
Jon Turney
3
-39
/
+87
2016-02-29
xwin: Check that window position is visible on non-rectangular virtual desktops
Jon Turney
1
-8
/
+12
2016-02-29
xwin: Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64
Jon Turney
1
-8
/
+20
2016-02-29
xwin: Improve handling of no-decoration motif hint
Jon Turney
1
-1
/
+1
2016-02-29
xwin: XGetWMNormalHints() returns non-zero on success
Jon Turney
1
-2
/
+1
2016-02-29
xwin: Fix format warnings when ./configured --enable-debug --enable-windowswm
Jon Turney
4
-12
/
+12
[next]