summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Raise a more intellegible error in the case of missing keyword argsJack Jansen1996-10-231-2/+9
|
* Fixed flashing in ProgressBar update.Jack Jansen1996-10-151-9/+8
|
* Fixed progressbar cleanupJack Jansen1996-10-041-6/+4
|
* Menu callbacks can be strings, in which case they will be looked up inJack Jansen1996-09-261-12/+76
| | | | | the top window. The menubar is redrawn in the event loop in stead of for every change.
* Finally *tested* effect of fg and bg yield values (and changed them:-)Jack Jansen1996-09-221-0/+17
|
* Regenerated to use aetools.Error in stead of MacOS.Error.Jack Jansen1996-09-208-153/+230
|
* - Added optional "start" argument to TalkTo initialializer, whichJack Jansen1996-09-201-4/+20
| | | | | | starts the app (if needed). - Added aetools.Error, which is returned in case of server-generated errors (better than MacOS.Error, which was raised previously)
* Convenience routines: wrappers around some of the scriptable finderJack Jansen1996-09-201-0/+138
| | | | functionality.
* Created Finder 7.0 AE interface and a test program that uses theJack Jansen1996-09-192-0/+343
| | | | finder to launch an application.
* Added _quit() method similar to FrameWork in stead of settingJack Jansen1996-09-171-1/+4
| | | | self.quitting by hand.
* - Use a flag (self.quitting) as preferred method of exiting mainloopJack Jansen1996-09-171-4/+18
| | | | - Added optional "nomenubar" argument to Application.__init__
* - Optionally copy file times for copy/copytree (default on)Jack Jansen1996-09-151-4/+20
| | | | | - Added touch(file) routine to tell the finder a files icon or something has changed (*finally* found out how to do this)
* (preliminary) framework for scriptable applicationsJack Jansen1996-09-091-0/+166
|
* Symbolic names for all error codes from Errors.h and errno.hJack Jansen1996-09-051-0/+626
|
* Added setwatchcursor() and setarrowcursor() functionsJack Jansen1996-08-281-0/+10
|
* Re-binhexedJack Jansen1996-08-202-518/+518
|
* New waste releaseJack Jansen1996-08-061-1/+2
|
* Regenerated from CW9 includes (only QuickDraw really got a few new values)Jack Jansen1996-08-0216-17/+22
|
* Removed debug outputJack Jansen1996-08-011-2/+0
|
* Allow only one selection (this tests settability of selFlags)Jack Jansen1996-07-261-0/+2
|
* RegeneratedJack Jansen1996-07-261-1/+1
|
* Mods by Just:Jack Jansen1996-07-261-20/+46
| | | | | | | - Better staggering of windows - Windows have zoombox by default, and zooming works - DrawControls->UpdateControls - Better scrollbar show/hide
* Module to handle PYC resourcesJack Jansen1996-05-311-0/+76
|
* Added MenuItem methods setstyle(), seticon(), setmark()Jack Jansen1996-04-231-0/+12
|
* - Confine window moves to screen boundariesJack Jansen1996-04-191-9/+35
| | | | | | | | | - Added windowbounds() function to help programmer with staggering windows - Added event parameter to idle routine - Added settext(label) method to menu entries - Erase/invalidate only visRgn in stead of everything - Correctly handle clicks in inactive ControlWindows
* Minimal waste test program, modified from ttedit.Jack Jansen1996-04-191-0/+86
|
* Fixed ScrolledWindow to disable scrollbars if everything is visible.Jack Jansen1996-04-161-8/+48
|
* An interface to WASTE, an all-singing-all-dancing TextEdit replacement.Jack Jansen1996-04-161-0/+86
|
* Added ScrolledWindow (a window with one or two scrollbars)Jack Jansen1996-04-122-2/+172
|
* Fixed ttedit to actually workJack Jansen1996-04-112-15/+7
| | | | Fixed minor update bug in tlist
* Added enable(onoff) method to menus and menu itemsJack Jansen1996-04-111-0/+11
|
* Added region argument to various ...Update calls.Jack Jansen1996-04-105-10/+14
| | | | Also, some rsrc files got rebinhexed (sigh)
* TextEdit sample code (not yet complete)Jack Jansen1996-04-102-0/+102
|
* Added TextEdit interfaceJack Jansen1996-04-101-0/+56
|
* re-binhexedJack Jansen1996-03-202-509/+509
|
* Removed addpack callsJack Jansen1996-03-209-52/+0
|
* Removed addpack calls for toolbox modules.Jack Jansen1996-03-207-35/+0
|
* Oops... I Inadvertently lost their cvs files...Jack Jansen1996-03-184-0/+908
|
* Binhexer fixedJack Jansen1996-03-181-11/+10
|
* Added option to set queue sizeJack Jansen1996-03-181-3/+4
|
* Use MacOS.openrf (if it is available) for opening resource forksJack Jansen1996-03-121-3/+9
| | | | Copy in .5Mb chunks in stead of 1Mb
* Added checkmenu() method (to checkmark an entry) and delete() methodJack Jansen1996-03-121-0/+18
| | | | to remove a menu.
* 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
|