summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/Wapplication.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 46607-46608 via svnmerge fromThomas Wouters2006-06-081-481/+0
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r46607 | neal.norwitz | 2006-06-03 06:49:00 +0200 (Sat, 03 Jun 2006) | 1 line Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) ........ r46608 | martin.v.loewis | 2006-06-03 09:37:13 +0200 (Sat, 03 Jun 2006) | 2 lines Port to OpenBSD 3.9. Patch from Aldo Cortesi. ........
* Remove apply()Neal Norwitz2006-03-171-1/+1
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-456/+455
|
* Very large scripts folders could crash the IDE, because it runs outJack Jansen2004-06-031-3/+9
| | | | | | | 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. Need to backport.
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
| | | | 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