summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer25-63/+58
2009-07-15xkb: Remove XKMformat.h include from xkbsrv.h into the files that need it.Peter Hutterer6-1/+5
2009-07-15dix: fix wrong raw valuator copyPeter Hutterer1-3/+2
2009-07-15dix: use sizeof(FP3232) instead of 2 * sizeof(int32_t).Peter Hutterer1-2/+2
2009-07-15Update to type-specific raw events - require inputproto 1.9.99.14.Peter Hutterer9-17/+57
2009-07-15Require renderproto >= 0.11 and pixman-1 >= 0.15.14 for the new blend modes.Fredrik Höglund1-2/+2
2009-07-15Render: Add support for the PDF blend mode operators.Fredrik Höglund1-0/+2
2009-07-14xfree86: remove a bunch of unused pci headersTiago Vignatti4-12/+0
2009-07-14test: add tests for ProcXIGetClientPointer.Peter Hutterer2-1/+174
2009-07-14test: add ProcXISetClientPointer tests.Peter Hutterer2-1/+154
2009-07-14test: add ProcXIGetSelectedEvents tests.Peter Hutterer2-1/+246
2009-07-14test: add ProcXISelectEvents tests.Peter Hutterer2-1/+326
2009-07-14test: add ProcXIQueryDevice tests.Peter Hutterer2-1/+321
2009-07-14test: Add ProcXIQueryVersion tests.Peter Hutterer2-0/+197
2009-07-14test: add xi2 directory, prepare for protocol testing.Peter Hutterer5-0/+283
2009-07-14Add test subdir to base Makefile.amPeter Hutterer2-4/+2
2009-07-14dbe: switch to byte counting functionsPeter Hutterer1-1/+1
2009-07-14record: switch to byte counting functionsPeter Hutterer1-6/+7
2009-07-14xkb: switch to byte counting functionsPeter Hutterer1-2/+2
2009-07-14ephyr: switch to byte counting functionsPeter Hutterer2-8/+8
2009-07-14xfixes: switch to byte counting functionsPeter Hutterer1-3/+3
2009-07-14render: switch to byte counting functionsPeter Hutterer1-8/+8
2009-07-14os: switch to byte counting functionsPeter Hutterer2-5/+5
2009-07-14randr: switch to byte counting functionsPeter Hutterer7-24/+24
2009-07-14Xext: switch to byte counting functionsPeter Hutterer12-51/+51
2009-07-14xwin: switch to byte counting functionsPeter Hutterer1-8/+6
2009-07-14xquartz: switch to byte counting functionsPeter Hutterer2-2/+2
2009-07-14xfree86: switch to byte counting functionsPeter Hutterer9-40/+40
2009-07-14glx: switch to byte counting functionsPeter Hutterer2-3/+3
2009-07-14dmx: switch to byte counting functionsPeter Hutterer2-11/+11
2009-07-14exa: switch to byte counting functions.Peter Hutterer1-3/+3
2009-07-14dix: switch to byte-counting functions.Peter Hutterer9-53/+54
2009-07-14Xi: use byte-counting macros instead of manual calculation.Peter Hutterer28-55/+56
2009-07-14include: introduce byte counting functions.Peter Hutterer2-0/+69
2009-07-14dix: don't send presence events for attaching/detaching slave devices.Peter Hutterer1-13/+0
2009-07-12dix: Remove temporary detachment of slave devices.Peter Hutterer1-66/+0
2009-07-12input: include effective modifiers in device events.Peter Hutterer4-1/+9
2009-07-10Fix int10 module build after typo in commit 2638e9899Alan Coopersmith1-1/+1
2009-07-10EXA: Only pass CT_YXBANDED to RECTS_TO_REGION() if that is really true.Michel Dänzer1-1/+11
2009-07-10configure: introduce --{enable,disable}-int10-moduleTiago Vignatti2-1/+7
2009-07-10configure: introduce --{enable,disable}-vbeTiago Vignatti2-1/+7
2009-07-10configure: introduce --{enable,disable}-vgahwTiago Vignatti2-2/+10
2009-07-10xfree86: remove unused vbe header fileTiago Vignatti1-1/+0
2009-07-10Revert "XKB: Sanitise * actions" commits (#19602)Peter Hutterer6-41/+84
2009-07-09Reserve space for two GC values in copy_drawable().Soren Sandmann Pedersen1-1/+1
2009-07-09Since font modules are dead, don't mention them in xorg-server.pcAdam Jackson2-3/+0
2009-07-09config: drop i810.Adam Jackson1-1/+0
2009-07-07Xephyr & Xserver man page fixesAlan Coopersmith2-5/+5
2009-07-07The way XaceHook() mixes struct initializers and va_arg() is not portable andMichael Lorenz1-63/+53
2009-07-07Cygwin/X: Window positioning improvements for multiwindow modeJon TURNEY1-10/+24