summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Documented (slightly) the USE_CACHE_ALIGNED define, for the standaloneJack Jansen1997-05-292-2/+13
| | | | distribution
* Updated for 1.5a2 distributionJack Jansen1997-05-291-24/+17
|
* Projects for 1.5a2 distritbuionJack Jansen1997-05-2928-3179/+3249
|
* Version number and such for 1.5a2 distributionJack Jansen1997-05-294-1332/+1331
|
* Changed release note structure:Jack Jansen1997-05-288-762/+663
| | | | | - Relnotes contains current release notes - HISTORY contains all old release notes
* Added a range of resource numbers reserved for BruceJack Jansen1997-05-281-0/+3
|
* Removed references to StdClib and PLStringFuncs, rebuilt everythingJack Jansen1997-05-2330-12711/+12686
|
* Nothing importantJack Jansen1997-05-233-30/+30
|
* Changed version string and preferences filename to 1.5a2.Jack Jansen1997-05-234-919/+925
|
* RenamedJack Jansen1997-05-231-1/+1
|
* Added keys() and mapping interface to shared-library objects, allowingJack Jansen1997-05-231-2/+103
| | | | iteration over all symbols exported
* - Added Py_GetProgramFullPathJack Jansen1997-05-232-8/+59
| | | | | | | - Added PyMac_StopGUSISpin and have it called at exit time (fixes crash when exiting with sockets open) - Added PLstr... funcs needed by gusi: those provided by StdCLib are broken under cfm68k
* Added PyMac_StopGUSISpinJack Jansen1997-05-231-5/+6
|
* Regenreated for MSLJack Jansen1997-05-151-6/+11
|
* MSL errno.h has moved some errors around, and doesn't documentJack Jansen1997-05-153-6/+24
| | | | them in comments, so we do that ourselves.
* Use ProgressBar to show progress in stead of printJack Jansen1997-05-131-15/+29
|
* Don't free the MacOS_Splash() dialog twice...Jack Jansen1997-05-131-2/+4
|
* Add a few more BringToFont callsJack Jansen1997-05-131-0/+3
|
* Export a few more New/Convert routines, on Just's requestJack Jansen1997-05-132-0/+14
|
* Regenrated from CW11 IDEJack Jansen1997-05-131-32/+200
|
* Fixes to progress bar by SDM, modified by Jack:Jack Jansen1997-05-122-401/+464
| | | | | | | - Window has a titlebar, and title() changes it - The label is changed with label() - The window is now movable-modal - Cancel is now called Stop, and works.
* - toolboxmodules built first (others depend on it)Jack Jansen1997-05-072-20/+19
| | | | | - Changed name of fat interpreter to PythonFAT (Python conflicted with toplevel folder of the same name, unfortunately)
* Sometimes tried to modify a tuple. Fixed.Jack Jansen1997-05-071-0/+1
|
* Version upped to 1.5a1Jack Jansen1997-05-071-19/+19
|
* Included new MSL error numbersJack Jansen1997-05-071-2/+2
|
* Workaround for bug in MSL and CWGUSI interaction that stopped theJack Jansen1997-05-071-0/+7
| | | | "don't close window on exit" feature to work.
* - Various names in CodeFragments.h have changedJack Jansen1997-05-071-4/+17
| | | | | | - a dummy main program was added, so we can use the standard MW MSL runtime library for main programs (in stead of rolling our own, as we did previously).
* - Changed the m# format for PyArg_ParseTuple back to s#Jack Jansen1997-05-075-7/+7
| | | | - c2pstr has moved to a different include file
* c2pstr has moved to a different include fileJack Jansen1997-05-071-3/+1
|
* c2pstring has moved to a different include fileJack Jansen1997-05-071-3/+0
|
* Updated for building with MSL librariesJack Jansen1997-05-071-41/+50
|
* Updated for (optional) use of MSL librariesJack Jansen1997-05-074-1/+22
|
* Updated to use MSL librariesJack Jansen1997-05-0735-13881/+13759
|
* - Use cfmfile to (finally) implement building fat PythonsJack Jansen1997-05-062-62/+137
| | | | - Turned the 10 or so yes/no questions into a single dialog
* Module to merge 'cfrg' resources (to create fat ppc/cfm68k programsJack Jansen1997-05-061-0/+235
| | | | and shared libraries).
* NewMovieFromFile has extra parameter and return valueJack Jansen1997-04-092-2/+2
|
* Enabled resID input/output parameter to NewMovieFromFile. This changesJack Jansen1997-04-093-13/+192
| | | | | the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason.
* (Optional) MSL compatabilityJack Jansen1997-04-081-0/+4
|
* DisposPtr -> DisposePtrJack Jansen1997-04-081-1/+1
|
* Changed the few old routine names still used to the new onesJack Jansen1997-04-083-9/+14
| | | | Started working on MSL support
* Changed [SG]etCRefCon to [SG]etControlReferenceJack Jansen1997-04-082-7/+7
|
* Modified for (optional) use of MSLJack Jansen1997-04-081-2/+4
|
* Fixed for compiling without OLDROUTINENAMES and OLDROUTINELOCATIONSJack Jansen1997-04-082-6/+6
|
* Added an attribute string_id_to_buffer, which gives the offset youJack Jansen1997-04-031-0/+12
| | | | | | | | have to add to the id() of a string to get the address of the data. This is a horrible and error-prone hack, but unfortunately it is one that is needed for playing audio and crearing pixmaps. Having the constant here is at least marginally better than the previous practice of having the constant 16 all over the place...
* - Most errors are *not* OSErr style, so raise better exceptions (withJack Jansen1997-04-031-27/+57
| | | | | textual messages) - Plugged a memory leak or two
* Still not a real test, but at least it runs againJack Jansen1997-04-031-17/+26
|
* Use MacOS.string_id_to_buffer for id() to buffer address hackJack Jansen1997-04-031-1/+2
|
* Use MacOS.string_id_to_buffer for the hack to convert string id() toJack Jansen1997-04-031-1/+2
| | | | buffer address.
* Converted to CW11.Jack Jansen1997-02-2433-12036/+12178
|
* Make cache-alignment work always (in stead of 50% of the time:-)Jack Jansen1997-02-241-1/+1
|