index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-15
xwayland: Avoid double free of RRCrtc and RROutput
Olivier Fourdan
3
-4
/
+12
2016-08-15
dix: Pass ClientPtr to FlushCallback
Michel Dänzer
2
-7
/
+4
2016-08-15
xace: Fix XaceCensorImage to actually censor the right part of the image
Aaron Plattner
1
-1
/
+2
2016-08-15
xwayland: Plug memleak in frame callbacks
Olivier Fourdan
2
-0
/
+4
2016-08-15
Autoconfig: Fix the loop adding dectected drivers to the list of screens
Matthieu Herrb
1
-2
/
+1
2016-08-15
xfree86: vgaarb: Initialize local variable rsrc_decodes
Emily Deng
1
-1
/
+1
2016-08-15
dix: Avoid writing uninitialized bytes in deliverPropertyNotifyEvent
Keith Packard
1
-4
/
+6
2016-08-14
os: Abandon loop after poll call when array of fds has changed
Keith Packard
1
-0
/
+10
2016-08-14
os: Delay freeing of epoll_wait return pointers until epoll is idle.
Keith Packard
1
-2
/
+23
2016-08-13
xfree86: Set pScrn->pScreen before driver ScreenInit is called
Keith Packard
1
-2
/
+11
2016-08-13
Merge remote-tracking branch 'daenzer/for-master'
Keith Packard
0
-0
/
+0
2016-08-13
Build glamor when Xorg or Xephyr are built.
Keith Packard
1
-2
/
+15
2016-08-11
mi: Remove spurious call to OsReleaseSignals from mieqGrowQueue
Keith Packard
1
-1
/
+0
2016-08-12
xfree86: lock input during PreInit
Peter Hutterer
1
-0
/
+2
2016-08-12
xfree86: fix unbalanced input_lock/unlock in xf86NewInputDevice()
Peter Hutterer
1
-1
/
+1
2016-08-12
os: Allow re-registering fd with InputThreadRegisterDev
Keith Packard
1
-11
/
+25
2016-08-11
os: append, rather than prepend, any new input thread fds
Peter Hutterer
1
-1
/
+1
2016-08-10
xfree86/modes: Handle no palette case better in xf86RandR12CrtcSetGamma
Michel Dänzer
1
-1
/
+9
2016-08-08
modesetting: Delete dead drmmode_bo_for_pixmap function.
Kenneth Graunke
2
-31
/
+0
2016-08-02
xfree86/modes: Handle no palette case better in xf86RandR12CrtcSetGamma
Michel Dänzer
1
-1
/
+9
2016-07-30
present: Handle event mask updates as specified v2
Michel Dänzer
2
-5
/
+26
2016-07-28
present: Only call restore_screen_pixmap once from set_abort_flip
Michel Dänzer
1
-3
/
+4
2016-07-28
xfree86: Hook up colormaps and RandR 1.2 gamma code v6
Michel Dänzer
4
-122
/
+124
2016-07-28
xfree86/modes: Remove xf86RandR12CrtcGetGamma
Michel Dänzer
1
-39
/
+0
2016-07-27
xfree86/modes: Move gamma initialization to xf86RandR12Init12 v2
Michel Dänzer
2
-114
/
+114
2016-07-21
os: Clean up WaitFor.c
Keith Packard
1
-84
/
+41
2016-07-21
os: Use xorg_list for struct _OsTimerRec
Keith Packard
1
-73
/
+84
2016-07-21
os: Remove CheckConnections
Keith Packard
3
-42
/
+2
2016-07-21
os: Leave stdin and stdout open
Keith Packard
1
-11
/
+0
2016-07-21
Allow 1024 and 2048 for LimitClients
Keith Packard
2
-3
/
+5
2016-07-21
os: eliminate fd value limits for clients
Keith Packard
2
-100
/
+23
2016-07-21
os: Use ospoll for input thread [v2]
Keith Packard
1
-38
/
+82
2016-07-21
os: Switch server to poll(2) [v3]
Keith Packard
8
-444
/
+218
2016-07-21
dix: Use list for ready clients
Keith Packard
6
-55
/
+118
2016-07-21
os: Add ospoll interface [v2]
Keith Packard
5
-1
/
+589
2016-07-21
Switch poll() users to xserver_poll()
Keith Packard
10
-22
/
+21
2016-07-19
os: Add poll emulation for mingw [v2]
Brian M. Clapper
5
-1
/
+344
2016-07-19
hw/xwin: Update BlockHandler function signature
Jon Turney
2
-4
/
+2
2016-07-19
hw/xwin: Update for removal of AddEnabledDevice
Jon Turney
1
-1
/
+13
2016-07-18
xfree86: if ATTR_KEYBOARD is set, match for keyboards
Peter Hutterer
1
-1
/
+1
2016-07-18
modesetting: resubmit dirty rects on EINVAL (v2)
Adam Jackson
1
-0
/
+9
2016-07-18
os: InputThreadFillPipe doesn't need select or poll
Keith Packard
1
-16
/
+2
2016-07-18
os: Move ETEST macro from io.c to osdep.h
Keith Packard
2
-14
/
+14
2016-07-18
os: Add X_NOTIFY_ERROR value
Keith Packard
1
-3
/
+4
2016-07-18
os: Compute timeout in milliseconds instead of struct timeval
Keith Packard
3
-33
/
+23
2016-07-18
dix: Intermediate GrabServer state 'GrabKickout' not needed
Keith Packard
1
-7
/
+1
2016-07-18
dix/os: Merge priority computation into SmartScheduleClient
Keith Packard
2
-41
/
+14
2016-07-18
Bump ABI versions to reflect block/wakeup handler API changes
Keith Packard
1
-2
/
+2
2016-07-18
Remove AddEnabledDevice and AddGeneralSocket APIs
Keith Packard
3
-46
/
+9
2016-07-18
Remove fd_set from Block/Wakeup handler API
Keith Packard
18
-69
/
+62
[next]