summaryrefslogtreecommitdiff
path: root/xfixes
Commit message (Expand)AuthorAgeFilesLines
* input: define server-supported protocol versions in one single file.Peter Hutterer2009-09-211-8/+6
* fixes: Make sure invisible cursor is inialized with zero src/maskThomas Jaeger2009-09-201-4/+2
* xfixes: minor clean ups on createInvisibleCursor()Tiago Vignatti2009-08-281-7/+4
* xfixes: backup the DisplayCursor/CloseScreen proc before restoring it (#23034)Peter Hutterer2009-08-031-5/+9
* xfixes: allocate CurrentCursor for all devices.Peter Hutterer2009-08-031-7/+7
* xfixes: FixesHideCursor should work on all master pointers.Peter Hutterer2009-08-031-2/+12
* xfixes: switch to byte counting functionsPeter Hutterer2009-07-141-3/+3
* Correct some Sun license notices to Sun's standard X11 license formatAlan Coopersmith2009-05-153-51/+72
* Fix most remaining deprecated resource lookups.Eamon Walsh2009-04-292-2/+11
* Make the cursor completely optionalSimon Farnsworth2009-04-281-2/+4
* xfixes: Fix a couple of resource lookupsKristian Høgsberg2009-04-142-15/+26
* xfixes: useless (void) typecast removalPeter Hutterer2009-03-161-5/+5
* Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard2009-03-092-5/+5
* xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2009-02-162-0/+2
* Constify atom name stringsAlan Coopersmith2009-02-031-2/+2
* Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2008-12-121-1/+0
* Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2008-12-034-5/+9
* Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade2008-12-022-2/+2
* Unifdef ISCAdam Jackson2008-10-026-0/+0
* xfixes: realize the invisible cursor before displaying it.Peter Hutterer2008-09-261-1/+2
* Fix un-suppressing the initial cursor.Adam Jackson2008-09-241-25/+7
* Change 'remap' to 'map' in saveset functions/macrosOwen Taylor2008-09-221-3/+3
* Default to -br. Add -retro option for the nostalgic.Adam Jackson2008-09-221-0/+3
* Prepare for array-index based devPrivates.Tomas Carnecky2008-08-282-2/+6
* Suppress cursor display until the first XDefineCursor() request.Adam Jackson2008-08-201-2/+30
* Shape extension is built-in and mandatory.Adam Jackson2008-07-241-8/+0
* Merge branch 'master' into mpxPeter Hutterer2008-03-043-4/+5
|\
| * Normalize swapped dispatch for Fixes{ChangeSaveSet,SelectSelectionInput}Adam Jackson2008-02-222-2/+2
| * XFixes: squash a pointer/integer size mismatch warning.Eamon Walsh2008-02-051-2/+3
* | xfixes: switch a few inputInfo.pointer to PickPointerPeter Hutterer2008-01-031-3/+3
* | Merge branch 'master' into mpxPeter Hutterer2008-01-036-55/+78
|\ \ | |/
| * XACE: Too many arguments to selection access hook.Eamon Walsh2007-12-181-2/+1
| * Revert "registry: Register XFixes extension protocol names."Eamon Walsh2007-11-201-77/+1
| * registry: Register XFixes extension protocol names.Eamon Walsh2007-10-151-1/+77
| * xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh2007-09-051-2/+2
| * xace: Correct some access modes.Eamon Walsh2007-08-302-2/+2
| * xace: add hooks + new access codes: XFixes extension.Eamon Walsh2007-08-304-33/+67
| * devPrivates rework: since API is already broken, switch everythingEamon Walsh2007-08-283-19/+7
| * xace: add hooks + new access codes: core protocol cursor requestsEamon Walsh2007-08-151-3/+5
* | Merge branch 'master' into mpxPeter Hutterer2007-08-126-12/+0
|\ \ | |/
| * Death to RCS tags.Adam Jackson2007-06-296-12/+0
* | Merge branch 'master' into mpxPeter Hutterer2007-04-022-8/+3
|\ \ | |/
| * Static cleanups, dead code deletion.Adam Jackson2007-03-252-8/+3
* | Merge branch 'master' into mpxPeter Hutterer2007-03-052-2/+5
|\ \ | |/
| * Check for clientGone before sending events from XFixes (bug #1753).Keith Packard2007-02-192-2/+5
* | Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserverPeter Hutterer2006-12-194-41/+47
|\ \ | |/
| * Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh2006-12-153-12/+11
| * Remove instances of macros SECURITY_VERIFY_GEOMETRABLE and SECURITY_VERIFY_GC.Eamon Walsh2006-12-141-3/+10
| * Naming change: Security*Access -> Dix*AccessEamon Walsh2006-12-144-31/+31
* | mi: closing memory leak, miPointer is freed in miPointerCloseScreenPeter Hutterer2006-11-231-5/+6