Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4346716962881713cbdbf59eb901b35dae31f042
/
Mac
/
Python
/
macglue.c
08c3be3
Changed the few old routine names still used to the new ones
by Jack Jansen
· 28 years ago
c587301
- Changed GestaltEqu.h to Gestalt.h
by Jack Jansen
· 28 years ago
7e94404
Only go into eventloop/interrupt check 10 times per second
by Jack Jansen
· 28 years ago
42218ce
Added/updated copyright notices
by Jack Jansen
· 28 years ago
8096daa
When loading a PYC resource check whether the filename is the
by Jack Jansen
· 29 years ago
0e06e7e
About boxes should be at 20% of screen height, not halfway
by Jack Jansen
· 29 years ago
d617c57
Changed default background yield time to 1 tick
by Jack Jansen
· 29 years ago
7d5f9e8
- Put all options in a struct
by Jack Jansen
· 29 years ago
3469e99
Python about box implemented. Slightly convoluted, since (a) we have
by Jack Jansen
· 29 years ago
b9bf6e2
Removed unused vars
by Jack Jansen
· 29 years ago
f6865f7
- Fixed PyMac_DoYield:
by Jack Jansen
· 29 years ago
bf05d4c
Fixed command-. handling
by Jack Jansen
· 29 years ago
cfadbd4
Guido:
by Jack Jansen
· 29 years ago
7ac70af
Dummy SpinCursor() if __CFM68K__ is defined
by Jack Jansen
· 29 years ago
d1f0631
- Minimum stacksize is now 8K for PPC, 4K for 68K - Added PyMac_BuildNumVersion
by Jack Jansen
· 29 years ago
1ed9529
Added PyOS_CheckStack() function which returns -1 when we are running
by Jack Jansen
· 29 years ago
31dd5c0
PyMac_GetFixed() didn't return 1 on success
by Jack Jansen
· 29 years ago
975aa22
Don't change Standard File folder on chdir().
by Jack Jansen
· 29 years ago
378815c
Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
by Jack Jansen
· 29 years ago
911ad6b
Added code to make fsspecs work for gusi-python
by Jack Jansen
· 29 years ago
fa4d5d0
Added converters for Fixed
by Jack Jansen
· 30 years ago
38e9766
Cosmetic change to event handling.
by Jack Jansen
· 30 years ago
847e89e
Removed unused variables
by Jack Jansen
· 30 years ago
819f177
Lots of stuff moved to other files.
by Jack Jansen
· 30 years ago
cf63693
Better error messages wrt missing resources and preferences
by Jack Jansen
· 30 years ago
292b0f9
Added code so you canset "command line options" if you
by Jack Jansen
· 30 years ago
f74f63a
Initial port to CodeWarrior CFM68K support (mainly by disabling
by Jack Jansen
· 30 years ago
0830550
Added code to obtain sys.path from a resource
by Jack Jansen
· 30 years ago
45ff77f
- The prefs file wasn't updated correctly if it already existed.
by Jack Jansen
· 30 years ago
16df2aa
Under MW also be more conservative about events to request
by Jack Jansen
· 30 years ago
e7134aa
return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts
by Guido van Rossum
· 30 years ago
76efd8e
MAde a few things more orthogonal and did some cleanups:
by Jack Jansen
· 30 years ago
24a45e3
ported to MPW, moved main() here
by Guido van Rossum
· 30 years ago
3ec804a
- Added PyMac_GetDirectory call which asks the user to select a
by Jack Jansen
· 30 years ago
8c89a6f
use PyMac_GetArgv (in macgetargv.c) for applet inits
by Guido van Rossum
· 30 years ago
c3d1c8e
added applet initialization;
by Guido van Rossum
· 30 years ago
74162f3
Added support for loading pyc code from a resource.
by Jack Jansen
· 30 years ago
becdbec
ported to Think C
by Guido van Rossum
· 30 years ago
6cfab23
Changed PyMac_GetPythonDir to use a preferences file to store the
by Jack Jansen
· 30 years ago
cc9bc8f
null-terminate the error string in macstrerror
by Guido van Rossum
· 30 years ago
8cd2b72
Added PyMac_GetPythonDir routine which obtains python home directory
by Jack Jansen
· 30 years ago
a76382a
Added HandleEvent method to macos, so python programs can hand back
by Jack Jansen
· 30 years ago
cc0d879
added <OSEvents.h> for Think C
by Guido van Rossum
· 30 years ago
ee23d6e
- Moved interrupt code to macglue.c
by Jack Jansen
· 30 years ago
5279ec6
reverse h/v in Point and Rect
by Guido van Rossum
· 30 years ago
e8e8ae0
Added eventhandling in mainloop/busywait routine plus leaving some
by Jack Jansen
· 30 years ago
cf27c2d
Some layout changes; added EventRecord Get/Build functions (as a tuple).
by Guido van Rossum
· 30 years ago
b340466
cosmetics: copyright, comments
by Guido van Rossum
· 30 years ago
9aa3d13
renamed Get routines to PyMac_Get; added macfs to config.c
by Guido van Rossum
· 30 years ago
8f69179
modernized/rationalized, added PyMac_BuildOSType
by Guido van Rossum
· 30 years ago
5f65309
- Moved some useful routines from macosmodule.c here
by Jack Jansen
· 30 years ago
fffb8bb
rename2 changes
by Guido van Rossum
· 30 years ago
f93c72a
New routines:
by Jack Jansen
· 30 years ago