| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Added checkmenu() method (to checkmark an entry) and delete() method | Jack Jansen | 1996-03-12 | 1 | -0/+18 |
|
|
* | 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 |
|
|
* | - Added FontInfo support | Jack Jansen | 1996-01-11 | 1 | -2/+2 |
|
|
* | - Fixed bug in getfillable() | Jack Jansen | 1996-01-09 | 1 | -1/+8 |
|
|
* | An interface to the font manager | Jack Jansen | 1996-01-09 | 1 | -0/+32 |
|
|
* | Various fixes/enhancements, thanks to Ivan and Just: | Jack Jansen | 1996-01-08 | 1 | -5/+24 |
|
|
* | A different binhexer, apparently:-( | Jack Jansen | 1996-01-02 | 1 | -9/+10 |
|
|
* | Fixed example | Jack Jansen | 1996-01-02 | 1 | -1/+6 |
|
|
* | Added missing newline | Jack Jansen | 1995-12-21 | 1 | -1/+1 |
|
|
* | Minor bugfix in keyboard input handling | Jack Jansen | 1995-12-12 | 1 | -1/+2 |
|
|
* | - Added color window/pixmap support | Jack Jansen | 1995-12-12 | 5 | -5/+5 |
|
|
* | QuickTime support (not yet functional) | Jack Jansen | 1995-11-30 | 1 | -0/+234 |
|
|
* | Component mgr support | Jack Jansen | 1995-11-30 | 2 | -0/+68 |
|
|
* | - Added support for PicHandle | Jack Jansen | 1995-11-14 | 1 | -1/+2 |
|
|
* | New universal headers, a few bit-flags were added. | Jack Jansen | 1995-11-14 | 1 | -1/+11 |
|
|
* | - Fixed handling of InsetRect, OffsetRect, MapRect | Jack Jansen | 1995-11-14 | 1 | -2/+10 |
|
|
* | Universal header changes: some new bits defined. | Jack Jansen | 1995-11-14 | 1 | -1/+10 |
|
|
* | Regenerated because of minor changes in universal headers | Jack Jansen | 1995-11-14 | 1 | -12/+13 |
|
|
* | Added 2 missing SetPort calls | Jack Jansen | 1995-11-14 | 1 | -1/+2 |
|
|
* | Added a ProgressBar() class (which shows a progress bar). Needs new | Jack Jansen | 1995-11-14 | 1 | -0/+63 |
|
|
* | Added idle() method, called when no events are available. | Jack Jansen | 1995-11-10 | 1 | -0/+5 |
|
|
* | Fixed positioning of icon on copy() | Jack Jansen | 1995-10-09 | 1 | -1/+3 |
|
|
* | New universal headers | Jack Jansen | 1995-10-09 | 2 | -3/+12 |
|
|
* | Fixed bug in optional argument error checking (and generated all | Jack Jansen | 1995-10-09 | 4 | -376/+311 |
|
|