summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* added "Save options" menu to popup so users can set the creator of scripts ↵Just van Rossum1999-02-271-0/+56
| | | | -- jvr
* changed creator to 'Pide' -- jvrJust van Rossum1999-02-271-1/+1
|
* added kludge so edit menus work in W.ModalDialogs -- jvrJust van Rossum1999-02-271-1/+1
|
* updated 'vers' resource -- jvrJust van Rossum1999-02-271-0/+0
|
* reverted Jack's mod: no longer neccesary since all BNDL & icon info is in ↵Just van Rossum1999-02-271-13/+0
| | | | the IDE's resource file, just like the other applets -- jvr
* added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE ↵Just van Rossum1999-02-271-0/+0
| | | | will be 'Pide' -- jvr
* Set the signature for the IDE "by hand", the bundle is already included in theJack Jansen1999-02-271-0/+13
| | | | PythonEngine applet template.
* Moved all three bundles (for interpreter, applets and IDE) into bundle.rsrc.Jack Jansen1999-02-272-0/+0
|
* added "dummy" makeopenwindowsmenu method to simplify making a standalone W ↵Just van Rossum1999-02-261-0/+7
| | | | app -- jvr
* open res file(s) read only; upped __version__ -- jvrJust van Rossum1999-02-261-4/+4
|
* added slight delay in Scrollbar.click() for more intuitive response -- jvrJust van Rossum1999-02-251-0/+2
|
* fixed "crashing" bug when scripts folder as stored in prefs file does not exist.Just van Rossum1999-02-251-1/+1
|
* 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
|
* Updated for new folder layout (but not fully tested yet).Jack Jansen1999-02-161-128/+54
|
* Replaced .hqx project file by binary version, and updated to current CW.Jack Jansen1999-02-161-0/+0
|
* Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k ↵Jack Jansen1999-02-151-0/+6
| | | | standalone Python compile.
* (finally) unified the interpreter and the applet as Just suggested ages ago. TheJack Jansen1999-02-152-39/+12
| | | | resulting program is called PythonInterpreter.
* 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-145-14/+7
| | | | resulting program is called PythonInterpreter.
* Changed case on cm and qt modules, removed last references to toolboxmodules.Jack Jansen1999-02-1232-0/+0
|
* Build all plugins modules separately, the PlugIns.prj project seems toJack Jansen1999-02-121-2/+42
| | | | have stopped working.
* Updated for the new one-slb-per-extension scheme.Jack Jansen1999-02-101-14/+24
| | | | | Added a few references to cvs locations for external libraries. img now builds in its own Extensions folder.
* 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.
* Try a new commit, hoping it'll fix the problems with this project on flap.Jack Jansen1999-02-101-0/+0
|
* 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.
* new dangerous script: it removes all apps (except sys.executable), shared ↵Just van Rossum1999-02-071-0/+59
| | | | libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr
* Added Ctl.as_Control and Menu.as_Menu methods, which take a resource asJack Jansen1999-02-076-0/+52
| | | | argument and return a Control or Menu object.
* Added a define USE_CORE_TOOLBOX, which includes six core toolbox modulesJack Jansen1999-02-071-12/+21
| | | | | into the config file. This define is also automatically set if USE_TOOLBOX is defined.
* Added a define USE_CORE_TOOLBOX, which includes six core toolbox modulesJack Jansen1999-02-071-1/+2
| | | | into the config file.
* Don't create symlinks to toolbox modules any more.Jack Jansen1999-02-071-38/+38
|
* Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore.Jack Jansen1999-02-0746-96/+362
| | | | Moved other toolbox modules to their own .slb file.
* Added Extensions:img:Mac to default sys.pathJack Jansen1999-02-061-0/+1
|
* - img modules are no longer in PlugIns folderJack Jansen1999-02-0613-11/+0
| | | | - Added a dependency on toolboxmodules to icglue.cfm68k
* img modules are no longer in PlugIns folder.Jack Jansen1999-02-062-21/+2
|
* fixed problem with "reloading" sub-sub-modules -- jvrJust van Rossum1999-02-051-3/+4
|
* Partly updated to reflect the new organization and the availability of CVSJack Jansen1999-02-031-44/+81
| | | | access. Will still need a bit of work when all plugins are separated, probably.
* Just's script to find non-7-bit-clean charactres in a source tree (slightlyJack Jansen1999-02-031-0/+53
| | | | modified by Jack to skip files that are binary despite the TEXT type).
* updated to the new numpy build setup -- jvrJust van Rossum1999-02-021-2/+8
|
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-0212-58/+58
|
* added some commentsJust van Rossum1999-02-021-1/+10
|
* put the preferences file in a folder called "Python" inside the prefs ↵Just van Rossum1999-02-022-11/+38
| | | | folder, just like the IDE does -- jvr
* Replaced by Pythonpath.rJack Jansen1999-02-021-0/+0
|
* better sys.path munging when running scripts -- jvrJust van Rossum1999-02-011-8/+2
|
* removed old IDE stuff -- jvrJust van Rossum1999-02-0136-7998/+0
|
* minor cleanup of last patch -- jvrJust van Rossum1999-02-011-1/+0
|
* Added PythonIDE to the applet list; added destination filename support for ↵Just van Rossum1999-02-011-6/+8
| | | | applets -- jvr
* removed turd resources left by my former MacCVS clientJust van Rossum1999-02-012-0/+0
| | | | -- jvr
* Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to ↵Just van Rossum1999-01-311-4/+5
| | | | improve startup time -- jvr
* There are now three possible ways to run the IDE:Just van Rossum1999-01-301-6/+13
| | | | | | - this file dropped onto the interpreter - applet built by BuildApplet (contains only __main__) - applet built by BuildIDE (contains all IDE modules)