summaryrefslogtreecommitdiffstats
path: root/Mac/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Step 1 in packaging the toolbox modules and making MacPython moreJack Jansen2001-08-191-2/+2
| | | | | | | like normal Python. toolbox modules are now in the Carbon package in :Mac:Lib, with a workaround flat namespace in :Mac:Lib:lib-compat. Other dynamic modules are in :Lib:lib-dynload. :Mac:Lib:lib-toolbox and :Mac:Plugins are gone.
* Long time overdue: change sys.path defaults so that people willJust van Rossum2001-08-161-1/+1
| | | | have to do "from PIL import Image" instead of "import Image".
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-0/+0
|
* Changed the order of the buttons for EasyDialogs.AskYesNoCancel() from the ↵Just van Rossum2001-06-221-0/+0
| | | | unusual [cancel, no, yes] to the more standard [no, cancel, yes].
* Updated copyright info (which was long due).Jack Jansen2001-04-252-2/+2
|
* Oops, ISO translation was off. Fixed.Jack Jansen2001-03-271-1/+1
|
* Started on plst resource. Not enabled yet.Jack Jansen2001-03-061-4/+22
|
* Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python.Jack Jansen2001-03-011-2/+0
|
* Turn on the "multifinder aware" bit. This should always have been on, but ↵Jack Jansen2001-02-231-1/+1
| | | | was was never a problem that it was off until CarbonLib 1.1 (which requires it, for some reason).
* Bit the bullet and added a private GUSISIOUX for Python. This makes the ↵Jack Jansen2001-02-111-0/+3
| | | | delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this.
* Upped the default memory size to a whopping 24Mb, which is needed to make ↵Jack Jansen2001-01-231-0/+0
| | | | the autotests run. Sigh. User with low-memory systems will have to adapt the setting.
* Made the about box a bit larger (Apparently MacOSX does something a little ↵Jack Jansen2001-01-231-0/+0
| | | | different?).
* Updated for new universal headers (oops... this was loooong due).Jack Jansen2001-01-011-0/+0
|
* Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working.Jack Jansen2000-10-191-0/+1
|
* Fixed balloon help for startup options. Reported by Russell Finn.Jack Jansen2000-10-191-9/+13
|
* Different phrasing of keepconsole options, suggested by David Goodger.Jack Jansen2000-10-191-0/+0
|
* Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵Jack Jansen2000-09-222-4/+7
| | | | Default is "unseen output". Upped the Popt version number.
* Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ↵Jack Jansen2000-09-191-0/+0
| | | | create a unix-style sys.argv.
* Final tweaks for 2.0b1Jack Jansen2000-09-111-3/+5
|
* 'carb' resource for carbon application.Jack Jansen2000-07-181-0/+15
|
* Upped default memory size to 16MBJack Jansen2000-06-071-0/+0
|
* Added lib-tk to the standard sys.path initializer.Jack Jansen2000-06-051-1/+2
|
* Removed string-exception preference, added tabcheck and NavService ↵Jack Jansen2000-05-053-1/+6
| | | | preference, upped version number.
* Tk 8.3.0 resources.Jack Jansen2000-04-231-0/+0
|
* Made all textfields in message and question boxes minimal height and ↵Jack Jansen2000-01-181-0/+0
| | | | invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction.
* Increase applet minimal memory size by a megabyte.Jack Jansen1999-12-181-0/+0
|
* Added kind resources (in US-english and dutch, sigh).Jack Jansen1999-12-151-0/+0
|
* Fixed the password dialog to use a password control.Jack Jansen1999-12-131-0/+0
| | | | Aligned all sizes and such the HIG standards (I think).
* Updated Message, question, YNC and progress dialogs for Appearance. PasswordJack Jansen1999-12-121-0/+0
| | | | | remains to be done, and maybe we should convert everything to movablemodal too and make things like question look nicer.
* Changed appearance-dialogs to new WDEF values. Also undid silly change ofJack Jansen1999-12-091-0/+0
| | | | button types in those dialogs.
* Removed all owner resources except for "Pyth".Jack Jansen1999-03-171-0/+0
|
* Moved all three bundles (for interpreter, applets and IDE) into bundle.rsrc.Jack Jansen1999-02-272-0/+0
|
* Added Extensions:img:Mac to default sys.pathJack Jansen1999-02-061-0/+1
|
* Replaced by Pythonpath.rJack Jansen1999-02-021-0/+0
|
* doh! added missing comma (will check before committing in the future ;-) -- jvrJust van Rossum1999-01-291-1/+1
|
* added path entry for NumPy -- jvrJust van Rossum1999-01-291-0/+1
|
* Pythonpath converted to Rez source, and vers resource removed fromJack Jansen1999-01-293-0/+119
| | | | | bundle to its own Rez source file. With these changes various resources are all set automatically from .h files.
* Re-committed as AppleSingleJack Jansen1999-01-291-0/+0
|
* Updated for new build and plugin pathsJack Jansen1999-01-281-0/+0
|
* Re-commit in applesingleJack Jansen1999-01-287-0/+0
|
* added default sys.path entry for NumPy -- jvrJust van Rossum1999-01-281-0/+0
|
* Updated the version number in the vers and preffilename resources.Jack Jansen1999-01-212-0/+0
|
* Project files converted for CW Pro 4. And the daylight savings time switch ↵Jack Jansen1998-11-017-0/+0
| | | | seems to have "modified" the resource files (but nothing has changed there).
* The help dialog id numbers never got changed when the dialog numbers changed,Jack Jansen1998-10-151-0/+0
| | | | so balloons haven't been working for ages. Apparently nobody noticed:-)
* Replaced the hand-generated .hqx files by the binary resourcefiles themselvesJack Jansen1998-08-1814-6572/+0
| | | | (in AppleSingle format, so should be readable with MacCVS Pro too)
* New about box and a few other fixes by Just, and everything gotJack Jansen1998-07-316-6300/+6252
| | | | rebinhexed again.
* Fixes by Just:Jack Jansen1998-04-271-420/+302
| | | | | | - Upped version number in about dialog - Use auto-positioning of dialogs (a sys7 feature I had never heard of, _very_ useful).
* Updated for Python 1.5.1: version number, preference filename, etcJack Jansen1998-04-213-694/+1063
|
* I give in. Now Tk is also using resources just above 128, so PythonJack Jansen1998-01-066-5531/+5644
| | | | | | now uses only 228-256, leaving 128-228 free for others. This mod affects prefs files, libraries and almost everything else, so I've upped my local Python to 1.5b4 to remain sane.
* - Tk 8.0p2 script resourcesJack Jansen1998-01-063-4815/+5006
| | | | | - New folder names in sys.path initialisation - Version number, preffilename upped