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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
2
-3
/
+1
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
2
-1
/
+1
2010-06-03
Move each screen's screensaver data into ScreenRec.
Jamey Sharp
2
-11
/
+13
2010-06-03
DRI2: Allow building without libdrm
Tiago Vignatti
1
-0
/
+3
2010-06-02
Only deal with input code when changing the input shape.
Pierre-Loup A. Griffais
1
-1
/
+2
2010-05-28
dix: add 3x3 transformation matrix xinput property for multi-head handling
Peter Korsgaard
2
-0
/
+11
2010-05-26
Revert "Add a "flags" field to DeleteInputDeviceRequest."
Keith Packard
1
-5
/
+1
2010-05-25
Add a "flags" field to DeleteInputDeviceRequest.
Peter Hutterer
1
-1
/
+5
2010-05-25
dix: add helper functions to duplicate and free InputAttributes.
Peter Hutterer
1
-0
/
+2
2010-05-22
Declare functions that unconditionally call FatalError as _X_NORETURN.
Jamey Sharp
3
-3
/
+3
2010-05-20
Replace screen->rgf scratch GC flags with a bit in each GC.
Jamey Sharp
2
-2
/
+2
2010-05-19
Merge remote branch 'vignatti/animcursor-state-fix'
Keith Packard
1
-0
/
+8
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
1
-0
/
+3
2010-05-19
render: set anim cursor state for pointer enabled devices only
Tiago Vignatti
1
-0
/
+8
2010-05-14
scrnintstr.h: removed unused PaintWindow function pointers.
Oliver McFadden
1
-10
/
+0
2010-05-14
mi: removed unused PointerNonInterestBox functions.
Oliver McFadden
1
-6
/
+0
2010-05-13
Merge remote branch 'jamey/cleanups'
Keith Packard
3
-4
/
+13
2010-05-13
Quit using clientErrorValue in dix/colormap.c.
Jamey Sharp
1
-2
/
+4
2010-05-13
Define GCAllBits as the union of all valid CreateGC masks.
Jamey Sharp
1
-0
/
+2
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-2
/
+7
2010-05-13
Remove devPrivates init and delete callback lists.
Keith Packard
1
-27
/
+1
2010-05-13
Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURN
Jeremy Huddleston
3
-37
/
+17
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-5
/
+0
2010-05-12
Kill DoChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-6
/
+0
2010-05-12
Merge remote branch 'dottedmag/for-keithp'
Keith Packard
2
-5
/
+8
2010-05-13
Mark OsAbort as noreturn function to make gcc happier.
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Introduce X_NORETURN macro defined as __attribute__((noreturn)) for gcc
Mikhail Gusarov
2
-4
/
+7
2010-05-12
SetFontPath: set client->errorValue on failure.
Jamey Sharp
1
-2
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-2
/
+2
2010-05-13
Deprecate allocation functions which are plain wrappers for C stdlib
Mikhail Gusarov
1
-4
/
+5
2010-05-13
Document allocation functions, noting deviations from C library
Mikhail Gusarov
1
-0
/
+36
2010-05-13
Clean {X,XNF}{alloc,calloc,realloc,free,strdup} from pre-C89 baggage
Mikhail Gusarov
1
-7
/
+7
2010-05-11
list.h: Add list_for_each_entry_safe()
Kristian Høgsberg
1
-0
/
+6
2010-05-07
Introduce dixLookupFontable for "FONT or GC" parameters.
Jamey Sharp
1
-0
/
+6
2010-05-07
Constify function prototypes in auth & xdmcp code
Alan Coopersmith
1
-8
/
+8
2010-05-07
Export XkbCopyDeviceKeymap from Xorg, it is needed by VNC.
Adam Tkac
1
-1
/
+1
2010-05-07
dix: make DeviceEvent coordinates signed for Xinerama. #24986
Chris Humbert
1
-2
/
+2
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
2
-2
/
+6
2010-04-30
Move callback definitions to their own file
Keith Packard
3
-30
/
+89
2010-04-30
Move X_DEPRECATED to misc.h so it can be used outside resource.h
Keith Packard
2
-6
/
+6
2010-04-30
dix: Improve documentation of the DIX private data functions.
Aaron Plattner
1
-7
/
+57
2010-04-26
include: remove couple of unused structures fields and bump ABI
Tiago Vignatti
2
-6
/
+0
2010-04-26
dix and others: remove unused arraySize field from ScreenInfo
Tiago Vignatti
1
-1
/
+1
2010-04-21
Merge remote branch 'vignatti/for-keith'
Keith Packard
2
-10
/
+0
2010-04-21
configure: remove unused builtin font macro from autoconf file
Tiago Vignatti
1
-3
/
+0
2010-04-21
Death to Multibuffer extension
Tiago Vignatti
2
-7
/
+0
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
2
-4
/
+0
2010-04-19
xkb: rename XkbFakeDeviceButton and XkbFakeDeviceMotion, move into xkbActions.c
Peter Hutterer
1
-13
/
+0
2010-04-16
xkb: use GPE for XKB fake motion events.
Peter Hutterer
1
-0
/
+1
2010-04-16
dix: Export AllocDevicePair GetPointerEvents, GetKeyboardEvents and generate_...
Adam Tkac
1
-4
/
+4
[next]