summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/Wlists.py
Commit message (Collapse)AuthorAgeFilesLines
* Backport of 1.12:Jack Jansen2002-02-271-2/+7
| | | | Use the Carbon scrap manager interface if the old interface isn't available.
* Don't do App.DrawThemeListBoxFrame() upon activate: it startsJust van Rossum2001-12-081-2/+2
| | | | | | | looking worse and worse if you deactivate/activate the window a few times. I don't know how to fix this properly, but I'm beginning to think that it's almost impossible to support the Appearance manager properly due to the way W works. Time for W2?...
* Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus ↵Jack Jansen2001-12-041-14/+14
| | | | 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-6/+11
|
* Rewritten the List Definition for the traceback window in Python,Just van Rossum2001-11-051-9/+112
| | | | which makes it work under Carbon. Next stop: the object browser.
* rearranged some importsJust van Rossum2001-11-021-6/+1
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-8/+8
|
* 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
|
* 1) added "typingcasesens" keyword arg to constructor, and support for case ↵Just van Rossum1999-09-261-8/+20
| | | | | | | sensitive typing in lists. 2) minor cleanups (jvr)
* First Checked In.Just van Rossum1999-01-301-0/+457