summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qdoffs
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated so that NewGWorld is included.Jack Jansen2000-12-191-0/+66
|
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-121-67/+1
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-142-39/+1
| | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
* Added PutPixMapBytes() and GetPixMapBytes() functions that allow getting atJack Jansen2000-03-032-0/+96
| | | | | | pixmap data. Added an as_GrafPort() method to be able to use a GWorld as argument to routines that expect a GrafPort.
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-122-1/+31
|
* Offscreen bitmap support, first stab. PixMaps are still treated as ordinaryJack Jansen1999-03-073-0/+741
handles, not fullblown python objects, and UpdateGWorld returns a new GWorld object in stead of modifying the existing one.