COMMITS
/ Mac/Python/macglue.c February 24, 1997
J
- Changed GestaltEqu.h to Gestalt.h
Jack Jansen committed
February 20, 1997
J
Only go into eventloop/interrupt check 10 times per second
Jack Jansen committed
January 31, 1997
J
Added/updated copyright notices
Jack Jansen committed
November 9, 1996
J
When loading a PYC resource check whether the filename is the
Jack Jansen committed
September 23, 1996
J
About boxes should be at 20% of screen height, not halfway
Jack Jansen committed
September 22, 1996
J
Changed default background yield time to 1 tick
Jack Jansen committed
September 7, 1996
J
- Put all options in a struct
Jack Jansen committed
September 6, 1996
J
Python about box implemented. Slightly convoluted, since (a) we have
Jack Jansen committed
September 5, 1996
J
Removed unused vars
Jack Jansen committed
September 4, 1996
J
- Fixed PyMac_DoYield:
Jack Jansen committed
August 19, 1996
J
Fixed command-. handling
Jack Jansen committed
J
Dummy SpinCursor() if __CFM68K__ is defined
Jack Jansen committed
August 1, 1996
J
- Minimum stacksize is now 8K for PPC, 4K for 68K
Jack Jansen committed
July 22, 1996
J
Added PyOS_CheckStack() function which returns -1 when we are running
Jack Jansen committed
May 31, 1996
J
PyMac_GetFixed() didn't return 1 on success
Jack Jansen committed
March 25, 1996
J
Don't change Standard File folder on chdir().
Jack Jansen committed
March 6, 1996
J
Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
Jack Jansen committed
March 5, 1996
J
Added code to make fsspecs work for gusi-python
Jack Jansen committed
November 15, 1995
J
Added converters for Fixed
Jack Jansen committed
November 10, 1995
J
Cosmetic change to event handling.
Jack Jansen committed
August 31, 1995
J
Removed unused variables
Jack Jansen committed
August 14, 1995
J
Lots of stuff moved to other files.
Jack Jansen committed
August 7, 1995
J
Better error messages wrt missing resources and preferences
Jack Jansen committed
July 29, 1995
J
Added code so you canset "command line options" if you
Jack Jansen committed
June 27, 1995
J
Initial port to CodeWarrior CFM68K support (mainly by disabling
Jack Jansen committed
June 18, 1995
J
Added code to obtain sys.path from a resource
Jack Jansen committed
April 24, 1995
J
- The prefs file wasn't updated correctly if it already existed.
Jack Jansen committed
February 27, 1995
J
Under MW also be more conservative about events to request
Jack Jansen committed
February 26, 1995
G
return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts
Guido van Rossum committed
February 24, 1995
J
MAde a few things more orthogonal and did some cleanups:
Jack Jansen committed
February 20, 1995
G
ported to MPW, moved main() here
Guido van Rossum committed
J
- Added PyMac_GetDirectory call which asks the user to select a
Jack Jansen committed
February 19, 1995
G
use PyMac_GetArgv (in macgetargv.c) for applet inits
Guido van Rossum committed
February 18, 1995
G
added applet initialization;
Guido van Rossum committed
February 15, 1995
J
Added support for loading pyc code from a resource.
Jack Jansen committed
February 14, 1995
G
ported to Think C
Guido van Rossum committed
February 13, 1995
J
Changed PyMac_GetPythonDir to use a preferences file to store the
Jack Jansen committed
G
null-terminate the error string in macstrerror
Guido van Rossum committed
J
Added PyMac_GetPythonDir routine which obtains python home directory
Jack Jansen committed
February 2, 1995
J
Added HandleEvent method to macos, so python programs can hand back
Jack Jansen committed
January 30, 1995
G
added <OSEvents.h> for Think C
Guido van Rossum committed
January 27, 1995
J
- Moved interrupt code to macglue.c
Jack Jansen committed
January 26, 1995
G
reverse h/v in Point and Rect
Guido van Rossum committed
J
Added eventhandling in mainloop/busywait routine plus leaving some
Jack Jansen committed
January 25, 1995
G
Some layout changes; added EventRecord Get/Build functions (as a tuple).
Guido van Rossum committed
January 22, 1995
G
cosmetics: copyright, comments
Guido van Rossum committed
January 21, 1995
G
renamed Get routines to PyMac_Get; added macfs to config.c
Guido van Rossum committed
January 18, 1995
G
modernized/rationalized, added PyMac_BuildOSType
Guido van Rossum committed
J
- Moved some useful routines from macosmodule.c here
Jack Jansen committed