summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2007-11-22DeviceIntRec: move lastx/lasty from valuator into DeviceIntRec.Peter Hutterer1-2/+2
2007-11-21xtest: switch an inputInfo.pointer over to PickPointer.Peter Hutterer1-11/+12
2007-11-21Xext: Scruffy the janitor don't like no "register" keywords.Peter Hutterer24-321/+321
2007-11-09Xext: add simple macro to easily check a generic event's type.Peter Hutterer1-0/+6
2007-11-07Merge branch 'master' into mpxPeter Hutterer14-149/+195
2007-11-06Modified performance patches from Arjan van de Ven <arjan@infradead.org>Eamon Walsh2-26/+30
2007-11-05Xext: Remove usage of allocaDaniel Stone10-66/+66
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner3-6/+9
2007-10-09Sun bug 6589829: include zoneid of shm segment in access policy for MIT-SHMAlan Coopersmith1-23/+75
2007-10-03Xext: add missing geint.h to Makefile.am (un-breaks make dist)Peter Hutterer1-1/+1
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-5/+4
2007-09-04typo in commentMatthieu Herrb1-1/+1
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-16/+0
2007-08-24Export fbShmPutImage to modules.Michel Dänzer2-2/+5
2007-08-16Add some more support for DragonFly. From Joerg SonnenbergerJeremy C. Reed2-2/+2
2007-08-14Fix the value comparisons in the IDLETIME wakeup handler.Fredrik Höglund1-2/+3
2007-08-12Merge branch 'master' into mpxPeter Hutterer7-18/+0
2007-07-10Install geext.h, otherwise drivers won't build.Peter Hutterer1-1/+1
2007-07-06Use the same struct for generic event masks throughout the code.Peter Hutterer2-7/+23
2007-07-01Add 'evfill' field to GEExtensions.Peter Hutterer2-11/+34
2007-06-29Death to RCS tags.Adam Jackson6-10/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-8/+0
2007-06-19Merge branch 'master' into mpxPeter Hutterer2-1/+119
2007-05-28Allow configurable serverconfigdir for security policy locationEugene Konev1-1/+0
2007-05-18Add a new IDLETIME system sync counter.Fredrik Höglund1-0/+119
2007-05-17Clean up, correct some comments.Peter Hutterer2-7/+6
2007-05-14Remove double-grab option. We only want one grab per device.Peter Hutterer1-5/+2
2007-05-02Cleaning up a bit.Peter Hutterer1-2/+1
2007-04-30Add GenericEvent extension to Xext.Peter Hutterer4-2/+512
2007-04-26Enable event delivery for multiple heads.Paulo Ricardo Zanoni2-4/+4
2007-04-12Merge branch 'master' into mpxPeter Hutterer4-8/+17
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner3-6/+6
2007-04-03CVE-2007-1003: XC-MISC Extension ProcXCMiscGetXIDList() Memory CorruptionMatthieu Herrb1-2/+11
2007-04-02Merge branch 'master' into mpxPeter Hutterer12-145/+30
2007-03-25Static and dead code cleaup for Xext/Adam Jackson12-144/+29
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-1/+1
2007-03-19Merge branch 'master' into mpxPeter Hutterer1-23/+0
2007-03-08dix: Each device needs to differ between a core grab and an XI grab,Peter Hutterer1-2/+5
2007-03-06remove PIXPRIV checks as this flag is always set.Eamon Walsh1-23/+0
2007-03-05Merge branch 'master' into mpxPeter Hutterer1-0/+1
2007-03-02dix, Xext, Xtrap, Xi: replace inputInfo.pointer with PickPointer wherePeter Hutterer1-3/+3
2007-03-01dix: Remove InitSprite, work can be done by InitializeSprite.Peter Hutterer1-4/+4
2007-03-01Xext: Update device's lastx/lasty when sending a motion event with XTest.Peter Hutterer1-0/+2
2007-02-28Update device valuators on XTest motion event, otherwise the cursor jumpsPeter Hutterer1-4/+7
2007-02-15Bug #6988: Change behavior of Security extension per user feature request.Eamon Walsh1-0/+1
2007-01-28Merge branch 'master'Peter Hutterer1-2/+2
2007-01-24Correct variable descriptions in comment for SecurityCheckResourceIDAccessAlan Coopersmith1-2/+2
2006-12-19Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserverPeter Hutterer14-319/+373
2006-12-15Convert callers of LookupClient() to dixLookupClient().Eamon Walsh2-10/+17
2006-12-15Convert callers of LookupDrawable() to dixLookupDrawable().Eamon Walsh3-23/+30