Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport of 1.12: | Jack Jansen | 2002-02-27 | 1 | -2/+7 |
| | | | | Use the Carbon scrap manager interface if the old interface isn't available. | ||||
* | Don't do App.DrawThemeListBoxFrame() upon activate: it starts | Just van Rossum | 2001-12-08 | 1 | -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 Jansen | 2001-12-04 | 1 | -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 tweaks | Just van Rossum | 2001-11-18 | 1 | -6/+11 |
| | |||||
* | Rewritten the List Definition for the traceback window in Python, | Just van Rossum | 2001-11-05 | 1 | -9/+112 |
| | | | | which makes it work under Carbon. Next stop: the object browser. | ||||
* | rearranged some imports | Just van Rossum | 2001-11-02 | 1 | -6/+1 |
| | |||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -8/+8 |
| | |||||
* | Sigh... First test before committing. InvalWindowRect and friends are window ↵ | Jack Jansen | 2001-01-23 | 1 | -5/+5 |
| | | | | object methods. Fixed. | ||||
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 1 | -5/+5 |
| | |||||
* | 1) added "typingcasesens" keyword arg to constructor, and support for case ↵ | Just van Rossum | 1999-09-26 | 1 | -8/+20 |
| | | | | | | | sensitive typing in lists. 2) minor cleanups (jvr) | ||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 1 | -0/+457 |