summaryrefslogtreecommitdiffstats
path: root/Mac/Tools
Commit message (Expand)AuthorAgeFilesLines
* hardcode some resources, removing annoying Widgets.rsrc dependencyJust van Rossum2002-11-242-15/+100
* workaround so the (otherwise still broken) IDE can at least quit in the Pytho...Just van Rossum2002-11-221-15/+14
* Another workaround, to find the IDE directory when we're in MacPython-OSXJack Jansen2002-11-181-0/+10
* 'Replace all' in the find dialog didn't properly update the text view (it use...Just van Rossum2002-10-241-5/+1
* cd to users home dir if no current dir has been set. Fixes bug #625734Just van Rossum2002-10-201-0/+5
* make sure the object browser can't crash because when the list data gets bigg...Just van Rossum2002-09-161-6/+20
* Mode rU for universal newlines, not rT. Spotted by Guido.Jack Jansen2002-09-121-2/+2
* Pass None to AHGotoPage().Jack Jansen2002-09-111-1/+1
* The debugger source view only understood mac-style linefeeds. Fixed.Jack Jansen2002-09-111-2/+3
* Reorganized order of help menu, and don't show Carbon documentationJack Jansen2002-09-061-3/+4
* Implemented the Help menu. The Python manual can be viewed (if installed)Jack Jansen2002-08-311-0/+102
* If there's an environment variable PYTHONIDEPATH it points to the IDEJack Jansen2002-08-311-1/+4
* MenuID's are signed.Jack Jansen2002-08-311-0/+2
* fixed wrong classic MacOS pathname assumptionJust van Rossum2002-07-121-1/+1
* minor fixes, removed obsolete warningJust van Rossum2002-07-121-10/+3
* e macresource.need() to open the W resource file in the application initJack Jansen2002-04-032-1/+4
* Got the example program to work in MachoPython.Jack Jansen2002-04-031-2/+4
* Added a "run with commandline Python" flag. Works in MachoPython, should workJack Jansen2002-03-311-12/+54
* Auxiliary files for building the IDE applet. Running the IDE throughJack Jansen2002-03-292-0/+57
* repair damage: canceling the "save options" dialog now works again.Just van Rossum2002-03-291-4/+3
* repair damage: now works again as a CFM app.Just van Rossum2002-03-291-1/+1
* Completely revamped newline handling. PyEdit is now newline-preservingJack Jansen2002-03-291-20/+55
* Allow file without filetype as long as they end in ".py".Jack Jansen2002-03-291-1/+11
* Make object browser work in OSX (by rewriting the old browserJust van Rossum2002-03-262-2/+146
* For reasons I don't fully understand we sometimes get unexpected eventsJack Jansen2002-03-212-2/+8
* Added minimal support for floating windows.Just van Rossum2002-02-043-11/+27
* Don't append quit menu when on OSX, it is special and automatic there.Just van Rossum2002-02-041-2/+13
* Flush screen buffer upon console.flush() and output.flush().Just van Rossum2002-02-041-0/+4
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-218-38/+71
* Use the Carbon scrap manager interface if the old interface isn't available.Jack Jansen2001-12-311-2/+7
* Use the Carbon scrap manager interface if the old interface isn't available.Jack Jansen2001-12-313-6/+22
* made radio button labels readable under OSXJust van Rossum2001-12-311-9/+10
* half-hearted stab at supported the 2.2 object model better.Just van Rossum2001-12-311-0/+9
* added support for live feedback in scrollbarsJust van Rossum2001-12-311-27/+11
* Modified version of patch #496882: echo SimpleStdin readline()Just van Rossum2001-12-271-1/+3
* OSX workaround: don't crash if the extentions folder can't be found.Just van Rossum2001-12-131-2/+6
* re-checkin as AppleSingleJust van Rossum2001-12-132-0/+0
* OSX tweak.Just van Rossum2001-12-081-1/+3
* Don't do App.DrawThemeListBoxFrame() upon activate: it startsJust van Rossum2001-12-081-2/+2
* Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus appear...Jack Jansen2001-12-043-35/+145
* removed some dead code.Just van Rossum2001-12-031-15/+0
* Removed old and broken AE-based browser controller, use webbrowser.pyJust van Rossum2001-12-031-31/+11
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-0/+0
* a whole bunch of OSX tweaksJust van Rossum2001-11-1810-69/+105
* Rewritten the List Definition for the traceback window in Python,Just van Rossum2001-11-051-9/+112
* macdinkingJust van Rossum2001-11-022-10/+9
* 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
* wintertime bluesJust van Rossum2001-11-021-0/+0
* removed import display hackeryJust van Rossum2001-11-022-66/+5