summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed multi-arg appends.Jack Jansen2000-03-071-2/+3
|
* A module to parse/generate MediaDescription handles as used by QuickTime. OnlyJack Jansen2000-03-021-0/+97
| | | | generic, video and audio implemented for now.
* In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancelJack Jansen2000-02-101-4/+10
| | | | button (i.e. an empty label hides the button).
* Made all textfields in message and question boxes minimal height and ↵Jack Jansen2000-01-181-0/+10
| | | | invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction.
* - Actually _implemented_ SetFolder()Jack Jansen2000-01-131-3/+27
| | | | | - Fixed StandardPutFile: prompt, default - Check explicitly for userCanceledErr, pass other Nav.error exceptions through.
* 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.
* StandardFile compatability routines. For the time being calling ↵Jack Jansen1999-12-181-0/+130
| | | | | | macfsn._install() will install these in macfs (if Navigation is available).
* Fixed menu glyph stuff.Jack Jansen1999-12-151-15/+10
| | | | Use MenuEvent in stead of MenuKey.
* Fixed buglet in Application.do_suspendresume(), it took the wrong flag to ↵Just van Rossum1999-12-151-1/+1
| | | | determine suspend/resume -- jvr
* If a menu shortcut is a tuple in stead of a char it is a tuple ↵Jack Jansen1999-12-141-4/+10
| | | | (modifierkeys, char [, glyph]).
* Regenerated now that bgen can handle a few more constructs in constant ↵Jack Jansen1999-12-1421-26/+174
| | | | definitions.
* Fixed the password dialog to use a password control.Jack Jansen1999-12-131-50/+26
|
* 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?).
* Updated Message, question, YNC and progress dialogs for Appearance. PasswordJack Jansen1999-12-121-47/+33
| | | | | remains to be done, and maybe we should convert everything to movablemodal too and make things like question look nicer.
* 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.
* Minimal test of Dlg.SetControlData by Corran Webster: draw a defaultJack Jansen1999-12-091-0/+13
| | | | ring around a button. Mainly here so I can transfer it home:-)
* Set the finder "is shared" bit, by request of Joe Strout. It seems this ↵Jack Jansen1999-12-031-1/+1
| | | | | | allows multiple simultaneous copies to be run from a server, and Applets shouldn't write their datafork so it appears safe.
* Default schedparams set to (0,0): no event-intervention by Python mainloop. ThisJack Jansen1999-12-031-2/+2
| | | | | was always meant to be the default, and the new example-2 was pretty critical of this.
* Changes to ProgressBar:Jack Jansen1999-11-051-4/+10
| | | | | - Don't crash if max=0 - set() now has an optional max parameter, to set the maximum value.
* AskString always set the dialog id to 257. Fixed.Jack Jansen1999-10-051-1/+0
|
* Drag manager constants.Jack Jansen1999-06-231-0/+59
|
* Initial minimal test program: print information on anything dropped onto PythonJack Jansen1999-06-211-0/+43
| | | | window.
* Class around PixMap objects that allows more python-like access. By Joe Strout.Jack Jansen1999-04-131-0/+216
|
* Remove all owner resources from template, and if no owner resource contained inJack Jansen1999-03-171-14/+22
| | | | applet-specific rsrc file we add a "Pyta" owner resource. Owner resources have both id=0 and name="Owner resource" (is this always true?).
* 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
|
* Uncommented AskYesNoCancel docstring (how did it get commented in the first ↵Jack Jansen1999-02-251-11/+11
| | | | place?)
* Added optional arguments to dialogs to allow setting of button titles.Jack Jansen1999-02-161-4/+16
|
* AskPassword(): added reference to the module doc string; added support for ↵Just van Rossum1999-02-151-2/+3
| | | | autoKey events. --jvr
* (finally) unified the interpreter and the applet as Just suggested ages ago. TheJack Jansen1999-02-141-1/+1
| | | | resulting program is called PythonInterpreter.
* Added AskPassword() with same interface as AskString. By Steve Majewski with ↵Jack Jansen1999-02-101-0/+71
| | | | some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink.
* 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.
* put the preferences file in a folder called "Python" inside the prefs ↵Just van Rossum1999-02-021-1/+1
| | | | folder, just like the IDE does -- jvr
* set 'preload' attribute for __main__ PYC resource -- jvrJust van Rossum1999-01-301-0/+3
|
* skip 'vers' resource when copying resources from templeate -- jvrJust van Rossum1999-01-301-1/+1
|
* Re-committed as AppleSingleJack Jansen1999-01-292-0/+0
|
* cleaned up ugly hack related to activate events and suspend/resume -- jvrJust van Rossum1999-01-271-14/+8
|
* 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.
* Select the whole default input field in AskString (Joe Strout)Jack Jansen1999-01-221-1/+2
|
* 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.
* Project files converted for CW Pro 4. And the daylight savings time switch ↵Jack Jansen1998-11-012-0/+0
| | | | seems to have "modified" the resource files (but nothing has changed there).
* Removed debug printJack Jansen1998-10-211-1/+0
|
* For submenus remember the parent and parent index, so we can grey out ourJack Jansen1998-10-151-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 Jansen1998-10-151-0/+3
|
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-126-6/+6
|
* Truncate messages if they are longer than 255 characters. Note that this isJack Jansen1998-09-281-0/+2
| | | | not really a good solution for default input strings...