summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/mlte
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-352/+351
|
* 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-7/+5
|
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-1/+1
| | | | attributes are no longer supported.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-7/+7
|
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-1/+3
|
* It now works under Carbon. Under Classic the scrollbars don't showJack Jansen2001-07-161-104/+15
| | | | up, for reasons unknown.
* Minimal text editor using MLTE (code based on wed.py, the waste demo).Jack Jansen2001-07-141-0/+464
It's sort-of starting to work, but there's still problems with redraws and with resizing the window.