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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
8
-65
/
+107
2010-05-19
Use WriteEventsToClient rather than TryClientEvents where possible.
Jamey Sharp
1
-6
/
+6
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
3
-13
/
+4
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-0
/
+3
2010-05-17
Fix build without XACE
Julien Cristau
2
-0
/
+2
2010-05-14
Bugfix for "Pre-validate ChangeGC XIDs": off-by-one in loop index.
Jamey Sharp
1
-1
/
+1
2010-05-13
Merge remote branch 'jamey/cleanups'
Keith Packard
10
-441
/
+289
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
5
-249
/
+139
2010-05-13
Quit using clientErrorValue in dix/colormap.c.
Jamey Sharp
3
-34
/
+16
2010-05-13
Quit using clientErrorValue in dix/gc.c.
Jamey Sharp
2
-25
/
+33
2010-05-13
Define GCAllBits as the union of all valid CreateGC masks.
Jamey Sharp
1
-4
/
+4
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
5
-60
/
+39
2010-05-13
Pre-validate ChangeGC XIDs.
Jamey Sharp
1
-81
/
+64
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
3
-17
/
+23
2010-05-13
Remove devPrivates init and delete callback lists.
Keith Packard
1
-40
/
+0
2010-05-12
CreateGC: Pass current client on to ChangeGC.
Jamey Sharp
1
-1
/
+1
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
3
-17
/
+8
2010-05-12
Kill DoChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-43
/
+3
2010-05-12
doPolyText needs UseAccess to each font, not ReadAccess.
Jamey Sharp
1
-1
/
+1
2010-05-12
Merge remote branch 'dottedmag/for-keithp'
Keith Packard
1
-18
/
+24
2010-05-13
Misc coding style cleanup
Mikhail Gusarov
1
-4
/
+4
2010-05-13
Remove useless casts
Mikhail Gusarov
1
-12
/
+13
2010-05-13
Fix code style: extra whitespace before ()
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Fix warning: it's safe to pass atom strings > XA_LAST_PREDEFINED to free(3)
Mikhail Gusarov
1
-2
/
+7
2010-05-12
SetFontPath: set client->errorValue on failure.
Jamey Sharp
2
-9
/
+5
2010-05-13
Use lowercase variant of XNFalloc and Xstrdup
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
25
-447
/
+447
2010-05-11
dix: Update element count in FreeResource*()
Kristian Høgsberg
1
-1
/
+9
2010-05-10
Simplify error-handling in dixChangeGC.
Jamey Sharp
1
-71
/
+46
2010-05-07
Introduce dixLookupFontable for "FONT or GC" parameters.
Jamey Sharp
2
-22
/
+22
2010-05-03
Fix cursor ref counting mistakes with sprites and xf86Cursor.c
Keith Packard
2
-5
/
+17
2010-05-02
dix: wrap variables with #ifdef when panoramix is not used
Tiago Vignatti
2
-3
/
+2
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
3
-51
/
+17
2010-04-30
Merge remote branch 'vignatti/for-keith'
Keith Packard
1
-1
/
+0
2010-04-26
Merge remote branch 'jamey/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
ProcGrabButton: remove redundant error check.
Jamey Sharp
1
-1
/
+0
2010-04-26
dix and others: remove unused arraySize field from ScreenInfo
Tiago Vignatti
1
-1
/
+0
2010-04-15
Merge remote branch 'whot/for-keith'
Keith Packard
1
-1
/
+5
2010-04-16
dix: fix cursor screen check for xinerama setups.
Tim Yamin
1
-1
/
+5
2010-04-15
dix: Fix crash in DeliverGrabbedEvents.
Peter Hutterer
1
-1
/
+1
2010-04-07
dix: be more verbose when we run out of opcodes
Paulo Ricardo Zanoni
1
-1
/
+4
2010-03-22
New header for XF86Bigfont server functions
Yaakov Selkowitz
1
-2
/
+1
2010-03-21
Merge commit 'fa5103a02bd509e4a102afdad2ab26cb22210367'
Keith Packard
1
-0
/
+3
2010-03-21
dix: if owner-events is true for passive grabs, add the window mask (#25400)
Peter Hutterer
1
-0
/
+36
2010-03-16
Cygwin/X: Tidy up some cosmetic issues in log strings
Jon TURNEY
1
-1
/
+1
2010-03-16
Add a ConfigNotify hook.
Francisco Jerez
1
-0
/
+3
2010-03-12
Record: Avoid duplicates from replaying frozen events
Daniel Stone
1
-27
/
+1
2010-03-11
Revert "dix: Use DeliverGrabbedEvent for implicit passive grabs (#25400)"
Peter Hutterer
1
-1
/
+62
2010-03-10
dix: Clip only into axis ranges if we're in absolute mode. (#26543)
Peter Hutterer
1
-2
/
+3
[next]