summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-toolbox
Commit message (Collapse)AuthorAgeFilesLines
* It's SetControlData_Handle, not SetControl_DataHandle.Jack Jansen2001-01-221-1/+1
|
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵Jack Jansen2001-01-091-5/+5
| | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-(
* Fixed a few declarations.Jack Jansen2001-01-032-19/+21
|
* Blacklisted a few constants with funny definitions (and they're not ↵Jack Jansen2000-12-191-6/+6
| | | | important anyway: backward compatible error numbers).
* Regenerated from Universal Headers 3.3.2Jack Jansen2000-12-1218-405/+847
|
* Put all AE constants into AppleEvents.pyJack Jansen2000-12-126-911/+905
|
* Removed try/except TypeError around calling the ae handler function, it ↵Jack Jansen2000-10-191-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 Jansen2000-10-191-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 Jansen2000-09-241-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 Jansen2000-08-201-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 Jansen2000-06-2110-10/+10
|
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-0210-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 kControlListBoxDoubleClickPartJack Jansen2000-05-041-0/+4
|
* Fix by Dan Green and Corran Webster to support LongDateTimeJack Jansen2000-04-181-0/+3
| | | | values. Untested by me.
* Added getaboutmenutext() method. (jvr)Just van Rossum2000-03-281-1/+4
|
* my previous patch didn't give enough events to SIOUX, this one fixes that (jvr)Just van Rossum2000-03-271-3/+4
|
* fixed several event handling buglets, added command Q support, added a new ↵Just van Rossum2000-03-271-23/+37
| | | | module doc string, some formatting nits. (jvr)
* A module to parse/generate MediaDescription handles as used by QuickTime. OnlyJack Jansen2000-03-021-0/+97
| | | | generic, video and audio implemented for now.
* Two constants were missing.Jack Jansen2000-01-071-0/+2
|
* Support keys that have a Handle as parameter, by using the new ↵Jack Jansen1999-12-191-0/+21
| | | | GetControlDataHandle and SetControlDataHandle methods.
* Regenerated now that bgen can handle a few more constructs in constant ↵Jack Jansen1999-12-1421-26/+174
| | | | definitions.
* C-style comments removed (again).Jack Jansen1999-12-133-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 variousJack Jansen1999-12-131-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 Jansen1999-12-1218-96/+911
|
* Regenerated, and manually massaged (sigh): there can now be comments after ↵Jack Jansen1999-12-091-3/+45
| | | | enum defs, and bgen doesn't understand this yet.
* Drag manager constants.Jack Jansen1999-06-231-0/+59
|
* Offscreen bitmap support, first stab. PixMaps are still treated as ordinaryJack Jansen1999-03-071-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 Jansen1999-03-041-0/+85
|
* Use typeFloat for all floating point values. The previously usedJack Jansen1999-02-101-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 Jansen1999-01-221-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 Jansen1999-01-211-1/+1
|
* Manually added definitions for normal, bold, etc. These are in MacTypes (of allJack Jansen1999-01-211-2/+20
| | | | places) which isn't worth bgenning.
* Removed debug printJack Jansen1998-10-211-1/+0
|
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-126-6/+6
|
* Regenerated with FOUR_CHAR_CODE definedJack Jansen1998-04-271-0/+1
|
* Added FOUR_CHAR_CODE defineJack Jansen1998-04-241-0/+1
|
* Regenerated with FOUR_CHAR_CODE definedJack Jansen1998-04-231-0/+2
|
* Regenerated from new (3.1) universal headersJack Jansen1998-04-2111-64/+496
|
* Tabnanny fixesJack Jansen1998-04-151-1/+1
|
* Oops, this wasn't checked in yet: part of the AE structure for the newJack Jansen1998-02-251-0/+69
| | | | universal headers.
* Regenerated from Universal Headers 3.0.1 (which are changedJack Jansen1998-02-2016-764/+1393
| | | | substantially from previous releases)
* Updated to Waste 1.3Jack Jansen1998-02-201-1/+9
|
* Mods by Bill BedfordJack Jansen1998-01-161-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 canJack Jansen1998-01-161-1/+26
| | | | implement "every", etc.
* Balloon help definitionsJack Jansen1998-01-061-0/+46
|
* Moved toolbox to lib-toolbox, Sjoerd-style.Jack Jansen1997-12-1821-0/+3006