| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 1 | -598/+0 |
|
|
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 1 | -1/+1 |
|
|
* | Got rid of the python.rsrc resource file. The error message strings and | Jack Jansen | 2002-11-07 | 1 | -1/+15 |
|
|
* | Slightly better error message in case of missing resources. | Jack Jansen | 2002-08-02 | 1 | -5/+5 |
|
|
* | Turns out GetArgv() options can be 4-tuples too, with the last value being th... | Jack Jansen | 2002-06-26 | 1 | -3/+9 |
|
|
* | Don't call MacOS.SchedParams() in MachO, it doesn't exist. | Jack Jansen | 2001-09-09 | 1 | -4/+8 |
|
|
* | Patch by Dean Draayer: support for indeterminate progress bars. You | Jack Jansen | 2001-08-27 | 1 | -27/+37 |
|
|
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -10/+10 |
|
|
* | ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Ba... | Jack Jansen | 2001-07-27 | 1 | -1/+1 |
|
|
* | Fixed typo in doc string. | Just van Rossum | 2001-06-26 | 1 | -1/+1 |
|
|
* | Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted ... | Jack Jansen | 2001-02-23 | 1 | -2/+8 |
|
|
* | Dialogs and there windows were still confused in some spots. Fixed. | Jack Jansen | 2001-02-09 | 1 | -7/+8 |
|
|
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 1 | -2/+2 |
|
|
* | Various tweaks and bugfixes to GetArgv. It now appears good enough for Distut... | Jack Jansen | 2000-09-21 | 1 | -10/+10 |
|
|
* | Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ... | Jack Jansen | 2000-09-19 | 1 | -4/+236 |
|
|
* | Call GetDialogWindow to convert dialogs to windows. | Jack Jansen | 2000-08-25 | 1 | -6/+6 |
|
|
* | Don't call BringToFront() on the dialog object, but call GetDialogWindow() to... | Jack Jansen | 2000-07-24 | 1 | -3/+3 |
|
|
* | In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel | Jack Jansen | 2000-02-10 | 1 | -4/+10 |
|
|
* | Made all textfields in message and question boxes minimal height and invisibl... | Jack Jansen | 2000-01-18 | 1 | -0/+10 |
|
|
* | Fixed the password dialog to use a password control. | Jack Jansen | 1999-12-13 | 1 | -50/+26 |
|
|
* | Updated Message, question, YNC and progress dialogs for Appearance. Password | Jack Jansen | 1999-12-12 | 1 | -47/+33 |
|
|
* | Changes to ProgressBar: | Jack Jansen | 1999-11-05 | 1 | -4/+10 |
|
|
* | AskString always set the dialog id to 257. Fixed. | Jack Jansen | 1999-10-05 | 1 | -1/+0 |
|
|
* | Uncommented AskYesNoCancel docstring (how did it get commented in the first p... | Jack Jansen | 1999-02-25 | 1 | -11/+11 |
|
|
* | 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 au... | Just van Rossum | 1999-02-15 | 1 | -2/+3 |
|
|
* | Added AskPassword() with same interface as AskString. By Steve Majewski with ... | Jack Jansen | 1999-02-10 | 1 | -0/+71 |
|
|
* | Select the whole default input field in AskString (Joe Strout) | Jack Jansen | 1999-01-22 | 1 | -1/+2 |
|
|
* | Truncate messages if they are longer than 255 characters. Note that this is | Jack Jansen | 1998-09-28 | 1 | -0/+2 |
|
|
* | Convert \n to \r in strings that are displayed in the dialogs. | Jack Jansen | 1998-07-01 | 1 | -8/+19 |
|
|
* | Allow specifying own resources for all dialogs | Jack Jansen | 1997-06-20 | 1 | -7/+15 |
|
|
* | Replaced MacOS.EnableAppSwitch with MacOS.SchedParams | Jack Jansen | 1997-06-12 | 1 | -2/+2 |
|
|
* | Add a few more BringToFont calls | Jack Jansen | 1997-05-13 | 1 | -0/+3 |
|
|
* | Fixes to progress bar by SDM, modified by Jack: | Jack Jansen | 1997-05-12 | 1 | -16/+79 |
|
|
* | Fixed flashing in ProgressBar update. | Jack Jansen | 1996-10-15 | 1 | -9/+8 |
|
|
* | Fixed progressbar cleanup | Jack Jansen | 1996-10-04 | 1 | -6/+4 |
|
|
* | Added region argument to various ...Update calls. | Jack Jansen | 1996-04-10 | 1 | -2/+6 |
|
|
* | Removed addpack calls | Jack Jansen | 1996-03-20 | 1 | -4/+0 |
|
|
* | Added a ProgressBar() class (which shows a progress bar). Needs new | Jack Jansen | 1995-11-14 | 1 | -0/+63 |
|
|
* | Various toolbox routines have gotten new names. | Jack Jansen | 1995-07-17 | 1 | -12/+12 |
|
|
* | two new modules for the Mac toolbox | Guido van Rossum | 1995-04-05 | 1 | -0/+110 |
|
|