summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Drag manager interface (completely untested, so far)Jack Jansen1999-06-215-0/+1447
|
* Added an "optional" directive, that will include a module if it is availableJack Jansen1999-06-042-3/+6
| | | | but not complain if it isn't (giving an ImportError when the frozen code is run).
* Oliver Steele writes:Just van Rossum1999-05-211-2/+20
| | | | | | | """Despite the best intentions of Anarchie and Internet Explorer, I often end up with Python source files (and other text files that I'd like to edit with PythonIDE) that use '\n' instead of '\r' as a line separator (and therefore sh
* Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except ↵Jack Jansen1999-04-254-0/+60
| | | | for the readme filename. Untested too, because I don't have ADD/IAD installed yet.
* added 'org.python.core' to the maymiss list (pickly.py tries to import it, ↵Just van Rossum1999-04-241-1/+2
| | | | probably for JPython support) -- jvr
* removed two redundant lines -- jvrJust van Rossum1999-04-241-2/+0
|
* - made "Save options..." dialog more generic, so it's also usable from RoboFogJust van Rossum1999-04-221-4/+5
| | | | | - mark file as dirty after changing the creator of the file so we can_save... -- jvr
* fixed glitch when scrolling very long files -- jvrJust van Rossum1999-04-221-1/+1
|
* improved scrollbar delay behavior -- jvrJust van Rossum1999-04-211-2/+5
|
* Class around PixMap objects that allows more python-like access. By Joe Strout.Jack Jansen1999-04-131-0/+216
|
* Removed reference to the PSA (PSA membership no longer needed for CVSJack Jansen1999-04-121-13/+14
| | | | | access). New location for MacCVS.
* Oops, try again. Test checkin (empty line) to see whether the new ↵Jack Jansen1999-04-091-1/+0
| | | | mailman-based PythonMac-checkins mailing list works.
* Test checkin (empty line) to see whether the new mailman-based ↵Jack Jansen1999-04-091-0/+1
| | | | PythonMac-checkins mailing list works.
* Added bufferobject.cJack Jansen1999-03-225-0/+0
|
* Remove all owner resources from template, and if no owner resource contained inJack Jansen1999-03-171-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?).
* Removed all owner resources except for "Pyth".Jack Jansen1999-03-171-0/+0
|
* For some reason these files had never been checked in.Jack Jansen1999-03-175-0/+0
|
* For reasons unknown these files were never checked in to CVS.Jack Jansen1999-03-173-0/+213
|
* If a control has no refcon pointing back to the Python object we create a newJack Jansen1999-03-132-11/+75
| | | | | Python object. This needs a new bgenObjectDefinition.py, which implements compare and hash functions.
* Added some clarification on CWGUSI building and pathnames as they comeJack Jansen1999-03-101-23/+33
| | | | out of the CVS repository.
* Offscreen bitmap support, first stab. PixMaps are still treated as ordinaryJack Jansen1999-03-074-0/+775
| | | | | handles, not fullblown python objects, and UpdateGWorld returns a new GWorld object in stead of modifying the existing one.
* Added Qdoffs module.Jack Jansen1999-03-073-0/+3
|
* Added a rewrite rule so the Str255 argument of GetControlTitle is seen asJack Jansen1999-03-072-5/+8
| | | | output parameter.
* Added App module (appearance manager interface).Jack Jansen1999-03-043-0/+89
|
* Added App module (appearance manager interface). And of course codewarriorJack Jansen1999-03-0428-0/+1
| | | | has touched various other projects again too, sigh.
* Interface to the appearance manager.Jack Jansen1999-03-043-0/+831
|
* Re-generated with OSStatus treated like OSErr (i.e. not returned, but raisingJack Jansen1999-03-041-24/+27
| | | | an exception when negative).
* added hasclosebox attr (jstrout) -- jvrJust van Rossum1999-03-031-1/+2
|
* 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.