Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -409/+408 |
| | |||||
* | After more than two years of puzzlement Jurjen Bos found the reason for | Jack Jansen | 2004-07-15 | 1 | -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 Qd | Jack Jansen | 2002-11-30 | 1 | -1/+1 |
| | | | | attributes are no longer supported. | ||||
* | added support for live feedback in scrollbars | Just van Rossum | 2001-12-31 | 1 | -27/+11 |
| | |||||
* | Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus ↵ | Jack Jansen | 2001-12-04 | 1 | -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 tweaks | Just van Rossum | 2001-11-18 | 1 | -11/+48 |
| | |||||
* | use 32bit APIs for control values, refactor slightly | Just van Rossum | 2001-11-02 | 1 | -42/+28 |
| | |||||
* | use proper APIs for activate/deactivate | Just van Rossum | 2001-11-02 | 1 | -17/+5 |
| | |||||
* | - rearranged some imports | Just van Rossum | 2001-11-02 | 1 | -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 Jansen | 2001-08-25 | 1 | -5/+5 |
| | |||||
* | - fixed some re usage, partly so it'll still work when re uses pre instead | Just van Rossum | 2001-07-10 | 1 | -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 Jansen | 2001-01-23 | 1 | -7/+7 |
| | | | | object methods. Fixed. | ||||
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 1 | -7/+7 |
| | |||||
* | improved scrollbar delay behavior -- jvr | Just van Rossum | 1999-04-21 | 1 | -2/+5 |
| | |||||
* | added slight delay in Scrollbar.click() for more intuitive response -- jvr | Just van Rossum | 1999-02-25 | 1 | -0/+2 |
| | |||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 1 | -0/+396 |