summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/Wtext.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 appear...Jack Jansen2001-12-041-7/+44
* 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 an...Just van Rossum2001-06-191-1/+1
* Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, bu...Jack Jansen2001-05-171-1/+1
* 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
* 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