| Commit message (Expand) | Author | Age | Files | Lines |
| * | New internal function BMObj_NewCopied() which copies the BitMap. Used to get ... | Jack Jansen | 2001-01-30 | 2 | -8/+46 |
|
|
| * | Got ZeroScrap() and PutScrap() to work under Carbon. | Jack Jansen | 2001-01-29 | 1 | -10/+21 |
|
|
| * | Accessor functions for regions and such expect an existing region as paramete... | Jack Jansen | 2001-01-29 | 3 | -15/+29 |
|
|
| * | Added generators for EnableMenuItem and CheckMenuItem (which have Mac in fron... | Jack Jansen | 2001-01-29 | 2 | -0/+53 |
|
|
| * | Re-enabled Scrap (even though it's mostly empty right now). | Jack Jansen | 2001-01-29 | 1 | -2/+0 |
|
|
| * | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 1 | -1/+5 |
|
|
| * | ucnhash module has gone, xreadlines module added. | Jack Jansen | 2001-01-25 | 1 | -6/+2 |
|
|
| * | Regenerated (and manually massaged for PutScrap) so it can be byuilt both for... | Jack Jansen | 2001-01-24 | 3 | -57/+148 |
|
|
| * | Quick (manual) fix to make the module compile with Waste 2.0. TBD later. | Jack Jansen | 2001-01-24 | 1 | -1/+1 |
|
|
| * | Blacklisted (for the time being) the functions that have a component argument... | Jack Jansen | 2001-01-24 | 2 | -100/+6 |
|
|
| * | Implemented direct attribute access for Carbon builds and accessor functions ... | Jack Jansen | 2001-01-24 | 3 | -14/+1478 |
|
|
| * | Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the... | Jack Jansen | 2001-01-23 | 1 | -0/+9 |
|
|
| * | Treat an empty kwdict argument the same as a missing one. | Jack Jansen | 2001-01-19 | 1 | -20/+20 |
|
|
| * | Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's "solution"... | Jack Jansen | 2001-01-19 | 1 | -0/+8 |
|
|
| * | The interruptRoutine attribute is gone under Carbon. Luckily it appears that ... | Jack Jansen | 2001-01-12 | 2 | -2/+10 |
|
|
| * | SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{H... | Jack Jansen | 2001-01-12 | 2 | -29/+7 |
|
|
| * | xstat() will never be implemented under Carbon. Fortunately it also doesn't a... | Jack Jansen | 2001-01-12 | 1 | -5/+5 |
|
|
| * | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 3 | -21/+22 |
|
|
| * | Various tweaks to make it everything build and compile again under carbon. Ma... | Jack Jansen | 2001-01-09 | 5 | -0/+86 |
|
|
| * | Fixed a few declarations. | Jack Jansen | 2001-01-03 | 2 | -0/+6 |
|
|
| * | Remove (unused) regex imports. | Jack Jansen | 2001-01-02 | 2 | -2/+0 |
|
|
| * | Regenerated so that NewGWorld is included. | Jack Jansen | 2000-12-19 | 1 | -0/+66 |
|
|
| * | Emulate a few more non-carbon calls in carbon and the other way around. | Jack Jansen | 2000-12-19 | 3 | -93/+163 |
|
|
| * | Added hash() and compare() functions. Needed because multiple WinObj's can no... | Jack Jansen | 2000-12-19 | 2 | -2/+35 |
|
|
| * | Blacklisted a few constants with funny definitions (and they're not important... | Jack Jansen | 2000-12-19 | 1 | -0/+7 |
|
|
| * | Set autodispose only if RefCon isn't set yet on the window. This way we don't... | Jack Jansen | 2000-12-14 | 2 | -6/+117 |
|
|
| * | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 20 | -491/+2240 |
|
|
| * | Use new multi-input-file feature of bgen in stead of @-file hack to parse mul... | Jack Jansen | 2000-12-12 | 3 | -247/+339 |
|
|
| * | Drag moved to core toolbox modules (Win uses it). | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
|
|
| * | Adapted to Universal Headers 3.3.2. More to follow. | Jack Jansen | 2000-12-10 | 28 | -546/+3034 |
|
|
| * | Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ... | Jack Jansen | 2000-10-19 | 1 | -0/+13 |
|
|
| * | Added sha module, it's needed by the unicode stuff, it seems. | Jack Jansen | 2000-10-12 | 1 | -0/+2 |
|
|
| * | Added a method KeepConsole so programs can override the Keep console open opt... | Jack Jansen | 2000-10-12 | 1 | -0/+16 |
|
|
| * | Fixes that should make it possible to run Python on machines without NavServi... | Jack Jansen | 2000-09-14 | 1 | -0/+5 |
|
|
| * | Added Qdoffs and (optionally) icglue modules. | Jack Jansen | 2000-09-14 | 1 | -0/+8 |
|
|
| * | Some of the types are signed 8 bit ints. Fixed. | Jack Jansen | 2000-09-08 | 2 | -10/+10 |
|
|
| * | Got rid of Py_FatalError calls. | Jack Jansen | 2000-09-08 | 5 | -12/+6 |
|
|
| * | Added routine DlgObj_ConvertToWindow(). | Jack Jansen | 2000-08-25 | 3 | -2/+43 |
|
|
| * | Added a prototype for mstats(). | Jack Jansen | 2000-08-25 | 1 | -0/+2 |
|
|
| * | Window objects now also have an AutoDispose funcpointer (set for our windows,... | Jack Jansen | 2000-08-25 | 3 | -23/+61 |
|
|
| * | HMGetBalloonWindow should try to return an existing window. | Jack Jansen | 2000-08-25 | 2 | -1/+3 |
|
|
| * | - Added pyexpat. | Jack Jansen | 2000-08-25 | 1 | -3/+9 |
|
|
| * | Updated for new AppleScript structure and moved to Lib (it's far too useful t... | Jack Jansen | 2000-08-20 | 1 | -71/+0 |
|
|
| * | Fixed again to work with the old scripting interface (so we can test the new ... | Jack Jansen | 2000-08-20 | 1 | -1/+1 |
|
|
| * | ANSIfied. | Jack Jansen | 2000-07-31 | 1 | -6/+6 |
|
|
| * | Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion fo... | Jack Jansen | 2000-07-24 | 2 | -2/+2 |
|
|
| * | Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. | Jack Jansen | 2000-07-14 | 8 | -75/+0 |
|
|
| * | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 37 | -206/+206 |
|
|
| * | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 44 | -916/+152 |
|
|
| * | Got rid of __SC__ ifdefs. | Jack Jansen | 2000-07-11 | 1 | -4/+0 |
|
|