Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerated | Jack Jansen | 1997-08-15 | 13 | -14/+14 |
| | |||||
* | mkalias() now has an optional third parameter to create relative | Jack Jansen | 1997-08-08 | 1 | -2/+7 |
| | | | | aliases (Just) | ||||
* | - Added classes to support class/property generation by gensuitemodule | Jack Jansen | 1997-08-08 | 3 | -17/+111 |
| | | | | - Fixed Property class: selector is a 'type', not an 'enum' | ||||
* | Added dopendingevents call | Jack Jansen | 1997-06-20 | 1 | -0/+31 |
| | | | | Added asyncevents call to enable asynchronous event handling | ||||
* | Allow specifying own resources for all dialogs | Jack Jansen | 1997-06-20 | 1 | -7/+15 |
| | | | | Allow changing labels on yesnocancel dialog | ||||
* | Module to buffer stdout/stderr until stdin is read. Useful for | Jack Jansen | 1997-06-20 | 1 | -0/+110 |
| | | | | | windowing programs, together with option to keep console window closed until needed. | ||||
* | Regenerated | Jack Jansen | 1997-06-20 | 3 | -3/+3 |
| | |||||
* | Replaced MacOS.EnableAppSwitch with MacOS.SchedParams | Jack Jansen | 1997-06-12 | 2 | -5/+5 |
| | |||||
* | Added optional preload arg to some routines (which creates reloaded | Jack Jansen | 1997-06-12 | 1 | -5/+9 |
| | | | | resources when set) | ||||
* | Replaced MacOS.EnableAppswitch by MacOS.SchedParams | Jack Jansen | 1997-06-12 | 4 | -6/+6 |
| | |||||
* | Regenreated for MSL | Jack Jansen | 1997-05-15 | 1 | -6/+11 |
| | |||||
* | Add a few more BringToFont calls | Jack Jansen | 1997-05-13 | 1 | -0/+3 |
| | |||||
* | Regenrated from CW11 IDE | Jack Jansen | 1997-05-13 | 1 | -32/+200 |
| | |||||
* | Fixes to progress bar by SDM, modified by Jack: | Jack Jansen | 1997-05-12 | 1 | -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 again | Jack Jansen | 1997-04-03 | 1 | -17/+26 |
| | |||||
* | 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 |
| |