Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 10 | -10/+10 |
| | |||||
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵ | Jack Jansen | 2000-06-20 | 2 | -3/+3 |
| | | | | carbon-compatible). | ||||
* | 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. | ||||
* | Import this to replace open() by an extended version that uses | Jack Jansen | 2000-05-09 | 1 | -0/+66 |
| | | | | | Internet Config to set creator/type based on the extension. Donated by Oliver Steele. | ||||
* | Removed string-exception preference, added tabcheck and NavService ↵ | Jack Jansen | 2000-05-05 | 1 | -6/+6 |
| | | | | preference, upped version number. | ||||
* | Auto-install on import, if NavServices is available. Unless a "no ↵ | Jack Jansen | 2000-05-05 | 1 | -0/+1 |
| | | | | navservices" flag is set Python automagically imports this module so code that uses macfs.xxxGetFile will get NavServices dialogs. | ||||
* | 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. | ||||
* | Return a handle in stead of a resource. | Jack Jansen | 2000-04-07 | 1 | -1/+1 |
| | |||||
* | 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) | ||||
* | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 1 | -2/+3 |
| | |||||
* | 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. | ||||
* | In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel | Jack Jansen | 2000-02-10 | 1 | -4/+10 |
| | | | | button (i.e. an empty label hides the button). | ||||
* | Made all textfields in message and question boxes minimal height and ↵ | Jack Jansen | 2000-01-18 | 1 | -0/+10 |
| | | | | invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction. | ||||
* | - Actually _implemented_ SetFolder() | Jack Jansen | 2000-01-13 | 1 | -3/+27 |
| | | | | | - Fixed StandardPutFile: prompt, default - Check explicitly for userCanceledErr, pass other Nav.error exceptions through. | ||||
* | 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. | ||||
* | StandardFile compatability routines. For the time being calling ↵ | Jack Jansen | 1999-12-18 | 1 | -0/+130 |
| | | | | | | macfsn._install() will install these in macfs (if Navigation is available). | ||||
* | Fixed menu glyph stuff. | Jack Jansen | 1999-12-15 | 1 | -15/+10 |
| | | | | Use MenuEvent in stead of MenuKey. | ||||
* | Fixed buglet in Application.do_suspendresume(), it took the wrong flag to ↵ | Just van Rossum | 1999-12-15 | 1 | -1/+1 |
| | | | | determine suspend/resume -- jvr | ||||
* | If a menu shortcut is a tuple in stead of a char it is a tuple ↵ | Jack Jansen | 1999-12-14 | 1 | -4/+10 |
| | | | | (modifierkeys, char [, glyph]). | ||||
* | Regenerated now that bgen can handle a few more constructs in constant ↵ | Jack Jansen | 1999-12-14 | 21 | -26/+174 |
| | | | | definitions. | ||||
* | Fixed the password dialog to use a password control. | Jack Jansen | 1999-12-13 | 1 | -50/+26 |
| | |||||
* | 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?). | ||||
* | Updated Message, question, YNC and progress dialogs for Appearance. Password | Jack Jansen | 1999-12-12 | 1 | -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 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. | ||||
* | Minimal test of Dlg.SetControlData by Corran Webster: draw a default | Jack Jansen | 1999-12-09 | 1 | -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 Jansen | 1999-12-03 | 1 | -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. This | Jack Jansen | 1999-12-03 | 1 | -2/+2 |
| | | | | | was always meant to be the default, and the new example-2 was pretty critical of this. | ||||
* | Changes to ProgressBar: | Jack Jansen | 1999-11-05 | 1 | -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 Jansen | 1999-10-05 | 1 | -1/+0 |
| | |||||
* | Drag manager constants. | Jack Jansen | 1999-06-23 | 1 | -0/+59 |
| | |||||
* | Initial minimal test program: print information on anything dropped onto Python | Jack Jansen | 1999-06-21 | 1 | -0/+43 |
| | | | | window. | ||||
* | Class around PixMap objects that allows more python-like access. By Joe Strout. | Jack Jansen | 1999-04-13 | 1 | -0/+216 |
| | |||||
* | Remove all owner resources from template, and if no owner resource contained in | Jack Jansen | 1999-03-17 | 1 | -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 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 |
| | |||||
* | Uncommented AskYesNoCancel docstring (how did it get commented in the first ↵ | Jack Jansen | 1999-02-25 | 1 | -11/+11 |
| | | | | place?) | ||||
* | Added optional arguments to dialogs to allow setting of button titles. | Jack Jansen | 1999-02-16 | 1 | -4/+16 |
| | |||||
* | AskPassword(): added reference to the module doc string; added support for ↵ | Just van Rossum | 1999-02-15 | 1 | -2/+3 |
| | | | | autoKey events. --jvr | ||||
* | (finally) unified the interpreter and the applet as Just suggested ages ago. The | Jack Jansen | 1999-02-14 | 1 | -1/+1 |
| | | | | resulting program is called PythonInterpreter. | ||||
* | Added AskPassword() with same interface as AskString. By Steve Majewski with ↵ | Jack Jansen | 1999-02-10 | 1 | -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 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. | ||||
* | put the preferences file in a folder called "Python" inside the prefs ↵ | Just van Rossum | 1999-02-02 | 1 | -1/+1 |
| | | | | folder, just like the IDE does -- jvr | ||||
* | set 'preload' attribute for __main__ PYC resource -- jvr | Just van Rossum | 1999-01-30 | 1 | -0/+3 |
| | |||||
* | skip 'vers' resource when copying resources from templeate -- jvr | Just van Rossum | 1999-01-30 | 1 | -1/+1 |
| |