Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added methods as_Menu and as_Control to convert a resource | Jack Jansen | 1995-06-18 | 3 | -1/+97 |
| | | | | | | | to those object types You can now set the data attribute of a resource with the expected semantics (but you have to call ChangedResource yourself) | ||||
* | Added as_Resource() method to convert menu object to res object | Jack Jansen | 1995-06-18 | 2 | -0/+21 |
| | |||||
* | Added as_Resource() method to convert ctl object to res object | Jack Jansen | 1995-06-18 | 3 | -0/+21 |
| | |||||
* | Added FindFolder interface | Jack Jansen | 1995-06-18 | 1 | -0/+24 |
| | |||||
* | Added code to obtain sys.path from a resource | Jack Jansen | 1995-06-18 | 1 | -0/+97 |
| | | | | | Removed code to update the preferences file, use EditPythonPrefs.py in stead (actually, code is still there if you define USE_MAC_MODPREFS) | ||||
* | Obtain path from a resource (unless USE_BUILTIN_PATH is #defined) | Jack Jansen | 1995-06-18 | 1 | -2/+9 |
| | |||||
* | Added USE_* ifdefs for a couple of optional modules. | Jack Jansen | 1995-06-14 | 1 | -9/+22 |
| | |||||
* | Ported to CW6 | Jack Jansen | 1995-06-14 | 1 | -4/+1 |
| | |||||
* | Split shared-library support and dynamic-loading support (they were | Jack Jansen | 1995-06-14 | 2 | -1/+10 |
| | | | | | | | | both enabled with USE_SHARED_LIBRARY, now there's also USE_MAC_DYNAMIC_LOADING). Added a few other USE_ defines for optional modules to nonshared config (they're not included in the base shared library) | ||||
* | Ported to Universal Header 2.0.1f (i.e. CW6) | Jack Jansen | 1995-06-09 | 30 | -392/+413 |
| | |||||
* | Ported to CodeWarrior 6 | Jack Jansen | 1995-06-09 | 3 | -5/+10 |
| | |||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 31 | -599/+1231 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 13 | -271/+447 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | Rather massive changes: | Jack Jansen | 1995-06-05 | 7 | -359/+165 |
| | | | | | | | - Make the stuff run on Jack's machine (and hopefully all machines) in stead of Guido's only (addpack stuff) - Use the Universal Headers in stead of the Think headers - Fixed the test programs to use the new routine names | ||||
* | Added img stuff (within #ifdef, so they're easy to remove) | Jack Jansen | 1995-06-03 | 1 | -0/+23 |
| | |||||
* | StandardGetFile without args now shows all files (in stead of none) | Jack Jansen | 1995-06-03 | 1 | -0/+2 |
| | |||||
* | - The prefs file wasn't updated correctly if it already existed. | Jack Jansen | 1995-04-24 | 1 | -5/+10 |
| | | | | - Guido's r1.23 fix wrt PyMac_DoYieldEnabled had somehow gotten lost. | ||||
* | Removed seeks beyond eof (MW doesn't support them) | Jack Jansen | 1995-04-23 | 1 | -2/+13 |
| | |||||
* | two new modules for the Mac toolbox | Guido van Rossum | 1995-04-05 | 2 | -0/+590 |
| | |||||
* | use PyMac_Yield() instead of PyMac_Idle() | Guido van Rossum | 1995-03-23 | 1 | -1/+1 |
| | |||||
* | first cut at the whole quickdraw.h header file ... | Guido van Rossum | 1995-03-19 | 5 | -28/+3573 |
| | |||||
* | moved OpenDeskAcc here | Guido van Rossum | 1995-03-19 | 3 | -0/+30 |
| | |||||
* | moved bgen to Tools | Guido van Rossum | 1995-03-10 | 1 | -18/+18 |
| | |||||
* | pseudo progress bar (not finished) | Guido van Rossum | 1995-03-10 | 1 | -0/+31 |
| | |||||
* | added morse library (not finished yet) | Guido van Rossum | 1995-03-10 | 1 | -0/+188 |
| | |||||
* | added evtedit.py for SystemClick() | Guido van Rossum | 1995-03-10 | 1 | -0/+6 |
| | |||||
* | the usual | Guido van Rossum | 1995-03-10 | 17 | -13/+57 |
| | |||||
* | Initial revision | Jack Jansen | 1995-03-07 | 1 | -0/+41 |
| | |||||
* | reverse sense of PyMac_Idle test | Guido van Rossum | 1995-03-06 | 1 | -1/+1 |
| | |||||
* | socket.py | Guido van Rossum | 1995-03-06 | 1 | -8/+8 |
| | |||||
* | remove some unused local variables | Guido van Rossum | 1995-03-04 | 1 | -5/+0 |
| | |||||
* | correct some return values and remove some unused variables | Guido van Rossum | 1995-03-04 | 1 | -5/+2 |
| | |||||
* | include macglue.h so we can use HAVE_UNIVERSAL_HEADERS; | Guido van Rossum | 1995-03-04 | 1 | -4/+7 |
| | | | | | and correct sens of PyMac_Idle() test. But should'nt this raise KeyboardInterrupt instead of silently returning? | ||||
* | don't use math at all | Guido van Rossum | 1995-03-04 | 1 | -2/+1 |
| | |||||
* | fix several cosmetic things, add buffering to makefile | Guido van Rossum | 1995-03-04 | 1 | -62/+107 |
| | |||||
* | more stuff | Guido van Rossum | 1995-02-28 | 3 | -2/+9 |
| | |||||
* | more stuff | Guido van Rossum | 1995-02-28 | 3 | -13/+24 |
| | |||||
* | In interactive mode ask for output file | Jack Jansen | 1995-02-27 | 1 | -8/+16 |
| | |||||
* | Under MW also be more conservative about events to request | Jack Jansen | 1995-02-27 | 1 | -11/+6 |
| | |||||
* | all bgen modules now work with MWerks | Guido van Rossum | 1995-02-27 | 1 | -4/+0 |
| | |||||
* | return old value of PyMac_DoYieldEnabled; -1 means do not even check for ↵ | Guido van Rossum | 1995-02-26 | 2 | -6/+15 |
| | | | | interrupts | ||||
* | get creator from Owner resource; set attrs | Guido van Rossum | 1995-02-26 | 1 | -7/+24 |
| | |||||
* | Update | Guido van Rossum | 1995-02-26 | 1 | -2/+3 |
| | |||||
* | MAde a few things more orthogonal and did some cleanups: | Jack Jansen | 1995-02-24 | 3 | -36/+74 |
| | | | | | | | | - Applications now have their (minimal) main prrogram in macapplication.c and the rest of the init code in macglue.c. - A new define, USE_MAC_APPLET_SUPPORT, independent of USE_MAC_SHARED_LIB - chdir to script directory now done in PyMac_InitApplication. | ||||
* | Added BINA to unknown filetypes (what mw uses) | Jack Jansen | 1995-02-24 | 1 | -1/+1 |
| | |||||
* | Rationalized mwerks config files: they only differ depending on | Jack Jansen | 1995-02-24 | 2 | -0/+6 |
| | | | | | whether there is shared library support. Libraries, applets and applications are distinguished by the sources they include. | ||||
* | changed ifdefs and comments -- more modules are good | Guido van Rossum | 1995-02-21 | 2 | -12/+6 |
| | |||||
* | change SC ifdef to MPW | Guido van Rossum | 1995-02-21 | 1 | -1/+1 |
| | |||||
* | a few new things | Guido van Rossum | 1995-02-21 | 1 | -3/+9 |
| | |||||
* | ported to MPW/SC | Guido van Rossum | 1995-02-21 | 1 | -7/+7 |
| |