Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Project files converted for CW Pro 4. And the daylight savings time switch ↵ | Jack Jansen | 1998-11-01 | 2 | -0/+0 |
| | | | | seems to have "modified" the resource files (but nothing has changed there). | ||||
* | Removed debug print | Jack Jansen | 1998-10-21 | 1 | -1/+0 |
| | |||||
* | For submenus remember the parent and parent index, so we can grey out our | Jack Jansen | 1998-10-15 | 1 | -0/+8 |
| | | | | | entry if the menu is disabled. This does create a circular reference, so cleanup becomes more important. | ||||
* | Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions. | Jack Jansen | 1998-10-15 | 1 | -0/+3 |
| | |||||
* | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 6 | -6/+6 |
| | |||||
* | Truncate messages if they are longer than 255 characters. Note that this is | Jack Jansen | 1998-09-28 | 1 | -0/+2 |
| | | | | not really a good solution for default input strings... | ||||
* | Replaced all remaining BinHex files with their binary counterparts. | Jack Jansen | 1998-08-20 | 4 | -525/+0 |
| | |||||
* | Support for freezing packages (Just). | Jack Jansen | 1998-08-18 | 1 | -5/+15 |
| | |||||
* | Common code for BuildApplet, BuildApplication and fullbuild (Just) | Jack Jansen | 1998-07-31 | 1 | -0/+279 |
| | |||||
* | Extended replacement for scripts:cfmfile.py (Just) | Jack Jansen | 1998-07-31 | 1 | -0/+186 |
| | |||||
* | Added has_key() method to IC object. | Jack Jansen | 1998-07-31 | 1 | -1/+7 |
| | | | | Removed a debug print. | ||||
* | Added a delete() method to menu entries. Only the last entry of a menu | Jack Jansen | 1998-07-13 | 1 | -1/+14 |
| | | | | | can be deleted, but that's good enough for things like a "Windows" menu with the dynamic list of open windows at the end of the menu. | ||||
* | Convert \n to \r in strings that are displayed in the dialogs. | Jack Jansen | 1998-07-01 | 1 | -8/+19 |
| | |||||
* | For ControlWindow there is a new method do_rawcontrolhit(), which gets | Jack Jansen | 1998-05-28 | 1 | -14/+36 |
| | | | | | | | | | control before TrackControl is called. The default implementation calls TrackControl and then do_controlhit(). For ScrolledWindow, do_rawcontrol passes a tracker function to TrackControl if the mouse is in one of the arrows or grey areas, and the tracker handles scrolling. For the thumb part nothing has changed. | ||||
* | Added a PopupMenu class. | Jack Jansen | 1998-05-06 | 1 | -4/+26 |
| | |||||
* | Regenerated with FOUR_CHAR_CODE defined | Jack Jansen | 1998-04-27 | 1 | -0/+1 |
| | |||||
* | Added new folder types | Jack Jansen | 1998-04-24 | 1 | -0/+62 |
| | |||||
* | Added FOUR_CHAR_CODE define | Jack Jansen | 1998-04-24 | 1 | -0/+1 |
| | |||||
* | Regenerated with FOUR_CHAR_CODE defined | Jack Jansen | 1998-04-23 | 1 | -0/+2 |
| | |||||
* | Regenerated from new (3.1) universal headers | Jack Jansen | 1998-04-21 | 11 | -64/+496 |
| | |||||
* | Re-generated with slightly more intelligent script | Jack Jansen | 1998-04-21 | 1 | -43/+510 |
| | |||||
* | Tabnanny fixes | Jack Jansen | 1998-04-15 | 2 | -7/+7 |
| | |||||
* | __file__ now sometimes refers to the .pyc file | Jack Jansen | 1998-03-02 | 1 | -0/+3 |
| | |||||
* | Oops, this wasn't checked in yet: part of the AE structure for the new | Jack Jansen | 1998-02-25 | 1 | -0/+69 |
| | | | | universal headers. | ||||
* | Module to use Mac serial port as a communication link | Jack Jansen | 1998-02-25 | 1 | -0/+74 |
| | |||||
* | Helper routines to create standalone Python applications. | Jack Jansen | 1998-02-25 | 1 | -0/+91 |
| | |||||
* | Hack to get at string buffer address changed | Jack Jansen | 1998-02-25 | 1 | -1/+1 |
| | |||||
* | Regenerated from Universal Headers 3.0.1 (which are changed | Jack Jansen | 1998-02-20 | 16 | -764/+1393 |
| | | | | substantially from previous releases) | ||||
* | Updated to Waste 1.3 | Jack Jansen | 1998-02-20 | 1 | -1/+9 |
| | |||||
* | Break circular reference on menus upon cleanup | Jack Jansen | 1998-02-20 | 1 | -0/+1 |
| | |||||
* | Mods by Bill Bedford | Jack Jansen | 1998-01-16 | 1 | -9/+50 |
| | | | | | | | - Use internal version of finder class so we don't drag in finder tools - error -1704 also ignored during arg unpack - Use Scriptable Text Editor for example | ||||
* | Addition by Bill Bedford: Ordinal and NOrdinal classes so we can | Jack Jansen | 1998-01-16 | 1 | -1/+26 |
| | | | | implement "every", etc. | ||||
* | I give in. Now Tk is also using resources just above 128, so Python | Jack Jansen | 1998-01-06 | 1 | -6/+6 |
| | | | | | | now uses only 228-256, leaving 128-228 free for others. This mod affects prefs files, libraries and almost everything else, so I've upped my local Python to 1.5b4 to remain sane. | ||||
* | Loading defaults for gusi/sys.path didn't work for applets. Fixed. | Jack Jansen | 1998-01-06 | 1 | -2/+4 |
| | |||||
* | Balloon help definitions | Jack Jansen | 1998-01-06 | 1 | -0/+46 |
| | |||||
* | Moved toolbox to lib-toolbox, Sjoerd-style. | Jack Jansen | 1997-12-18 | 21 | -1/+1 |
| | |||||
* | Moved scripting to lib-scripting (did it the Sjoerd-way this time) | Jack Jansen | 1997-12-18 | 14 | -0/+0 |
| | |||||
* | Added old-exceptions and no-site-python preferences and upped version | Jack Jansen | 1997-09-09 | 1 | -4/+6 |
| | | | | to 4. | ||||
* | Dunno, rebinhexed? | Jack Jansen | 1997-09-08 | 2 | -9/+9 |
| | |||||
* | Preferences is a general module to get (and set) preferences in | Jack Jansen | 1997-09-08 | 2 | -0/+341 |
| | | | | | | | resource files with various inheritence rules, parsers, etc. pythonprefs uses this to create a single uniform interface to all relevant python preferences. | ||||
* | Moved suites to their own folder | Jack Jansen | 1997-08-27 | 16 | -2066/+6267 |
| | |||||
* | 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) |