index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-27
dpms: Consolidate a bunch of stuff into Xext/dpms.c
Adam Jackson
1
-12
/
+1
2016-09-22
XQuartz: Adopt input_lock() and input_unlock()
Jeremy Huddleston Sequoia
1
-21
/
+0
2016-07-18
dix: Switch to the libXfont2 API (v2)
Keith Packard
1
-2
/
+2
2016-05-26
Create a threaded mechanism for input [v7]
Keith Packard
1
-4
/
+5
2016-04-18
dix: Add RootWindowFinalizeCallback
Adam Jackson
1
-0
/
+3
2015-12-01
dix: Move InitFonts up above screen initialization
Keith Packard
1
-2
/
+1
2015-09-21
privates: Clear screen-specific keys during CloseScreen
Aaron Plattner
1
-0
/
+1
2015-08-24
configurable maximum number of clients
Olivier Fourdan
1
-1
/
+1
2015-07-08
dix: Unexport various implementation details
Adam Jackson
1
-0
/
+2
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-4
/
+4
2014-09-18
dix: Close protocol.txt after we're done loading extension names
Keith Packard
1
-0
/
+2
2014-03-06
dix: Clear any existing selections before initializing privates
Andrew Eikum
1
-1
/
+3
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-1
/
+1
2013-07-23
Allow DDX to provide a main()
Jon TURNEY
1
-5
/
+1
2013-05-08
dix: delete all callbacks before reset
Peter Hutterer
1
-0
/
+2
2013-05-07
dix: reset the registry before quitting
Peter Hutterer
1
-0
/
+2
2013-04-30
gpu: call CreateScreenResources for GPU screens
Dave Airlie
1
-0
/
+3
2013-02-15
dix: FreeAllAtoms() on reset
Peter Hutterer
1
-0
/
+2
2012-08-14
Close GPU screens before core screens
Keith Packard
1
-9
/
+9
2012-07-06
dix: introduce gpu screens. (v5)
Dave Airlie
1
-0
/
+15
2012-07-05
Add screen-specific privates.
Keith Packard
1
-0
/
+1
2012-06-14
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+4
2012-06-07
dix: disable all devices before shutdown
Peter Hutterer
1
-0
/
+4
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-3
/
+3
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-181
/
+179
2011-07-27
Terminate the log with one last message.
Peter Hutterer
1
-1
/
+1
2011-05-25
Don't call pixman_disable_out_of_bounds_workaround() anymore
Søren Sandmann Pedersen
1
-2
/
+0
2011-05-14
XQuartz: Don't call mieqEnqueue during server shutdown
Jeremy Huddleston
1
-9
/
+16
2010-12-23
os: Add facilities for client ID tracking.
Rami Ylimäki
1
-0
/
+3
2010-09-28
dix: remove proc tables initialization
Tiago Vignatti
1
-4
/
+0
2010-06-30
Initialize dev privates before using any
Keith Packard
1
-1
/
+3
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-7
/
+14
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-2
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-3
/
+3
2010-04-30
Merge remote branch 'vignatti/for-keith'
Keith Packard
1
-1
/
+0
2010-04-26
dix: Default DPMS timeout values to match screensaver values
Adam Jackson
1
-3
/
+1
2010-04-26
dix and others: remove unused arraySize field from ScreenInfo
Tiago Vignatti
1
-1
/
+0
2010-02-15
dix: move config_init into the DDX.
Peter Hutterer
1
-2
/
+1
2010-02-05
main: move config_init() after InitInput()
Julien Cristau
1
-1
/
+1
2009-12-11
Merge remote branch 'jeremyhu/master'
Keith Packard
1
-0
/
+2
2009-12-11
Move config_init() after CreateWellKnownSockets() and InitCoreDevices()
Julien Cristau
1
-1
/
+1
2009-12-08
Miscellaneous compilation warning fixes
Jeremy Huddleston
1
-0
/
+2
2009-08-11
Disable the out-of-bounds workaround in pixman.
Soren Sandmann Pedersen
1
-0
/
+3
2009-07-15
Update to xextproto 7.0.99.1.
Peter Hutterer
1
-2
/
+1
2009-04-28
dix: remove all but main() from main.c
Peter Hutterer
1
-368
/
+0
2009-04-14
Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave.
Eric Anholt
1
-0
/
+1
2009-04-03
DPMS: Remove the defaultDPMS* variables
Adam Jackson
1
-4
/
+4
2009-02-16
xserver: Avoid sending uninitialized padding data over the network
Peter Åstrand
1
-4
/
+8
2009-02-13
dix: remove DefineInitialRootWindow()
Peter Hutterer
1
-1
/
+0
[next]