summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* It now actually works. Also, MovieInWindow and VerySimplePlayerJack Jansen1995-12-094-858/+967
* 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
* 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
* 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
* 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
* Different arg to GetEventHandler (but I cannot really remember fixingJack Jansen1995-08-171-5/+7
* 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
* Interface to the Mac List Manager.Jack Jansen1995-08-144-0/+955
* re-enabled newmoduleJack Jansen1995-08-091-4/+0
* add xstat (extended stat, returns resource fork size and creator/type)Guido van Rossum1995-08-081-1/+32
* Added binasciiJack Jansen1995-08-071-0/+2
* Added interfaces to {Get,Set}FInfo and accompanying objectsJack Jansen1995-08-071-1/+174
* Fixed incorrect call to InstallHandler and a few other thingsJack Jansen1995-07-293-18/+58
* - Added getplatform()Jack Jansen1995-07-281-0/+9