summaryrefslogtreecommitdiff
path: root/xfixes
AgeCommit message (Expand)AuthorFilesLines
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-8/+6
2009-09-20fixes: Make sure invisible cursor is inialized with zero src/maskThomas Jaeger1-4/+2
2009-08-28xfixes: minor clean ups on createInvisibleCursor()Tiago Vignatti1-7/+4
2009-08-03xfixes: backup the DisplayCursor/CloseScreen proc before restoring it (#23034)Peter Hutterer1-5/+9
2009-08-03xfixes: allocate CurrentCursor for all devices.Peter Hutterer1-7/+7
2009-08-03xfixes: FixesHideCursor should work on all master pointers.Peter Hutterer1-2/+12
2009-07-14xfixes: switch to byte counting functionsPeter Hutterer1-3/+3
2009-05-15Correct some Sun license notices to Sun's standard X11 license formatAlan Coopersmith3-51/+72
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh2-2/+11
2009-04-28Make the cursor completely optionalSimon Farnsworth1-2/+4
2009-04-14xfixes: Fix a couple of resource lookupsKristian Høgsberg2-15/+26
2009-03-16xfixes: useless (void) typecast removalPeter Hutterer1-5/+5
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard2-5/+5
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2-0/+2
2009-02-03Constify atom name stringsAlan Coopersmith1-2/+2
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade4-5/+9
2008-12-02Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade2-2/+2
2008-10-02Unifdef ISCAdam Jackson6-0/+0
2008-09-26xfixes: realize the invisible cursor before displaying it.Peter Hutterer1-1/+2
2008-09-24Fix un-suppressing the initial cursor.Adam Jackson1-25/+7
2008-09-22Change 'remap' to 'map' in saveset functions/macrosOwen Taylor1-3/+3
2008-09-22Default to -br. Add -retro option for the nostalgic.Adam Jackson1-0/+3
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky2-2/+6
2008-08-20Suppress cursor display until the first XDefineCursor() request.Adam Jackson1-2/+30
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-8/+0
2008-03-04Merge branch 'master' into mpxPeter Hutterer3-4/+5
2008-02-22Normalize swapped dispatch for Fixes{ChangeSaveSet,SelectSelectionInput}Adam Jackson2-2/+2
2008-02-05XFixes: squash a pointer/integer size mismatch warning.Eamon Walsh1-2/+3
2008-01-03xfixes: switch a few inputInfo.pointer to PickPointerPeter Hutterer1-3/+3
2008-01-03Merge branch 'master' into mpxPeter Hutterer6-55/+78
2007-12-18XACE: Too many arguments to selection access hook.Eamon Walsh1-2/+1
2007-11-20Revert "registry: Register XFixes extension protocol names."Eamon Walsh1-77/+1
2007-10-15registry: Register XFixes extension protocol names.Eamon Walsh1-1/+77
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-2/+2
2007-08-30xace: Correct some access modes.Eamon Walsh2-2/+2
2007-08-30xace: add hooks + new access codes: XFixes extension.Eamon Walsh4-33/+67
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh3-19/+7
2007-08-15xace: add hooks + new access codes: core protocol cursor requestsEamon Walsh1-3/+5
2007-08-12Merge branch 'master' into mpxPeter Hutterer6-12/+0
2007-06-29Death to RCS tags.Adam Jackson6-12/+0
2007-04-02Merge branch 'master' into mpxPeter Hutterer2-8/+3
2007-03-25Static cleanups, dead code deletion.Adam Jackson2-8/+3
2007-03-05Merge branch 'master' into mpxPeter Hutterer2-2/+5
2007-02-19Check for clientGone before sending events from XFixes (bug #1753).Keith Packard2-2/+5
2006-12-19Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserverPeter Hutterer4-41/+47
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh3-12/+11
2006-12-14Remove instances of macros SECURITY_VERIFY_GEOMETRABLE and SECURITY_VERIFY_GC.Eamon Walsh1-3/+10
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh4-31/+31
2006-11-23mi: closing memory leak, miPointer is freed in miPointerCloseScreenPeter Hutterer1-5/+6