summaryrefslogtreecommitdiff
path: root/mi
AgeCommit message (Expand)AuthorFilesLines
2009-04-09mi: fix wrong (*EnqueueEvent) declaration in miPointerScreenFuncRec.Peter Hutterer1-1/+1
2009-04-09mi: fix compiler warning - explicitly typecast to InternalEvent.Peter Hutterer1-1/+1
2009-04-09mi: add prototype for CopyGetMasterEvent.Peter Hutterer1-0/+7
2009-03-27misprite: Remove private header, fold into misprite.cAdam Jackson3-151/+101
2009-03-27misprite: Fix software cursor on multiple ScreenRecsAdam Jackson2-11/+7
2009-03-27misprite: Do window check first for Get{Image,Spans} tooAdam Jackson1-39/+41
2009-03-27misprite: RECT_IN_REGION -> miRectInAdam Jackson1-3/+2
2009-03-27misprite: Fix a typoAdam Jackson1-2/+2
2009-03-27misprite: Fix cast abuseAdam Jackson1-41/+24
2009-03-23misprite: In SourceValidate, check that it's a Window firstAdam Jackson1-16/+17
2009-03-16mi: remove a bunch of useless inputInfo.pointer assignments.Peter Hutterer1-6/+6
2009-03-03mi: only print the "EQ overflowing" error once.Peter Hutterer1-2/+2
2009-02-23mi: split EQ popping and event processing into two functions.Peter Hutterer2-38/+61
2009-02-23mi: change custom handlers to internal eventsPeter Hutterer2-6/+8
2009-02-23Input: change processing API to InternalEvents.Peter Hutterer1-2/+6
2009-02-23xkb: Switch the xkb event processing path over to InternalEvents.Peter Hutterer1-11/+2
2009-02-23mi: switch the EQ to contain InternalEvents only.Peter Hutterer2-122/+70
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-1/+2
2009-02-07mi: kill a few warningsMaarten Maathuis4-4/+5
2009-02-07mi: clip exposures to pGC->clientClip.Maarten Maathuis1-0/+4
2009-02-06fb: move some code to miMaarten Maathuis3-0/+397
2009-02-04mi: don't call UpdateSpriteForScreen if we have Xinerama enabled. #18668Peter Hutterer1-1/+8
2009-01-22Remove a bunch of useless casts.Adam Jackson27-126/+116
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-17/+3
2009-01-16XQuartz: mieq: Wait for the server to finish initializing before letting othe...Jeremy Huddleston1-13/+21
2009-01-15mi: ensure chained button mappings from SD -> MD (#19282)Peter Hutterer1-2/+24
2009-01-13dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)Peter Hutterer1-1/+1
2009-01-11mieq: Avoid possible race condition whereby one thread might call mieqEnqueue...Jeremy Huddleston1-2/+9
2009-01-11XQuartz: Add locking to make mieq thread safe on OSXJeremy Huddleston2-0/+66
2009-01-11mi: don't mix declarations and codeJulien Cristau2-3/+4
2009-01-11mi: ANSI cleanupsJulien Cristau3-4/+3
2008-12-15mi: Reuse memory in mieqProcessInputEvents rather than making excessive calls...Jeremy Huddleston1-4/+6
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer4-4/+0
2008-12-10mi: Clean up CopyGetMasterEvent, re-use the memory.Peter Hutterer1-30/+30
2008-12-10dix: move MAX_VALUATOR_EVENTS into include/input.hPeter Hutterer1-1/+1
2008-12-10mi: always update the sprite for master devices.Peter Hutterer1-1/+1
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade1-0/+3
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade51-274/+274
2008-12-02mi: UpdateSprite only if the device is attached.Peter Hutterer1-1/+1
2008-11-30Remove declarations of symbols that are never defined.Paulo Cesar Pereira de Andrade1-8/+0
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade18-47/+47
2008-11-19mi: Push screen-saver/DPMS handling to after the EQ pop operation.Jeremy Huddleston1-10/+10
2008-11-19mi: Only increment tail (push) when the event data is actually in the queueJeremy Huddleston1-4/+3
2008-11-11mi: clean up mieqProcessInputEvents, copy all events before processing.Peter Hutterer1-52/+46
2008-11-08Remove some null statements.James Cloos1-1/+1
2008-11-07mi: Fix infinite loop on regen when swrast_dri.so is missingJulien Cristau1-1/+2
2008-11-04xkb: when faking mouse button events, fake them on the correct devices.Peter Hutterer1-1/+1
2008-11-04Remove XEvIEDaniel Stone1-15/+0
2008-11-04Xi: XINPUT has been mandatory for agesDaniel Stone1-4/+3
2008-10-26Nuke unused miBankNewSerialNumberJulien Cristau1-12/+0