summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | having to load a zillion extension modules)
* 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
| | | | Lib:toolbox folder.
* 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
| | | | destroyed python object.
* 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
| | | | after each chdir call.
* Removed unused varsJack Jansen1996-03-051-3/+0
|
* Added openrf method, which opens resource fork. The resulting objectJack Jansen1996-02-291-0/+330
| | | | supports a subset of normal file functionality.
* 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
| | | | | - Removed CW4 ifdefs - Rationalized ifdefs for dup, fdopen
* 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
| | | | accessed as Qd.qd.xxxx
* 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
| | | | - Added (read-)access to members of [C]GrafPort object
* An interface to the font managerJack Jansen1996-01-094-0/+605
|
* Fixed GetPen and SetPt argumentsJack Jansen1996-01-083-8/+11
|
* Added support for PenState and Patterns (and the accompanying qdJack Jansen1996-01-064-6/+395
| | | | globals)
* Added support for cursors, and a way to get at the qd global 'arrow'Jack Jansen1996-01-054-2/+57
|
* - Added color window/pixmap supportJack Jansen1995-12-1220-33/+224
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* It now actually works. Also, MovieInWindow and VerySimplePlayerJack Jansen1995-12-094-858/+967
| | | | example programs translated to python and added.
* Added support for RGB objects (tuples in python)Jack Jansen1995-12-094-2/+359
|
* Added component mgr and quicktime modulesJack Jansen1995-12-091-0/+5
|
* still untested (but it compiles)Jack Jansen1995-11-304-199/+7038
|
* QuickTime support (not yet functional)Jack Jansen1995-11-303-0/+1106
|
* Component mgr supportJack Jansen1995-11-304-0/+1097
|
* BitMap object support (only lightly tested)Jack Jansen1995-11-164-1/+411
|
* Added support for GrafPort objectJack Jansen1995-11-155-26/+279
|
* Added (minimal) support for a GrafPort typeJack Jansen1995-11-154-94/+139
|
* - Added support for PicHandleJack Jansen1995-11-145-3/+366
| | | | | - Added (by hand, through winedit.py) support for WindowPeek accessor functions that are currently declared as macros.
* New universal headers, a few bit-flags were added.Jack Jansen1995-11-142-1/+2
|
* - Fixed handling of InsetRect, OffsetRect, MapRectJack Jansen1995-11-144-11/+180
| | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers.
* Universal header changes: some new bits defined.Jack Jansen1995-11-141-1/+1
|
* Regenerated because of minor changes in universal headersJack Jansen1995-11-142-12/+12
|
* Added _tkinter, if USE_TK definedJack Jansen1995-11-101-1/+6
|