summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/Wapplication.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 46607-46608 via svnmerge fromThomas Wouters2006-06-081-481/+0
* 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
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Fix for #731643: allow "lookup in documentation" to also work if theJack Jansen2003-05-061-0/+6
* Got rid of macfs and FSSpecs in general (pathnames or FSRefs are nowJack Jansen2003-02-061-4/+5
* 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
* For reasons I don't fully understand we sometimes get unexpected eventsJack Jansen2002-03-211-1/+4
* 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
* a whole bunch of OSX tweaksJust van Rossum2001-11-181-1/+1
* - A forgotten "from Carbon".Jack Jansen2001-08-271-2/+3
* 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 an...Just van Rossum2001-06-191-4/+4
* Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, bu...Jack Jansen2001-05-171-4/+4
* Default waittime in the eventloop is now None. At low level it will then be s...Jack Jansen2001-03-081-2/+2
* Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {...Jack Jansen2001-01-291-4/+4
* 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 ap...Just van Rossum1999-02-261-0/+7
* 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