- 3685a43 ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. by Jack Jansen · 24 years ago
- 0c99575 Fixed an error in the signature of the QdRGB converter routines. by Jack Jansen · 24 years ago
- fa77e1a Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python. by Jack Jansen · 24 years ago
- 0e04eec First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers. by Jack Jansen · 24 years ago
- d6b2aeb QDFlushPortBuffer() has an optional region argument. by Jack Jansen · 25 years ago
- dc2ac8d3 Accept Dialogs and Windows where Grafports are expected (such as in SetPort) and do a MacOSX compatible cast. Bit of a hack, but good enough for now. by Jack Jansen · 25 years ago
- 87eb4f8 New internal function BMObj_NewCopied() which copies the BitMap. Used to get the screenBits bitmap. by Jack Jansen · 25 years ago
- 5c3c58b Accessor functions for regions and such expect an existing region as parameter. Fixed for grafport attribute access. by Jack Jansen · 25 years ago
- f47075e Blacklisted (for the time being) the functions that have a component argument. Don't want to drag the Cm module into the core set too. by Jack Jansen · 25 years ago
- bd58eda Implemented direct attribute access for Carbon builds and accessor functions for non-carbon builds. by Jack Jansen · 25 years ago
- 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 25 years ago
- 9d8b96c pymactoolbox.h contains protoypes for all externally visible toolbox module by Jack Jansen · 25 years ago
- fd78de3 Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access. by Jack Jansen · 25 years ago
- e79dc76 Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. by Jack Jansen · 25 years ago
- 484be61 Added methods getdata() and putdata() to obtain the data in a bitmap. by Jack Jansen · 25 years ago
- a05ac60 Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. by Jack Jansen · 26 years ago
- 29bfea9 Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr). by Jack Jansen · 27 years ago
- e180d99 Grmpf, a lot more routines have gotten a "Mac" prefix for their by Jack Jansen · 27 years ago
- 7f725e4 SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define. by Jack Jansen · 27 years ago
- 1c4e614 Re-generated from new (3.1) universal headers by Jack Jansen · 27 years ago
- e742a82 Regenerated because of confusion with Style/StyleParameter and by Jack Jansen · 27 years ago
- 21f9687 Regenerated from Universal Headers 3.0.1. Some new calls are by Jack Jansen · 27 years ago
- a755e68 Export type objects to Python by Jack Jansen · 28 years ago
- 69b43ed Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no by Jack Jansen · 28 years ago
- 4a8c54e - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 28 years ago
- 3355be3 Added _id attribute to GrafPort objects (real id of grafport, numeric) by Jack Jansen · 29 years ago
- bdd0747 Fixed access to Quickdraw globals. Unfortunately, they now have to be by Jack Jansen · 30 years ago
- 61f3df4 Added rgbFgColor and a few other members of CGrafPort by Jack Jansen · 30 years ago
- 3a50f8a - Added FontInfo support - Added (read-)access to members of [C]GrafPort object by Jack Jansen · 30 years ago
- 1d8ede7 Fixed GetPen and SetPt arguments by Jack Jansen · 30 years ago
- 04a02e7 Added support for PenState and Patterns (and the accompanying qd globals) by Jack Jansen · 30 years ago
- b539406 Added support for cursors, and a way to get at the qd global 'arrow' by Jack Jansen · 30 years ago
- 425e9eb - Added color window/pixmap support by Jack Jansen · 30 years ago
- 232f3cd Added support for RGB objects (tuples in python) by Jack Jansen · 30 years ago
- 41058c0 BitMap object support (only lightly tested) by Jack Jansen · 30 years ago
- 330381c Added (minimal) support for a GrafPort type by Jack Jansen · 30 years ago
- 54c8f7e - Fixed handling of InsetRect, OffsetRect, MapRect by Jack Jansen · 30 years ago
- d4c2646 Generated anew by Jack Jansen · 30 years ago
- b81cf9d Trying again to check it in. Changes to: by Jack Jansen · 30 years ago
- e56db43 first cut at the whole quickdraw.h header file ... by Guido van Rossum · 30 years ago
- 17448e2 Committed a more or less working version. by Guido van Rossum · 31 years ago