| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a few more BringToFont calls | Jack Jansen | 1997-05-13 | 1 | -0/+3 |
|
|
* | Export a few more New/Convert routines, on Just's request | Jack Jansen | 1997-05-13 | 2 | -0/+14 |
|
|
* | Regenrated from CW11 IDE | Jack Jansen | 1997-05-13 | 1 | -32/+200 |
|
|
* | Fixes to progress bar by SDM, modified by Jack: | Jack Jansen | 1997-05-12 | 2 | -401/+464 |
|
|
* | - toolboxmodules built first (others depend on it) | Jack Jansen | 1997-05-07 | 2 | -20/+19 |
|
|
* | Sometimes tried to modify a tuple. Fixed. | Jack Jansen | 1997-05-07 | 1 | -0/+1 |
|
|
* | Version upped to 1.5a1 | Jack Jansen | 1997-05-07 | 1 | -19/+19 |
|
|
* | Included new MSL error numbers | Jack Jansen | 1997-05-07 | 1 | -2/+2 |
|
|
* | Workaround for bug in MSL and CWGUSI interaction that stopped the | Jack Jansen | 1997-05-07 | 1 | -0/+7 |
|
|
* | - Various names in CodeFragments.h have changed | Jack Jansen | 1997-05-07 | 1 | -4/+17 |
|
|
* | - Changed the m# format for PyArg_ParseTuple back to s# | Jack Jansen | 1997-05-07 | 5 | -7/+7 |
|
|
* | c2pstr has moved to a different include file | Jack Jansen | 1997-05-07 | 1 | -3/+1 |
|
|
* | c2pstring has moved to a different include file | Jack Jansen | 1997-05-07 | 1 | -3/+0 |
|
|
* | Updated for building with MSL libraries | Jack Jansen | 1997-05-07 | 1 | -41/+50 |
|
|
* | Updated for (optional) use of MSL libraries | Jack Jansen | 1997-05-07 | 4 | -1/+22 |
|
|
* | Updated to use MSL libraries | Jack Jansen | 1997-05-07 | 35 | -13881/+13759 |
|
|
* | - Use cfmfile to (finally) implement building fat Pythons | Jack Jansen | 1997-05-06 | 2 | -62/+137 |
|
|
* | Module to merge 'cfrg' resources (to create fat ppc/cfm68k programs | Jack Jansen | 1997-05-06 | 1 | -0/+235 |
|
|
* | NewMovieFromFile has extra parameter and return value | Jack Jansen | 1997-04-09 | 2 | -2/+2 |
|
|
* | Enabled resID input/output parameter to NewMovieFromFile. This changes | Jack Jansen | 1997-04-09 | 3 | -13/+192 |
|
|
* | (Optional) MSL compatability | Jack Jansen | 1997-04-08 | 1 | -0/+4 |
|
|
* | DisposPtr -> DisposePtr | Jack Jansen | 1997-04-08 | 1 | -1/+1 |
|
|
* | Changed the few old routine names still used to the new ones | Jack Jansen | 1997-04-08 | 3 | -9/+14 |
|
|
* | Changed [SG]etCRefCon to [SG]etControlReference | Jack Jansen | 1997-04-08 | 2 | -7/+7 |
|
|
* | Modified for (optional) use of MSL | Jack Jansen | 1997-04-08 | 1 | -2/+4 |
|
|
* | Fixed for compiling without OLDROUTINENAMES and OLDROUTINELOCATIONS | Jack Jansen | 1997-04-08 | 2 | -6/+6 |
|
|
* | Added an attribute string_id_to_buffer, which gives the offset you | Jack Jansen | 1997-04-03 | 1 | -0/+12 |
|
|
* | - Most errors are *not* OSErr style, so raise better exceptions (with | Jack Jansen | 1997-04-03 | 1 | -27/+57 |
|
|
* | Still not a real test, but at least it runs again | Jack Jansen | 1997-04-03 | 1 | -17/+26 |
|
|
* | Use MacOS.string_id_to_buffer for id() to buffer address hack | Jack Jansen | 1997-04-03 | 1 | -1/+2 |
|
|
* | Use MacOS.string_id_to_buffer for the hack to convert string id() to | Jack Jansen | 1997-04-03 | 1 | -1/+2 |
|
|
* | Converted to CW11. | Jack Jansen | 1997-02-24 | 33 | -12036/+12178 |
|
|
* | Make cache-alignment work always (in stead of 50% of the time:-) | Jack Jansen | 1997-02-24 | 1 | -1/+1 |
|
|
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 4 | -4/+1 |
|
|
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 17 | -205/+114 |
|
|
* | Re-generated from new (CW11) universal headers | Jack Jansen | 1997-02-24 | 5 | -50/+215 |
|
|
* | Rebuilt everything with Guido's new sources, added a few modules here | Jack Jansen | 1997-02-20 | 28 | -9902/+10328 |
|
|
* | Added calldll module | Jack Jansen | 1997-02-20 | 1 | -0/+1 |
|
|
* | - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling it | Jack Jansen | 1997-02-20 | 3 | -0/+13 |
|
|
* | Only go into eventloop/interrupt check 10 times per second | Jack Jansen | 1997-02-20 | 1 | -0/+9 |
|
|
* | Comments around identifier after #endif | Jack Jansen | 1997-02-20 | 1 | -1/+1 |
|
|
* | Added operator, errno and soundex modules. | Jack Jansen | 1997-02-20 | 1 | -1/+7 |
|
|
* | Redid arg/return handling (still not as I would like it to be, though). | Jack Jansen | 1997-02-20 | 1 | -76/+263 |
|
|
* | An initial stab at calling random C routines from Python | Jack Jansen | 1997-02-17 | 1 | -0/+903 |
|
|
* | Initial stab at calling C routines from python dynamically | Jack Jansen | 1997-02-17 | 2 | -0/+214 |
|
|
* | The USE_CACHE_ALIGNING define now has a value: the number of *words* | Jack Jansen | 1997-02-03 | 1 | -4/+11 |
|
|
* | Optionally (on USE_CACHE_ALIGN) extend overhead structure to align | Jack Jansen | 1997-02-01 | 1 | -0/+7 |
|
|
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 39 | -4651/+5572 |
|
|
* | Added _tkinter modules in Image extension | Jack Jansen | 1997-01-31 | 1 | -0/+2 |
|
|
* | Image libraries moved and small things | Jack Jansen | 1997-01-31 | 27 | -9945/+10039 |
|
|