summaryrefslogtreecommitdiff
path: root/mi
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-26Nuke prototype for nonexistent functionJulien Cristau1-4/+0
2008-10-10mieq: Backtrace when the queue overflows.Adam Jackson1-0/+6
2008-10-08mi: functions here are carrying 'time' without need.Tiago Vignatti2-11/+9
2008-10-08mi: remove deprecated and unused functions.Tiago Vignatti2-36/+0
2008-10-06xalloc+bzero -> xcallocAdam Jackson1-2/+1
2008-10-03Dangling use of miDestroyGCOpsAdam Jackson1-1/+0
2008-10-03Fix compile for miSetScreenPixmap prototype.Adam Jackson1-4/+0
2008-10-03Delete unused miModifyBanking()Adam Jackson2-60/+0
2008-10-03Remove unused wrapping for visual initialization.Adam Jackson3-57/+3
2008-10-03staticize mi{G,S}etScreenPixmapAdam Jackson1-13/+13
2008-10-03miFindMaxBand is dead codeAdam Jackson2-34/+0
2008-10-03mi{Create,Destroy}GCOps are unused, nuke 'em.Adam Jackson2-33/+0
2008-10-03Remove a bunch of unused API from the mi export list.Adam Jackson15-25/+21
2008-10-03Remove the Must_have_memory hack.Adam Jackson2-13/+6
2008-09-21mieq: Made custom event handlers safer for nevents >1Jeremy Huddleston1-12/+18
2008-09-19When resizing a window with redirected descendents, don't expose themKeith Packard1-0/+9
2008-09-03mieq: Fix my broken cherry pick.Jeremy Huddleston1-2/+1
2008-09-03mieqProcessInputEvents: Check custom event handlers first.Jeremy Huddleston1-16/+13
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky6-13/+25
2008-08-27Add an array of integers for use as per-screen cursor private keys.Eamon Walsh1-7/+7
2008-08-19Refactor misprite a bit.Adam Jackson2-26/+38
2008-08-18Fix the tile offset in miPaintWindow for ParentRelative windows.Fredrik Höglund1-2/+2