summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/Wtext.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1092/+1092
|
* Cast various floats to ints so we don't get warnings.Jack Jansen2003-02-051-0/+2
|
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-3/+3
| | | | attributes are no longer supported.
* Use the Carbon scrap manager interface if the old interface isn't available.Jack Jansen2001-12-311-2/+8
|
* Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus ↵Jack Jansen2001-12-041-7/+44
| | | | appearance support for Wlist frames and focussing. Plus commented-out appearance support for the same for Wtext, which still needs some work.
* a whole bunch of OSX tweaksJust van Rossum2001-11-181-34/+34
|
* some support for syntax coloring, disabled for nowJust van Rossum2001-11-021-35/+137
|
* A few forgotten "from Carbon"s.Jack Jansen2001-08-271-1/+1
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-10/+10
|
* repaired expandselection and uncomment breakageJust van Rossum2001-06-211-4/+5
|
* Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid ↵Just van Rossum2001-06-191-1/+1
| | | | any further encoding conversion troubles.
* Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, ↵Jack Jansen2001-05-171-1/+1
| | | | | | but at least the roundtrip gives the correct macroman characters again.
* Waste 2.0 has many more options for the undo label.Jack Jansen2001-02-211-2/+6
|
* Use re in stead of regex, so we get rid of the annoying warning during startup.Jack Jansen2001-02-211-8/+9
|
* Sigh... First test before committing. InvalWindowRect and friends are window ↵Jack Jansen2001-01-231-5/+5
| | | | object methods. Fixed.
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-231-5/+5
|
* Added support for global default font settings. (jvr)Just van Rossum1999-09-261-18/+22
|
* fixed glitch when scrolling very long files -- jvrJust van Rossum1999-04-221-1/+1
|
* re-checkin with "ISO-8859 translation" turned on.Just van Rossum1999-02-021-1/+1
|
* First Checked In.Just van Rossum1999-01-301-0/+979