summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/Wapplication.py
Commit message (Collapse)AuthorAgeFilesLines
* Backport of 1.23 and 1.24:Jack Jansen2004-06-031-5/+11
| | | | | | | | | | | | Very large scripts folders could crash the IDE, because it runs out of Menu IDs (of which there are only 255 in Carbon). Fixed by stopping examining the scripts folder when we allocate menu ID 200. Fixes #959291. Replace backticks with repr() or "%r" From SF patch #852334.
* Fix for #731643: allow "lookup in documentation" to also work if theJack Jansen2003-05-061-0/+6
| | | | interactive window is frontmost.
* Got rid of macfs and FSSpecs in general (pathnames or FSRefs are nowJack Jansen2003-02-061-4/+5
| | | | used everywhere).
* interpret utf-8 file names on OSXJust van Rossum2003-01-091-0/+2
|
* MenuID's are signed.Jack Jansen2002-08-311-0/+2
|
* e macresource.need() to open the W resource file in the application initJack Jansen2002-04-031-0/+3
| | | | | | | | code (if it isn't open already). PythonIDE still opens the resource file "manually" because it also uses presence of the CURS resource to determine whether it needs to adjust sys.path.
* For reasons I don't fully understand we sometimes get unexpected eventsJack Jansen2002-03-211-1/+4
| | | | | in MachoPython. As we don't have MacOS.HandleEvent() we drop these on the floor (with a print).
* Added minimal support for floating windows.Just van Rossum2002-02-041-6/+11
|
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-211-12/+24
| | | | | | | | MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope.
* a whole bunch of OSX tweaksJust van Rossum2001-11-181-1/+1
|
* - A forgotten "from Carbon".Jack Jansen2001-08-271-2/+3
| | | | | - Made the "killed unknown window" code dependent on a global var, so you can easily turn the behaviour off for IDE debugging.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-4/+4
|
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵Just van Rossum2001-06-191-4/+4
| | | | any further encoding conversion troubles.
* Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, ↵Jack Jansen2001-05-171-4/+4
| | | | | | but at least the roundtrip gives the correct macroman characters again.
* Default waittime in the eventloop is now None. At low level it will then be ↵Jack Jansen2001-03-081-2/+2
| | | | set to GetCaretTime().
* Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents ↵Jack Jansen2001-01-291-4/+4
| | | | {Enable,Disable,Check}MenuItem.
* skip CVS folders when building the Scripts menu -- jvrJust van Rossum1999-12-231-1/+7
|
* Very minor little things... -- jvrJust van Rossum1999-10-301-4/+13
|
* added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr)Just van Rossum1999-09-261-1/+9
|
* added kludge so edit menus work in W.ModalDialogs -- jvrJust van Rossum1999-02-271-1/+1
|
* added "dummy" makeopenwindowsmenu method to simplify making a standalone W ↵Just van Rossum1999-02-261-0/+7
| | | | app -- jvr
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-021-4/+4
|
* First Checked In.Just van Rossum1999-01-301-0/+411