summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Modules implementing WWW and URL suite, and a module to control netscape.Jack Jansen1996-01-292-0/+468
|
* Added missing get() methodJack Jansen1996-01-291-0/+24
|
* - Added FontInfo supportJack Jansen1996-01-111-2/+2
| | | | - Added (read-)access to members of [C]GrafPort object
* - Fixed bug in getfillable()Jack Jansen1996-01-091-1/+8
| | | | - Added setcallback() method to set a user-callback
* An interface to the font managerJack Jansen1996-01-091-0/+32
|
* Various fixes/enhancements, thanks to Ivan and Just:Jack Jansen1996-01-081-5/+24
| | | | | | | | - Added window.SetPort() method - Added optional bounds and resid parameters to Window.open() - Fixed apple-menu DA handling - Fixed activate-event handling - Added default Application.makeusermenus() (File:Quit only)
* A different binhexer, apparently:-(Jack Jansen1996-01-021-9/+10
|
* Fixed exampleJack Jansen1996-01-021-1/+6
|
* Added missing newlineJack Jansen1995-12-211-1/+1
|
* Minor bugfix in keyboard input handlingJack Jansen1995-12-121-1/+2
|
* - Added color window/pixmap supportJack Jansen1995-12-125-5/+5
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* QuickTime support (not yet functional)Jack Jansen1995-11-301-0/+234
|
* Component mgr supportJack Jansen1995-11-302-0/+68
|
* - Added support for PicHandleJack Jansen1995-11-141-1/+2
| | | | | - 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-141-1/+11
|
* - Fixed handling of InsetRect, OffsetRect, MapRectJack Jansen1995-11-141-2/+10
| | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers.
* Universal header changes: some new bits defined.Jack Jansen1995-11-141-1/+10
|
* Regenerated because of minor changes in universal headersJack Jansen1995-11-141-12/+13
|
* Added 2 missing SetPort callsJack Jansen1995-11-141-1/+2
|
* Added a ProgressBar() class (which shows a progress bar). Needs newJack Jansen1995-11-141-0/+63
| | | | resource.
* Added idle() method, called when no events are available.Jack Jansen1995-11-101-0/+5
|
* Fixed positioning of icon on copy()Jack Jansen1995-10-091-1/+3
|
* New universal headersJack Jansen1995-10-092-3/+12
|
* Fixed bug in optional argument error checking (and generated allJack Jansen1995-10-094-376/+311
| | | | suites anew).
* Modified/recreated to use keyword argumentsJack Jansen1995-10-036-2324/+1130
|
* add (dummy) mode arg to open()Guido van Rossum1995-09-011-1/+5
|
* its all in the name...Jack Jansen1995-08-311-0/+1171
|
* Modeless dialog testJack Jansen1995-08-311-0/+45
|
* copy() can now create destination pathJack Jansen1995-08-311-10/+21
|
* Constants useful when using macfs moduleJack Jansen1995-08-311-0/+30
|
* Fixed dialog-window event handlingJack Jansen1995-08-311-12/+10
|
* Generated anewJack Jansen1995-08-178-9/+9
|
* Test of list in dialogJack Jansen1995-08-172-0/+93
|
* Uses new FrameWork, has multiple windowsJack Jansen1995-08-171-31/+46
|
* Made separate window class (and subclasses for special windows likeJack Jansen1995-08-171-96/+237
| | | | dialogs). This is an incompatible change.
* Various fixes: missing imports, missing calls toJack Jansen1995-08-141-24/+32
| | | | MacOS.HandleEvent. Also, prints are now inside 'if DEBUG'.
* Useful routines on a mac:Jack Jansen1995-08-141-0/+77
| | | | | | - mkalias makes a finder alias - copy copies a file, finder info, resources and all. - copytree does the same for a whole tree.
* Interface to the Mac List Manager.Jack Jansen1995-08-142-0/+94
|
* - Use new namesJack Jansen1995-07-291-6/+13
| | | | - Use AEInteractWithUser
* Initial revisionJack Jansen1995-07-291-0/+925
|
* New test program for server AE handlingJack Jansen1995-07-291-0/+5
|
* minor fixJack Jansen1995-07-291-1/+1
|
* Fixed incorrect call to InstallHandler and a few other thingsJack Jansen1995-07-293-3/+3
|
* Various toolbox routines have gotten new names.Jack Jansen1995-07-172-15/+15
|
* The three most important suites, generated by gensuitemoduleJack Jansen1995-07-173-0/+2312
|
* Gensuitemodule generates python classes from aete/aeut resourcesJack Jansen1995-07-171-0/+29
| | | | test_suite is a tiny test program for such a generated class
* Split aepack and aetypes off from aetools (it was getting too big)Jack Jansen1995-07-173-463/+898
| | | | | Added support for all basic types mentioned in Apple Event Registry Added support for automatically-generated suites.
* Generated anew after fixing aescan.pyJack Jansen1995-07-172-0/+499
|
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-099-33/+74
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-067-80/+113
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions