summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added missing imgpbm and imgsgi modulesJack Jansen1995-10-121-0/+4
|
* New universal headersJack Jansen1995-10-097-41/+44
|
* Removed unused variableJack Jansen1995-10-031-2/+0
|
* Added List moduleJack Jansen1995-08-311-0/+2
|
* Generated anewJack Jansen1995-08-1717-11/+49
|
* Use ResObj_OptNew for GetDialogItem return value: the handle returnedJack Jansen1995-08-172-0/+10
| | | | may be NULL (for user items, for instance).
* Added ResObj_OptNew, like ResObj_New but returns None when passed NULL.Jack Jansen1995-08-171-0/+13
|
* Added WhichWindow function to obtain window object given WindowPtr (asJack Jansen1995-08-171-0/+17
| | | | returned by event routines)
* Different arg to GetEventHandler (but I cannot really remember fixingJack Jansen1995-08-171-5/+7
| | | | this.... Hope it is correct)
* Lots of stuff removed: gone to various other files.Jack Jansen1995-08-141-233/+3
|
* Added new call PromptGetFile (like StandardGetFile, but accepts aJack Jansen1995-08-141-2/+29
| | | | prompt) and added optional prompt to GetDirectory.
* Interface to the Mac List Manager.Jack Jansen1995-08-144-0/+955
|
* re-enabled newmoduleJack Jansen1995-08-091-4/+0
|