Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to ↵ | Jack Jansen | 2001-08-19 | 27 | -6475/+0 |
| | | | | the Carbon package. | ||||
* | Before asking the finder to start the application (if start=1 is specified), ↵ | Jack Jansen | 2001-08-11 | 1 | -1/+4 |
| | | | | check that it isn't incidentally running already. | ||||
* | The constants for MLTE. | Jack Jansen | 2001-07-14 | 1 | -0/+164 |
| | |||||
* | Fixed macroman<->latin1 conversion. Some chars don't | Jack Jansen | 2001-05-17 | 2 | -17/+17 |
| | | | | | exist in latin1, but at least the roundtrip results in the same macroman characters. | ||||
* | Files for 2.1 distribution. | Jack Jansen | 2001-04-25 | 1 | -1/+1 |
| | |||||
* | Got rid of full pathnames in "generated from" comments, so that these files ↵ | Jack Jansen | 2001-02-12 | 20 | -22/+22 |
| | | | | are the same no mater which machine they've been generated on. | ||||
* | Use FSpCreateResFile() in stead of CreateResFile(). | Jack Jansen | 2001-01-29 | 3 | -5/+6 |
| | | | | Don't call OpenDeskAcc() and AppendResMenu() on Carbon. | ||||
* | It's SetControlData_Handle, not SetControl_DataHandle. | Jack Jansen | 2001-01-22 | 1 | -1/+1 |
| | |||||
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵ | Jack Jansen | 2001-01-09 | 1 | -5/+5 |
| | | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-( | ||||
* | Fixed a few declarations. | Jack Jansen | 2001-01-03 | 2 | -19/+21 |
| | |||||
* | Blacklisted a few constants with funny definitions (and they're not ↵ | Jack Jansen | 2000-12-19 | 1 | -6/+6 |
| | | | | important anyway: backward compatible error numbers). | ||||
* | Regenerated from Universal Headers 3.3.2 | Jack Jansen | 2000-12-12 | 18 | -405/+847 |
| | |||||
* | Put all AE constants into AppleEvents.py | Jack Jansen | 2000-12-12 | 6 | -911/+905 |
| | |||||
* | Removed try/except TypeError around calling the ae handler function, it ↵ | Jack Jansen | 2000-10-19 | 1 | -8/+6 |
| | | | | masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K. | ||||
* | Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the ↵ | Jack Jansen | 2000-10-19 | 1 | -0/+2 |
| | | | | same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit. | ||||
* | Handle the ****/**** appleevent wildcard when called as a main program, so ↵ | Jack Jansen | 2000-09-24 | 1 | -1/+1 |
| | | | | that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it). | ||||
* | Enums we cannot find are set to None, and enumsubst understands this (no ↵ | Jack Jansen | 2000-08-20 | 1 | -2/+5 |
| | | | | substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). | ||||
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 10 | -10/+10 |
| | |||||
* | Made the core toolbox modules carbon-compatible using the new greylist ↵ | Jack Jansen | 2000-06-02 | 10 | -11/+11 |
| | | | | | | feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there. | ||||
* | Added accessor for kControlListBoxDoubleClickPart | Jack Jansen | 2000-05-04 | 1 | -0/+4 |
| | |||||
* | Fix by Dan Green and Corran Webster to support LongDateTime | Jack Jansen | 2000-04-18 | 1 | -0/+3 |
| | | | | values. Untested by me. | ||||
* | Added getaboutmenutext() method. (jvr) | Just van Rossum | 2000-03-28 | 1 | -1/+4 |
| | |||||
* | my previous patch didn't give enough events to SIOUX, this one fixes that (jvr) | Just van Rossum | 2000-03-27 | 1 | -3/+4 |
| | |||||
* | fixed several event handling buglets, added command Q support, added a new ↵ | Just van Rossum | 2000-03-27 | 1 | -23/+37 |
| | | | | module doc string, some formatting nits. (jvr) | ||||
* | A module to parse/generate MediaDescription handles as used by QuickTime. Only | Jack Jansen | 2000-03-02 | 1 | -0/+97 |
| | | | | generic, video and audio implemented for now. | ||||
* | Two constants were missing. | Jack Jansen | 2000-01-07 | 1 | -0/+2 |
| | |||||
* | Support keys that have a Handle as parameter, by using the new ↵ | Jack Jansen | 1999-12-19 | 1 | -0/+21 |
| | | | | GetControlDataHandle and SetControlDataHandle methods. | ||||
* | Regenerated now that bgen can handle a few more constructs in constant ↵ | Jack Jansen | 1999-12-14 | 21 | -26/+174 |
| | | | | definitions. | ||||
* | C-style comments removed (again). | Jack Jansen | 1999-12-13 | 3 | -4/+237 |
| | | | | AE stuff got some extra definitions (don't know why these weren't checked in). | ||||
* | Methods {Get,Set}ControlData that know about data types passed for the various | Jack Jansen | 1999-12-13 | 1 | -0/+32 |
| | | | | | 4-char codes. The table which maps codes to datatypes is still pretty empty, I'll fill it as I need entries (or maybe someone wants to spend a nice day filling it?). | ||||
* | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 18 | -96/+911 |
| | |||||
* | Regenerated, and manually massaged (sigh): there can now be comments after ↵ | Jack Jansen | 1999-12-09 | 1 | -3/+45 |
| | | | | enum defs, and bgen doesn't understand this yet. | ||||
* | Drag manager constants. | Jack Jansen | 1999-06-23 | 1 | -0/+59 |
| | |||||
* | Offscreen bitmap support, first stab. PixMaps are still treated as ordinary | Jack Jansen | 1999-03-07 | 1 | -0/+34 |
| | | | | | handles, not fullblown python objects, and UpdateGWorld returns a new GWorld object in stead of modifying the existing one. | ||||
* | Added App module (appearance manager interface). | Jack Jansen | 1999-03-04 | 1 | -0/+85 |
| | |||||
* | Use typeFloat for all floating point values. The previously used | Jack Jansen | 1999-02-10 | 1 | -18/+7 |
| | | | | | typeExtended was a Think-ism that must have stopped working years and years ago without anyone noticing. | ||||
* | In unpackevent, get the direct object (----) before asking for missed ↵ | Jack Jansen | 1999-01-22 | 1 | -0/+7 |
| | | | | | | | parameters. The documentation is unclear on this, but the old implementation caused problems with Default Folder. | ||||
* | Don't qualify local symbols with aetools... | Jack Jansen | 1999-01-21 | 1 | -1/+1 |
| | |||||
* | Manually added definitions for normal, bold, etc. These are in MacTypes (of all | Jack Jansen | 1999-01-21 | 1 | -2/+20 |
| | | | | places) which isn't worth bgenning. | ||||
* | Removed debug print | Jack Jansen | 1998-10-21 | 1 | -1/+0 |
| | |||||
* | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 6 | -6/+6 |
| | |||||
* | Regenerated with FOUR_CHAR_CODE defined | Jack Jansen | 1998-04-27 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Tabnanny fixes | Jack Jansen | 1998-04-15 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | 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 |