summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/Wcontrols.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-409/+408
|
* After more than two years of puzzlement Jurjen Bos found the reason forJack Jansen2004-07-151-2/+0
| | | | | the double-scroll problem: when you pass a tracker function to TrackControl you shouldn't call your hit function again afterwards. Fixes #711989.
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-1/+1
| | | | attributes are no longer supported.
* added support for live feedback in scrollbarsJust van Rossum2001-12-311-27/+11
|
* Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus ↵Jack Jansen2001-12-041-14/+87
| | | | 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-11/+48
|
* use 32bit APIs for control values, refactor slightlyJust van Rossum2001-11-021-42/+28
|
* use proper APIs for activate/deactivateJust van Rossum2001-11-021-17/+5
|
* - rearranged some importsJust van Rossum2001-11-021-29/+3
| | | | | | - removed default button drawing code: this doesn't work well under OSX. Needs to be replaced by SetWindowDefaultButton() calls, once we have those.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-5/+5
|
* - fixed some re usage, partly so it'll still work when re uses pre insteadJust van Rossum2001-07-101-8/+0
| | | | | of sre, and partly fixing re -> regex porting oversights - fixed PyFontify.py so it actually *works* again..
* Sigh... First test before committing. InvalWindowRect and friends are window ↵Jack Jansen2001-01-231-7/+7
| | | | object methods. Fixed.
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-231-7/+7
|
* improved scrollbar delay behavior -- jvrJust van Rossum1999-04-211-2/+5
|
* added slight delay in Scrollbar.click() for more intuitive response -- jvrJust van Rossum1999-02-251-0/+2
|
* First Checked In.Just van Rossum1999-01-301-0/+396