summaryrefslogtreecommitdiff
path: root/dix/resource.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Introduce a consistent coding styleKeith Packard1-345/+296
2011-12-12constify strings in resource name registryAlan Coopersmith1-1/+1
2011-04-21dix: silence compiler warningPeter Hutterer1-1/+1
2011-03-28dix: Small refactor to resource deletionAdam Jackson1-18/+16
2011-01-20resource: Fix indentationAdam Jackson1-14/+14
2011-01-20resource: Remove expectID hackAdam Jackson1-7/+0
2011-01-20resource: s/NullResource/NULL/gAdam Jackson1-4/+3
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-05Remove dixRegisterPrivateOffset; hard-code devPrivates offsets insteadKeith Packard1-2/+0
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-0/+6
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-27/+68
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-15/+15
2010-05-11dix: Update element count in FreeResource*()Kristian Høgsberg1-1/+9
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-2/+6
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith1-23/+17
2009-06-24dix/resource: fix use after free in resource code with DRIDave Airlie1-4/+8
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-5/+17
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-5/+34
2009-01-22Remove a bunch of useless casts.Adam Jackson1-6/+5
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-21/+21
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-7/+7
2008-10-06Loader: Unexport a handful of consumerless symbols from dixsym.Adam Jackson1-2/+2
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-5/+0
2008-02-14Silence FreeResource()Adam Jackson1-5/+0
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-117/+48
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-3/+3
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-3/+3
2007-11-05DIX: Remove usage of allocaDaniel Stone1-3/+3
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh1-31/+2
2007-09-26dix: unify ErrorFs. prepend all with [dix].Peter Hutterer1-2/+2
2007-09-06devPrivates rework: register an offset for every resource type, useEamon Walsh1-0/+2
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-1/+1
2007-08-14dix: remove caching of drawables and graphics contexts. The security checksEamon Walsh1-20/+0
2007-08-02Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+0
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2007-06-04dix: fix null pointer dereference in new resource lookup function.Eamon Walsh1-1/+1
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-7/+11
2007-04-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-2/+2
2007-04-04dix: add new, combined resource lookup function. Move all dix lookup APIEamon Walsh1-69/+19
2007-03-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-35/+35
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-1/+1
2007-03-08Add ResourceStateCallback similar in function to ClientStateCallback.Eamon Walsh1-0/+24
2007-03-08dix: remove 'register' keyword for all variables.Peter Hutterer1-34/+34
2007-03-05devPrivates rework: redo interface and implementation.Eamon Walsh1-0/+6
2007-03-01devPrivates rework: unhook resource system; will try a different approach.Eamon Walsh1-16/+6
2007-02-23devPrivates rework: hook up new interface in resource system; add newEamon Walsh1-6/+16
2007-02-21devPrivates rework: add RC_PRIVATES class, make ResourceRec visible inEamon Walsh1-6/+0