| Commit message (Expand) | Author | Age | Files | Lines |
* | Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Tempor... | Jack Jansen | 2002-12-13 | 1 | -2/+5 |
|
|
* | Tweaked some button sizes to make them look better on OSX. | Jack Jansen | 2002-12-13 | 1 | -3/+3 |
|
|
* | another wrong assumption fixed | Just van Rossum | 2002-12-13 | 1 | -3/+2 |
|
|
* | and now the real fix... | Just van Rossum | 2002-12-13 | 1 | -5/+2 |
|
|
* | fixed bool browsing bug, sf bug #652591 | Just van Rossum | 2002-12-13 | 1 | -0/+1 |
|
|
* | - reworked the object unpacking code, now supports new-style objects more | Just van Rossum | 2002-12-01 | 1 | -34/+46 |
|
|
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 9 | -29/+28 |
|
|
* | hardcode some resources, removing annoying Widgets.rsrc dependency | Just van Rossum | 2002-11-24 | 2 | -15/+100 |
|
|
* | workaround so the (otherwise still broken) IDE can at least quit in the Pytho... | Just van Rossum | 2002-11-22 | 1 | -15/+14 |
|
|
* | Another workaround, to find the IDE directory when we're in MacPython-OSX | Jack Jansen | 2002-11-18 | 1 | -0/+10 |
|
|
* | 'Replace all' in the find dialog didn't properly update the text view (it use... | Just van Rossum | 2002-10-24 | 1 | -5/+1 |
|
|
* | cd to users home dir if no current dir has been set. Fixes bug #625734 | Just van Rossum | 2002-10-20 | 1 | -0/+5 |
|
|
* | make sure the object browser can't crash because when the list data gets bigg... | Just van Rossum | 2002-09-16 | 1 | -6/+20 |
|
|
* | Mode rU for universal newlines, not rT. Spotted by Guido. | Jack Jansen | 2002-09-12 | 1 | -2/+2 |
|
|
* | Pass None to AHGotoPage(). | Jack Jansen | 2002-09-11 | 1 | -1/+1 |
|
|
* | The debugger source view only understood mac-style linefeeds. Fixed. | Jack Jansen | 2002-09-11 | 1 | -2/+3 |
|
|
* | Reorganized order of help menu, and don't show Carbon documentation | Jack Jansen | 2002-09-06 | 1 | -3/+4 |
|
|
* | Implemented the Help menu. The Python manual can be viewed (if installed) | Jack Jansen | 2002-08-31 | 1 | -0/+102 |
|
|
* | If there's an environment variable PYTHONIDEPATH it points to the IDE | Jack Jansen | 2002-08-31 | 1 | -1/+4 |
|
|
* | MenuID's are signed. | Jack Jansen | 2002-08-31 | 1 | -0/+2 |
|
|
* | fixed wrong classic MacOS pathname assumption | Just van Rossum | 2002-07-12 | 1 | -1/+1 |
|
|
* | minor fixes, removed obsolete warning | Just van Rossum | 2002-07-12 | 1 | -10/+3 |
|
|
* | e macresource.need() to open the W resource file in the application init | Jack Jansen | 2002-04-03 | 2 | -1/+4 |
|
|
* | Got the example program to work in MachoPython. | Jack Jansen | 2002-04-03 | 1 | -2/+4 |
|
|
* | Added a "run with commandline Python" flag. Works in MachoPython, should work | Jack Jansen | 2002-03-31 | 1 | -12/+54 |
|
|
* | Auxiliary files for building the IDE applet. Running the IDE through | Jack Jansen | 2002-03-29 | 2 | -0/+57 |
|
|
* | repair damage: canceling the "save options" dialog now works again. | Just van Rossum | 2002-03-29 | 1 | -4/+3 |
|
|
* | repair damage: now works again as a CFM app. | Just van Rossum | 2002-03-29 | 1 | -1/+1 |
|
|
* | Completely revamped newline handling. PyEdit is now newline-preserving | Jack Jansen | 2002-03-29 | 1 | -20/+55 |
|
|
* | Allow file without filetype as long as they end in ".py". | Jack Jansen | 2002-03-29 | 1 | -1/+11 |
|
|
* | Make object browser work in OSX (by rewriting the old browser | Just van Rossum | 2002-03-26 | 2 | -2/+146 |
|
|
* | For reasons I don't fully understand we sometimes get unexpected events | Jack Jansen | 2002-03-21 | 2 | -2/+8 |
|
|
* | Added minimal support for floating windows. | Just van Rossum | 2002-02-04 | 3 | -11/+27 |
|
|
* | Don't append quit menu when on OSX, it is special and automatic there. | Just van Rossum | 2002-02-04 | 1 | -2/+13 |
|
|
* | Flush screen buffer upon console.flush() and output.flush(). | Just van Rossum | 2002-02-04 | 1 | -0/+4 |
|
|
* | Changes by Donovan Preston (and a few minor ones by me) to make IDE run under | Jack Jansen | 2002-01-21 | 8 | -38/+71 |
|
|
* | Use the Carbon scrap manager interface if the old interface isn't available. | Jack Jansen | 2001-12-31 | 1 | -2/+7 |
|
|
* | Use the Carbon scrap manager interface if the old interface isn't available. | Jack Jansen | 2001-12-31 | 3 | -6/+22 |
|
|
* | made radio button labels readable under OSX | Just van Rossum | 2001-12-31 | 1 | -9/+10 |
|
|
* | half-hearted stab at supported the 2.2 object model better. | Just van Rossum | 2001-12-31 | 1 | -0/+9 |
|
|
* | added support for live feedback in scrollbars | Just van Rossum | 2001-12-31 | 1 | -27/+11 |
|
|
* | Modified version of patch #496882: echo SimpleStdin readline() | Just van Rossum | 2001-12-27 | 1 | -1/+3 |
|
|
* | OSX workaround: don't crash if the extentions folder can't be found. | Just van Rossum | 2001-12-13 | 1 | -2/+6 |
|
|
* | re-checkin as AppleSingle | Just van Rossum | 2001-12-13 | 2 | -0/+0 |
|
|
* | OSX tweak. | Just van Rossum | 2001-12-08 | 1 | -1/+3 |
|
|
* | Don't do App.DrawThemeListBoxFrame() upon activate: it starts | Just van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus appear... | Jack Jansen | 2001-12-04 | 3 | -35/+145 |
|
|
* | removed some dead code. | Just van Rossum | 2001-12-03 | 1 | -15/+0 |
|
|
* | Removed old and broken AE-based browser controller, use webbrowser.py | Just van Rossum | 2001-12-03 | 1 | -31/+11 |
|
|
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -0/+0 |
|
|