summaryrefslogtreecommitdiff
path: root/mi/midispcur.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-05mi: Don't save midispcur rendering resources for each cursorKeith Packard1-102/+87
2012-06-28dix/render: consolidate window format matching code.Dave Airlie1-17/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-3/+3
2012-03-21Introduce a consistent coding styleKeith Packard1-279/+269
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti1-9/+1
2011-02-22mi: update macro to search for MASTER_POINTERPeter Hutterer1-1/+1
2010-09-18Introduce per-object per-screen privates.Jamey Sharp1-23/+19
2010-06-05Allocate per-screen device/cursor-bits private keys in midispcurKeith Packard1-15/+14
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-7/+15
2010-06-05Create separate private key for midispcur cursor bitsKeith Packard1-17/+21
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-4/+4
2010-06-03midispcur: Add comment explaining why pRootPicture must not be freed.Jamey Sharp1-0/+6
2010-06-03mi: Delete unused flicker-free MoveCursor code.Jamey Sharp1-259/+3
2010-05-25midispcur: Construct Picture objects lazily in case Render is disabled.Jamey Sharp1-7/+6
2010-05-23Device init: Don't crash when CreateGC fails.Jamey Sharp1-1/+1
2010-05-19Replace miSpriteCursorFuncRec with direct calls to midispcur.c.Jamey Sharp1-48/+10
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-5/+5
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-12/+12
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-3/+3
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp1-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-13/+13
2010-04-26mi: don't thrash resources when displaying the software cursor across screensPierre-Loup A. Griffais1-161/+108
2010-04-21Revert "mi: don't thrash resources when displaying the software cursor across...Peter Hutterer1-111/+159
2010-04-16mi: don't thrash resources when displaying the software cursor across screensPierre-Loup A. Griffais1-159/+111
2009-07-06s/MAX_DEVICES/MAXDEVICES/ updates.Peter Hutterer1-1/+1
2009-01-22Remove a bunch of useless casts.Adam Jackson1-10/+10
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-1/+1
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-3/+4
2008-08-27Add an array of integers for use as per-screen cursor private keys.Eamon Walsh1-7/+7
2008-06-08mi: remove leftover old license comment.Peter Hutterer1-6/+0
2008-05-28mi: ansify.Peter Hutterer1-45/+18
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-42/+38
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-3/+0
2007-12-02Clean up many #if 0.Adam Jackson1-3/+0
2007-11-08Merge branch 'mpx' into mdsdPeter Hutterer1-7/+6
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-7/+6
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-5/+6
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-5/+6
2007-10-17mi: fix some macros to allow multiple cursors for master devices.Peter Hutterer1-1/+1
2007-08-30devPrivates rework: convert CursorRec and CursorBits over to new interface.Eamon Walsh1-7/+10
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-16/+14
2007-08-28Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+0
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-2/+0
2007-08-14xace: add hooks + new access codes: core protocol GC requestsEamon Walsh1-4/+5
2007-04-26Fix cursor rendering for multi-head.Peter Hutterer1-0/+67
2007-04-09Alloc sprite memory in devices' devPrivates, allow undisplaying cursors.Peter Hutterer1-87/+78
2006-12-18mi: removing MPX ifdefsPeter Hutterer1-5/+5
2006-12-14mi: removing MPX ifdefsPeter Hutterer1-87/+56
2006-11-27mi: malloc checks for misprite and midispcur, code cleanupPeter Hutterer1-20/+20