summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/Wlists.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 46607-46608 via svnmerge fromThomas Wouters2006-06-081-581/+0
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r46607 | neal.norwitz | 2006-06-03 06:49:00 +0200 (Sat, 03 Jun 2006) | 1 line Remove Mac OS 9 support (http://mail.python.org/pipermail/python-dev/2006-June/065538.html) ........ r46608 | martin.v.loewis | 2006-06-03 09:37:13 +0200 (Sat, 03 Jun 2006) | 2 lines Port to OpenBSD 3.9. Patch from Aldo Cortesi. ........
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-558/+557
|
* In a MultiList select all cells in the row, not only the first one.Jack Jansen2003-02-121-4/+5
|
* - More int() calls around floating point numbers passed where integers areJack Jansen2003-02-111-3/+3
| | | | | expected. - Fixed resizing of multi-column lists, somewhat.
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-3/+3
| | | | attributes are no longer supported.
* Make object browser work in OSX (by rewriting the old browserJust van Rossum2002-03-261-0/+4
| | | | LDEF in Python). If at all possible, this should go into 2.2.1.
* Use the Carbon scrap manager interface if the old interface isn't available.Jack Jansen2001-12-311-2/+7
|
* 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