Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use MacOS.string_id_to_buffer for id() to buffer address hack | Jack Jansen | 1997-04-03 | 1 | -1/+2 | |
| | ||||||
* | Re-generated from new (CW11) universal headers | Jack Jansen | 1997-02-24 | 5 | -50/+215 | |
| | ||||||
* | Return preferences of unknown type as opaque data | Jack Jansen | 1997-01-10 | 1 | -1/+14 | |
| | ||||||
* | High-level interface to Internet Config | Jack Jansen | 1997-01-09 | 2 | -1/+246 | |
| | | | | (and readability fix to icgluetest.py) | |||||
* | Minimal test of icglue module | Jack Jansen | 1997-01-07 | 1 | -0/+27 | |
| | ||||||
* | Added Application.cleanup method which asks all windows to close | Jack Jansen | 1996-12-23 | 1 | -0/+5 | |
| | | | | themselves and returns true if they did. | |||||
* | Raise a more intellegible error in the case of missing keyword args | Jack Jansen | 1996-10-23 | 1 | -2/+9 | |
| | ||||||
* | Fixed flashing in ProgressBar update. | Jack Jansen | 1996-10-15 | 1 | -9/+8 | |
| | ||||||
* | Fixed progressbar cleanup | Jack Jansen | 1996-10-04 | 1 | -6/+4 | |
| | ||||||
* | Menu callbacks can be strings, in which case they will be looked up in | Jack Jansen | 1996-09-26 | 1 | -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 Jansen | 1996-09-22 | 1 | -0/+17 | |
| | ||||||
* | Regenerated to use aetools.Error in stead of MacOS.Error. | Jack Jansen | 1996-09-20 | 8 | -153/+230 | |
| | ||||||
* | - Added optional "start" argument to TalkTo initialializer, which | Jack Jansen | 1996-09-20 | 1 | -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 finder | Jack Jansen | 1996-09-20 | 1 | -0/+138 | |
| | | | | functionality. | |||||
* | Created Finder 7.0 AE interface and a test program that uses the | Jack Jansen | 1996-09-19 | 2 | -0/+343 | |
| | | | | finder to launch an application. | |||||
* | Added _quit() method similar to FrameWork in stead of setting | Jack Jansen | 1996-09-17 | 1 | -1/+4 | |
| | | | | self.quitting by hand. | |||||
* | - Use a flag (self.quitting) as preferred method of exiting mainloop | Jack Jansen | 1996-09-17 | 1 | -4/+18 | |
| | | | | - Added optional "nomenubar" argument to Application.__init__ | |||||
* | - Optionally copy file times for copy/copytree (default on) | Jack Jansen | 1996-09-15 | 1 | -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 applications | Jack Jansen | 1996-09-09 | 1 | -0/+166 | |
| | ||||||
* | Symbolic names for all error codes from Errors.h and errno.h | Jack Jansen | 1996-09-05 | 1 | -0/+626 | |
| | ||||||
* | Added setwatchcursor() and setarrowcursor() functions | Jack Jansen | 1996-08-28 | 1 | -0/+10 | |
| | ||||||
* | Re-binhexed | Jack Jansen | 1996-08-20 | 2 | -518/+518 | |
| | ||||||
* | New waste release | Jack Jansen | 1996-08-06 | 1 | -1/+2 | |
| | ||||||
* | Regenerated from CW9 includes (only QuickDraw really got a few new values) | Jack Jansen | 1996-08-02 | 16 | -17/+22 | |
| | ||||||
* | Removed debug output | Jack Jansen | 1996-08-01 | 1 | -2/+0 | |
| | ||||||
* | Allow only one selection (this tests settability of selFlags) | Jack Jansen | 1996-07-26 | 1 | -0/+2 | |
| | ||||||
* | Regenerated | Jack Jansen | 1996-07-26 | 1 | -1/+1 | |
| | ||||||
* | Mods by Just: | Jack Jansen | 1996-07-26 | 1 | -20/+46 | |
| | | | | | | | - Better staggering of windows - Windows have zoombox by default, and zooming works - DrawControls->UpdateControls - Better scrollbar show/hide | |||||
* | Module to handle PYC resources | Jack Jansen | 1996-05-31 | 1 | -0/+76 | |
| | ||||||
* | Added MenuItem methods setstyle(), seticon(), setmark() | Jack Jansen | 1996-04-23 | 1 | -0/+12 | |
| | ||||||
* | - Confine window moves to screen boundaries | Jack Jansen | 1996-04-19 | 1 | -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 Jansen | 1996-04-19 | 1 | -0/+86 | |
| | ||||||
* | Fixed ScrolledWindow to disable scrollbars if everything is visible. | Jack Jansen | 1996-04-16 | 1 | -8/+48 | |
| | ||||||
* | An interface to WASTE, an all-singing-all-dancing TextEdit replacement. | Jack Jansen | 1996-04-16 | 1 | -0/+86 | |
| | ||||||
* | Added ScrolledWindow (a window with one or two scrollbars) | Jack Jansen | 1996-04-12 | 2 | -2/+172 | |
| | ||||||
* | Fixed ttedit to actually work | Jack Jansen | 1996-04-11 | 2 | -15/+7 | |
| | | | | Fixed minor update bug in tlist | |||||
* | Added enable(onoff) method to menus and menu items | Jack Jansen | 1996-04-11 | 1 | -0/+11 | |
| | ||||||
* | Added region argument to various ...Update calls. | Jack Jansen | 1996-04-10 | 5 | -10/+14 | |
| | | | | Also, some rsrc files got rebinhexed (sigh) | |||||
* | TextEdit sample code (not yet complete) | Jack Jansen | 1996-04-10 | 2 | -0/+102 | |
| | ||||||
* | Added TextEdit interface | Jack Jansen | 1996-04-10 | 1 | -0/+56 | |
| | ||||||
* | re-binhexed | Jack Jansen | 1996-03-20 | 2 | -509/+509 | |
| | ||||||
* | Removed addpack calls | Jack Jansen | 1996-03-20 | 9 | -52/+0 | |
| | ||||||
* | Removed addpack calls for toolbox modules. | Jack Jansen | 1996-03-20 | 7 | -35/+0 | |
| | ||||||
* | Oops... I Inadvertently lost their cvs files... | Jack Jansen | 1996-03-18 | 4 | -0/+908 | |
| | ||||||
* | Binhexer fixed | Jack Jansen | 1996-03-18 | 1 | -11/+10 | |
| | ||||||
* | Added option to set queue size | Jack Jansen | 1996-03-18 | 1 | -3/+4 | |
| | ||||||
* | Use MacOS.openrf (if it is available) for opening resource forks | Jack Jansen | 1996-03-12 | 1 | -3/+9 | |
| | | | | Copy in .5Mb chunks in stead of 1Mb | |||||
* | Added checkmenu() method (to checkmark an entry) and delete() method | Jack Jansen | 1996-03-12 | 1 | -0/+18 | |
| | | | | to remove a menu. | |||||
* | Modules implementing WWW and URL suite, and a module to control netscape. | Jack Jansen | 1996-01-29 | 2 | -0/+468 | |
| | ||||||
* | Added missing get() method | Jack Jansen | 1996-01-29 | 1 | -0/+24 | |
| |