An error occurred fetching the project authors.
- 06 Apr, 2003 1 commit
-
-
Raymond Hettinger authored
-
- 24 Mar, 2003 1 commit
-
-
Jack Jansen authored
-
- 03 Mar, 2003 1 commit
-
-
Jack Jansen authored
exception of the ProgressBar, which I think is okay to show in the background). This is a prerequisitite for the fix of #684975.
-
- 21 Feb, 2003 1 commit
-
-
Jack Jansen authored
-
- 07 Feb, 2003 1 commit
-
-
Jack Jansen authored
eventProc (which simply drops all events on the floor). Also added a method SetDefaultEventProc through which frameworks can set a global event handler (which can still be overridden on a per-call basis with the eventProc argument).
-
- 26 Jan, 2003 1 commit
-
-
Jack Jansen authored
-
- 21 Jan, 2003 3 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
help.
-
Jack Jansen authored
-
- 17 Jan, 2003 2 commits
-
-
Jack Jansen authored
- AskFileForSave didn't work for string return values - filterProc didn't work.
-
Jack Jansen authored
are going to replace StandardGetFile() and friends. Main differences are that these allow you to ask for specific datatypes to be returned (FSSpec, FSRef, string, unicode or subtypes thereof) and that they provide access to underlying features of Navigation Services through keyword arguments.
-
- 30 Dec, 2002 1 commit
-
-
Jack Jansen authored
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).
-
- 30 Nov, 2002 1 commit
-
-
Jack Jansen authored
attributes are no longer supported.
-
- 07 Nov, 2002 1 commit
-
-
Jack Jansen authored
dialogs are now stored in Mac/Lib, and loaded on demand through macresource. Not only does this simplify a MacPython based on Apple's Python, but it also makes Mac error codes come out symbolically when running command line python (if you have Mac/Lib in your path). The resource files are copied from Mac/Resources. The old ones will disappear after the OS9 build procedure has been adjusted.
-
- 02 Aug, 2002 1 commit
-
-
Jack Jansen authored
-
- 26 Jun, 2002 1 commit
-
-
Jack Jansen authored
Turns out GetArgv() options can be 4-tuples too, with the last value being the default (or something like that). Cater for this. Also put in a safeguard against very long help strings.
-
- 09 Sep, 2001 1 commit
-
-
Jack Jansen authored
-
- 27 Aug, 2001 1 commit
-
-
Jack Jansen authored
get these by specifying maxval=0, which is now also the default. Untested.
-
- 25 Aug, 2001 1 commit
-
-
Jack Jansen authored
-
- 27 Jul, 2001 1 commit
-
-
Jack Jansen authored
-
- 26 Jun, 2001 1 commit
-
-
Just van Rossum authored
-
- 23 Feb, 2001 1 commit
-
-
Jack Jansen authored
-
- 09 Feb, 2001 1 commit
-
-
Jack Jansen authored
-
- 09 Jan, 2001 1 commit
-
-
Jack Jansen authored
Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc.
-
- 21 Sep, 2000 1 commit
-
-
Jack Jansen authored
-
- 19 Sep, 2000 1 commit
-
-
Jack Jansen authored
Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to create a unix-style sys.argv.
-
- 25 Aug, 2000 1 commit
-
-
Jack Jansen authored
-
- 24 Jul, 2000 1 commit
-
-
Jack Jansen authored
-
- 10 Feb, 2000 1 commit
-
-
Jack Jansen authored
button (i.e. an empty label hides the button).
-
- 18 Jan, 2000 1 commit
-
-
Jack Jansen authored
Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction.
-
- 13 Dec, 1999 1 commit
-
-
Jack Jansen authored
-
- 12 Dec, 1999 1 commit
-
-
Jack Jansen authored
remains to be done, and maybe we should convert everything to movablemodal too and make things like question look nicer.
-
- 05 Nov, 1999 1 commit
-
-
Jack Jansen authored
- Don't crash if max=0 - set() now has an optional max parameter, to set the maximum value.
-
- 05 Oct, 1999 1 commit
-
-
Jack Jansen authored
-
- 25 Feb, 1999 1 commit
-
-
Jack Jansen authored
-
- 16 Feb, 1999 1 commit
-
-
Jack Jansen authored
-
- 15 Feb, 1999 1 commit
-
-
Just van Rossum authored
-
- 10 Feb, 1999 1 commit
-
-
Jack Jansen authored
Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink.
-
- 22 Jan, 1999 1 commit
-
-
Jack Jansen authored
-
- 28 Sep, 1998 1 commit
-
-
Jack Jansen authored
not really a good solution for default input strings...
-