summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* re-enabled newmoduleJack Jansen1995-08-091-4/+0
|
* MkPluginAliases - Scripts (AppleScript and Python) to create aliasesJack Jansen1995-08-093-0/+235
| | | | | | to PPC plugin libraries fixfiletypes.py - Script to recursively set mac creator/type based on extension
* Initial revisionGuido van Rossum1995-08-081-0/+27
|
* add xstat (extended stat, returns resource fork size and creator/type)Guido van Rossum1995-08-081-1/+32
|
* set some fields to zero for directoriesGuido van Rossum1995-08-081-4/+6
|
* Better error messages wrt missing resources and preferencesJack Jansen1995-08-071-3/+4
|
* Added binasciiJack Jansen1995-08-071-0/+2
|
* Added interfaces to {Get,Set}FInfo and accompanying objectsJack Jansen1995-08-071-1/+174
|
* Mwerks now also has fopenrfJack Jansen1995-08-071-0/+3
|
* Mwerks version of fopenRF.Jack Jansen1995-08-071-0/+47
|
* Fix for cfm68kJack Jansen1995-08-071-0/+2
|
* Moved here because it is think-specificJack Jansen1995-08-071-0/+336
|
* Added resource-files to CVS tree, in binhex formJack Jansen1995-08-074-0/+180
|
* Put resource-files under CVS, in binhex formJack Jansen1995-08-075-0/+1006
|
* - Use new namesJack Jansen1995-07-291-6/+13
| | | | - Use AEInteractWithUser
* Initial revisionJack Jansen1995-07-291-0/+925
|
* New test program for server AE handlingJack Jansen1995-07-291-0/+5
|
* minor fixJack Jansen1995-07-291-1/+1
|
* Fixed incorrect call to InstallHandler and a few other thingsJack Jansen1995-07-296-21/+61
|
* Added code so you canset "command line options" if youJack Jansen1995-07-291-1/+61
| | | | option-click/drag python. Needs a new dialog resource.
* Un-installing of AE handlers fixed (AE is very picky that you specifyJack Jansen1995-07-291-8/+15
| | | | the same UPP)
* A new home for scripts/appletsJack Jansen1995-07-294-0/+629
| | | | | | | | | EditPythonPrefs - Edit the preferences file (sys.path, python home) PackLibDir - Convert a sys.path directory to a resource file RunLibScript - import a module and run as __main__ mkapplet - Create a python applet The resource files belonging to these should also be stored here, somehow..
* Made more ppc-savvyJack Jansen1995-07-281-0/+10
|
* - Added getplatform()Jack Jansen1995-07-281-0/+9
| | | | - (temporarily?) removed newmodule reference
* Various toolbox routines have gotten new names.Jack Jansen1995-07-172-15/+15
|
* The three most important suites, generated by gensuitemoduleJack Jansen1995-07-173-0/+2312
|
* Gensuitemodule generates python classes from aete/aeut resourcesJack Jansen1995-07-173-0/+527
| | | | test_suite is a tiny test program for such a generated class
* Split aepack and aetypes off from aetools (it was getting too big)Jack Jansen1995-07-173-463/+898
| | | | | Added support for all basic types mentioned in Apple Event Registry Added support for automatically-generated suites.
* Generated anew after fixing aescan.pyJack Jansen1995-07-174-85/+581
|
* Also scan AERegistry.h and AEObjects.h and create .py definitionJack Jansen1995-07-171-0/+21
| | | | | | files. Some methods had turned to functions again. Fixed.
* Added GetErrorString method (convert OSErr number to string)Jack Jansen1995-07-171-0/+11
|
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-278-5/+24
| | | | unsupported features).
* Added methods as_Menu and as_Control to convert a resourceJack Jansen1995-06-183-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 objectJack Jansen1995-06-182-0/+21
|
* Added as_Resource() method to convert ctl object to res objectJack Jansen1995-06-183-0/+21
|
* Added FindFolder interfaceJack Jansen1995-06-181-0/+24
|
* Added code to obtain sys.path from a resourceJack Jansen1995-06-181-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 Jansen1995-06-181-2/+9
|
* Added USE_* ifdefs for a couple of optional modules.Jack Jansen1995-06-141-9/+22
|
* Ported to CW6Jack Jansen1995-06-141-4/+1
|
* Split shared-library support and dynamic-loading support (they wereJack Jansen1995-06-142-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 Jansen1995-06-0930-392/+413
|
* Ported to CodeWarrior 6Jack Jansen1995-06-093-5/+10
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-0631-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 Jansen1995-06-0613-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 Jansen1995-06-057-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 Jansen1995-06-031-0/+23
|
* StandardGetFile without args now shows all files (in stead of none)Jack Jansen1995-06-031-0/+2
|
* - The prefs file wasn't updated correctly if it already existed.Jack Jansen1995-04-241-5/+10
| | | | - Guido's r1.23 fix wrt PyMac_DoYieldEnabled had somehow gotten lost.
* Removed seeks beyond eof (MW doesn't support them)Jack Jansen1995-04-231-2/+13
|