summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Collapse)AuthorAgeFilesLines
* RegeneratedJack Jansen1997-08-1513-14/+14
|
* mkalias() now has an optional third parameter to create relativeJack Jansen1997-08-081-2/+7
| | | | aliases (Just)
* - Added classes to support class/property generation by gensuitemoduleJack Jansen1997-08-083-17/+111
| | | | - Fixed Property class: selector is a 'type', not an 'enum'
* Added dopendingevents callJack Jansen1997-06-201-0/+31
| | | | Added asyncevents call to enable asynchronous event handling
* Allow specifying own resources for all dialogsJack Jansen1997-06-201-7/+15
| | | | Allow changing labels on yesnocancel dialog
* Module to buffer stdout/stderr until stdin is read. Useful forJack Jansen1997-06-201-0/+110
| | | | | windowing programs, together with option to keep console window closed until needed.
* RegeneratedJack Jansen1997-06-203-3/+3
|
* Replaced MacOS.EnableAppSwitch with MacOS.SchedParamsJack Jansen1997-06-122-5/+5
|
* Added optional preload arg to some routines (which creates reloadedJack Jansen1997-06-121-5/+9
| | | | resources when set)
* Replaced MacOS.EnableAppswitch by MacOS.SchedParamsJack Jansen1997-06-124-6/+6
|
* Regenreated for MSLJack Jansen1997-05-151-6/+11
|
* Add a few more BringToFont callsJack Jansen1997-05-131-0/+3
|
* Regenrated from CW11 IDEJack Jansen1997-05-131-32/+200
|
* Fixes to progress bar by SDM, modified by Jack:Jack Jansen1997-05-121-16/+79
| | | | | | | - Window has a titlebar, and title() changes it - The label is changed with label() - The window is now movable-modal - Cancel is now called Stop, and works.
* Still not a real test, but at least it runs againJack Jansen1997-04-031-17/+26
|
* Use MacOS.string_id_to_buffer for id() to buffer address hackJack Jansen1997-04-031-1/+2
|
* Re-generated from new (CW11) universal headersJack Jansen1997-02-245-50/+215
|
* Return preferences of unknown type as opaque dataJack Jansen1997-01-101-1/+14
|
* High-level interface to Internet ConfigJack Jansen1997-01-092-1/+246
| | | | (and readability fix to icgluetest.py)
* Minimal test of icglue moduleJack Jansen1997-01-071-0/+27
|
* Added Application.cleanup method which asks all windows to closeJack Jansen1996-12-231-0/+5
| | | | themselves and returns true if they did.
* 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
|