index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
dispatch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-19
Merge tag 'xorg-server-1.12.2' into cygwin-release-1.12
Jon TURNEY
1
-16
/
+19
2012-05-10
dix: indentation fix
Peter Hutterer
1
-2
/
+2
2012-04-27
Merge tag 'xorg-server-1.12.1' into cygwin-release-1.12
Jon TURNEY
1
-476
/
+361
2012-04-26
Update currentTime in dispatch loop
Chase Douglas
1
-0
/
+3
2012-04-26
Fix copy/paste error from before git history in UpdateCurrentTimeIf()
Chase Douglas
1
-1
/
+1
2012-03-27
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
1
-9
/
+9
2012-03-27
Introduce a consistent coding style
Keith Packard
1
-1733
/
+1618
2012-03-10
Replace DDXBEFORERESET with a more general way of doing DDX-specific hooks
Jon TURNEY
1
-3
/
+5
2012-03-09
Disable smart scheduler on Cygwin
Jon TURNEY
1
-0
/
+4
2012-01-12
Revert "dix: Extend initial connection handshake for forwarding proxies"
Keith Packard
1
-9
/
+3
2012-01-06
dix: Tune dtrace hooks around Dispatch
Adam Jackson
1
-5
/
+9
2012-01-06
dix: Extend initial connection handshake for forwarding proxies
Adam Jackson
1
-3
/
+9
2011-12-12
Constify the reason string throughout the authorization check framework
Alan Coopersmith
1
-2
/
+3
2011-12-01
Save major/minor opcodes in ClientRec for RecordAReply
Keith Packard
1
-10
/
+13
2011-11-02
Merge remote-tracking branch 'whot/two-screen-coordinates'
Keith Packard
1
-0
/
+2
2011-10-31
dix: Reinstate GetImage window size check
Aaron Plattner
1
-0
/
+8
2011-10-13
Store desktop dimensions in screenInfo.
Peter Hutterer
1
-0
/
+2
2011-09-21
Merge remote-tracking branch 'mattst88/for-keith'
Keith Packard
1
-1
/
+1
2011-09-21
Merge remote-tracking branch 'alanc/master'
Keith Packard
1
-15
/
+3
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-1
/
+1
2011-09-20
Remove unused ClientStateAuthenticating
Alan Coopersmith
1
-13
/
+3
2011-09-19
Fix pixmap double-frees on error paths.
Jamey Sharp
1
-1
/
+0
2011-09-19
Eliminate MAXSCREENS-sized CursorScreenKey array.
Jamey Sharp
1
-1
/
+1
2011-09-19
Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurity
Alan Coopersmith
1
-3
/
+1
2011-04-07
dix: don't free stranger pointers inside AllocARGBCursor
Tiago Vignatti
1
-3
/
+9
2010-12-23
os: Add facilities for client ID tracking.
Rami Ylimäki
1
-0
/
+10
2010-12-07
Sun's copyrights now belong to Oracle
Alan Coopersmith
1
-1
/
+1
2010-10-13
Comparison between pointer and integer in latest dix/dispatch.c
Colin Harrison
1
-1
/
+1
2010-10-13
dix: Remove the memory of the multibuffer extension
Adam Jackson
1
-11
/
+2
2010-09-28
dix: remove proc tables initialization
Tiago Vignatti
1
-20
/
+0
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-53
/
+53
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-2
/
+2
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-1
/
+1
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
1
-8
/
+5
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-9
/
+13
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-6
/
+6
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-7
/
+6
2010-05-20
Replace screen->rgf scratch GC flags with a bit in each GC.
Jamey Sharp
1
-1
/
+0
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-20
/
+26
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-1
/
+0
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-230
/
+124
2010-05-13
Quit using clientErrorValue in dix/colormap.c.
Jamey Sharp
1
-19
/
+3
2010-05-13
Quit using clientErrorValue in dix/gc.c.
Jamey Sharp
1
-7
/
+8
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-1
/
+1
2010-05-12
SetFontPath: set client->errorValue on failure.
Jamey Sharp
1
-6
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-33
/
+33
2010-05-07
Introduce dixLookupFontable for "FONT or GC" parameters.
Jamey Sharp
1
-22
/
+4
2009-12-16
Update Sun license notices to current X.Org standard form
Alan Coopersmith
1
-23
/
+17
2009-08-25
Ensure that rotation updates happen frequently
Keith Packard
1
-1
/
+21
2009-07-22
Bug #22804: Reject out of bounds XGetImage requests
Aaron Plattner
1
-23
/
+49
[next]