summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/textedit
Commit message (Collapse)AuthorAgeFilesLines
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-301-4/+4
|
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-338/+337
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Use new file dialogs.Jack Jansen2003-01-261-6/+5
|
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-4/+4
| | | | attributes are no longer supported.
* Updated to optionally use Carbon Scrap manager.Jack Jansen2001-12-311-4/+15
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-5/+5
|
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-1/+3
|
* Don't crash if InfoScrap doesn't exist (as is the case in Carbon).Jack Jansen2001-04-251-2/+5
|
* Calling Application._quit() is now preferred over raising self.Jack Jansen1996-09-171-1/+1
|
* Fixed viewrect/destrect calculationJack Jansen1996-08-191-2/+8
|
* Use FrameWork.windowbounds(), fixed idle routineJack Jansen1996-04-191-18/+8
|
* Added correct handling of cut/paste menu enabling, scroll barsJack Jansen1996-04-161-15/+88
|
* A simple scrollbar-less single-font (but multi-window) textJack Jansen1996-04-111-0/+276
editor. More to come...