Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-12 | Array-index based devPrivates implementation. | Eamon Walsh | 1 | -1/+1 | |
Note: DevPrivateKey is now pointer-to-int, which means each key now needs to point to some global storage of size at least sizeof(int). | |||||
2008-06-13 | Make devPrivates lookup functions ABI instead of static inlines. | Eamon Walsh | 1 | -53/+8 | |
This is required to preserve compatibility across changes to the internal representation of the privates list. | |||||
2007-09-06 | devPrivates rework: register an offset for every resource type, use | Eamon Walsh | 1 | -1/+8 | |
signed values so -1 actually works correctly, and provide a macro for adding an offset to a pointer. | |||||
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 1 | -10/+0 | |
over to new system. Need to update documentation and address some remaining vestiges of old system such as CursorRec structure, fb "offman" structure, and FontRec privates. | |||||
2007-08-16 | devPrivates rework: Nevermind, can't const due to return value warnings. | Eamon Walsh | 1 | -3/+3 | |
This reverts commit 6fd0a0b08de912421718aca17fe34a55ae285ae7. | |||||
2007-08-16 | devPrivates rework: add const qualifier to key type. | Eamon Walsh | 1 | -3/+3 | |
2007-08-16 | devPrivates rework: use camelcase standard for name of key type. | Eamon Walsh | 1 | -11/+11 | |
2007-03-08 | devPrivates rework: pass address of pointer to private callbacks instead of | Eamon Walsh | 1 | -1/+1 | |
the pointer itself. | |||||
2007-03-08 | devPrivates rework: redo field offset registration, drop RC_PRIVATES class. | Eamon Walsh | 1 | -2/+3 | |
2007-03-08 | devPrivates rework: redo interface again, dropping parent and type parameters | Eamon Walsh | 1 | -14/+4 | |
as well as preallocation routine. | |||||
2007-03-08 | devPrivates rework: hook up new mechanism in backwards-compatibility mode | Eamon Walsh | 1 | -0/+10 | |
on existing structures that support devPrivates. | |||||
2007-03-05 | devPrivates rework: redo interface and implementation. | Eamon Walsh | 1 | -22/+104 | |
2007-02-23 | devPrivates rework: add dix header file containing new interface. | Eamon Walsh | 1 | -0/+77 | |