summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* removed unused varJack Jansen1996-10-231-1/+0
* Added support for tab hooksJack Jansen1996-10-232-0/+59
* Fixed xstat to again include resroucefork size, creator, type. ObtainJack Jansen1996-10-151-14/+50
* Fixed object-handler-install bugJack Jansen1996-10-011-1/+1
* Fixed bug in object-handler install arg handlingJack Jansen1996-10-011-1/+1
* Fixed very nasty null-dereferencing bug in DisposeControl/destroyJack Jansen1996-10-014-35/+42
* Added DebugStr method to drop into low-level debuggerJack Jansen1996-09-301-0/+16
* Added dialog-centering code to splash()Jack Jansen1996-09-231-1/+16
* Added support for GetDialogWindow and other accessor functionsJack Jansen1996-09-232-0/+93
* Added macfs.FindApplication() to find application FSSpec given signature.Jack Jansen1996-09-201-0/+21
* Fixed macos.splash to actually *draw* the splash box:-)Jack Jansen1996-09-151-3/+7
* Added [GS]etDates methods to get and set creation, modification andJack Jansen1996-09-151-0/+88
* - Renamed USE_BGEN to USE_TOOLBOXJack Jansen1996-08-201-6/+10
* Removed {Set,Get}SoundVol (old calls not supported by cfm68k)Jack Jansen1996-08-192-34/+4
* GUSI mkdir() lost its dummy second argJack Jansen1996-08-061-0/+4
* Upgraded to Waste 1.2fJack Jansen1996-08-063-98/+114
* RegeneratedJack Jansen1996-08-0210-30/+0
* Removed unused varJack Jansen1996-08-012-5/+0
* NumVersion stuff has changedJack Jansen1996-08-012-47/+8
* Added access to selFlags and listFlags members (both read and write)Jack Jansen1996-07-262-4/+68
* Added SetFolder method which sets Standard File initial folderJack Jansen1996-07-221-0/+29
* inittab is a "struct _inittab".Jack Jansen1996-07-101-4/+1
* Added splash method (to quickly display splash screen without firstJack Jansen1996-05-201-0/+20
* Added wasteJack Jansen1996-05-201-0/+6
* Fixed callback handling on 68K machines.Jack Jansen1996-05-202-16/+22
* Added _id attribute to GrafPort objects (real id of grafport, numeric)Jack Jansen1996-05-082-3/+6
* Added support for callbacks (for embedded objects)Jack Jansen1996-05-073-4/+453
* Made style and soup handles optionalJack Jansen1996-04-233-17/+27
* Removed ...gen.py files from repositoryJack Jansen1996-04-1613-4878/+0
* Added support for accessing a few more TERec membersJack Jansen1996-04-162-8/+32
* An interface to WASTE, an all-singing-all-dancing TextEdit replacementJack Jansen1996-04-163-0/+1955
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-1233-29/+114
* Added scrap managerJack Jansen1996-04-121-0/+4
* Fixed a nasty bug where FindControl could return a reference to aJack Jansen1996-04-124-4/+7
* Interface to the scrap managerJack Jansen1996-04-123-0/+308
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-1015-21/+43
* Interface to TextEdit toolboxJack Jansen1996-04-103-0/+1179
* Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()Jack Jansen1996-03-061-0/+10
* Removed unused varsJack Jansen1996-03-051-3/+0
* Added openrf method, which opens resource fork. The resulting objectJack Jansen1996-02-291-0/+330
* Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink.Jack Jansen1996-02-211-2/+14
* - Added Guido's fixesJack Jansen1996-02-201-45/+28
* Modified for GUSIJack Jansen1996-02-142-1/+53
* Added cmath moduleJack Jansen1996-01-291-0/+6
* Modules implementing WWW and URL suite, and a module to control netscape.Jack Jansen1996-01-291-0/+76
* Fixed access to Quickdraw globals. Unfortunately, they now have to beJack Jansen1996-01-292-40/+125
* Added rgbFgColor and a few other members of CGrafPortJack Jansen1996-01-152-12/+32
* Added Fm moduleJack Jansen1996-01-151-0/+2
* - Added FontInfo supportJack Jansen1996-01-114-35/+176
* An interface to the font managerJack Jansen1996-01-094-0/+605