Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | | | code (if it isn't open already). PythonIDE still opens the resource file "manually" because it also uses presence of the CURS resource to determine whether it needs to adjust sys.path. | |||||
* | 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 | |
| | | | | | in OSX MacPython (untested), and should be disabled/removed in OS9 (but that doesn't happen yet). | |||||
* | Auxiliary files for building the IDE applet. Running the IDE through | Jack Jansen | 2002-03-29 | 2 | -0/+57 | |
| | | | | BuildApplet for MachoPython now seems to do the right thing, yeah! | |||||
* | 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 | |
| | | | | | | | | | (if a single newline convention is used in the sourcefile), and the "save options" has a newline style radio button. The creator radio button also has the new choices PythonW and None. Just: just shout (and revert) if you don't agree. | |||||
* | Allow file without filetype as long as they end in ".py". | Jack Jansen | 2002-03-29 | 1 | -1/+11 | |
| | | | | | | Added a -D flag (can really only be specified on OSX commandline) to not revector sys.stderr, for debugging the IDE itself. Not sure whether this should stay. | |||||
* | Make object browser work in OSX (by rewriting the old browser | Just van Rossum | 2002-03-26 | 2 | -2/+146 | |
| | | | | LDEF in Python). If at all possible, this should go into 2.2.1. | |||||
* | For reasons I don't fully understand we sometimes get unexpected events | Jack Jansen | 2002-03-21 | 2 | -2/+8 | |
| | | | | | in MachoPython. As we don't have MacOS.HandleEvent() we drop these on the floor (with a print). | |||||
* | 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 | |
| | | | | This fixes bug #511992. | |||||
* | Changes by Donovan Preston (and a few minor ones by me) to make IDE run under | Jack Jansen | 2002-01-21 | 8 | -38/+71 | |
| | | | | | | | | MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format. These shouldn't interfere too much with Just's work on the next generation IDE, I hope. | |||||
* | 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 | |
| | | | | input to stdout. | |||||
* | OSX workaround: don't crash if the extentions folder can't be found. | Just van Rossum | 2001-12-13 | 1 | -2/+6 | |
| | | | | Not sure how to properly solve this. | |||||
* | 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 | |
| | | | | | | | 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 Jansen | 2001-12-04 | 3 | -35/+145 | |
| | | | | appearance support for Wlist frames and focussing. Plus commented-out appearance support for the same for Wtext, which still needs some work. | |||||
* | 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 | |
| | | | | instead. This fixes bug #488420. | |||||
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -0/+0 | |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | |||||
* | a whole bunch of OSX tweaks | Just van Rossum | 2001-11-18 | 10 | -69/+105 | |
| | ||||||
* | Rewritten the List Definition for the traceback window in Python, | Just van Rossum | 2001-11-05 | 1 | -9/+112 | |
| | | | | which makes it work under Carbon. Next stop: the object browser. | |||||
* | macdinking | Just van Rossum | 2001-11-02 | 2 | -10/+9 | |
| | ||||||
* | 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 | |
| | ||||||
* | wintertime blues | Just van Rossum | 2001-11-02 | 1 | -0/+0 | |
| | ||||||
* | removed import display hackery | Just van Rossum | 2001-11-02 | 2 | -66/+5 | |
| | ||||||
* | some support for syntax coloring, disabled for now | Just van Rossum | 2001-11-02 | 2 | -42/+149 | |
| | ||||||
* | changed the default font | Just van Rossum | 2001-11-02 | 1 | -1/+1 | |
| | ||||||
* | fixed a non-Carbon Carbon import | Just van Rossum | 2001-11-02 | 1 | -1/+1 | |
| | ||||||
* | - 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. | |||||
* | rearranged some imports | Just van Rossum | 2001-11-02 | 4 | -23/+8 | |
| | ||||||
* | call the correct base method (found due to better inheritance checking in 2.2) | Just van Rossum | 2001-10-31 | 1 | -1/+1 | |
| | ||||||
* | Fixed old bug (caused by careless Carbonizing) that noone noticed until | Just van Rossum | 2001-09-24 | 1 | -1/+1 | |
| | | | | this week (apparently me and Bob Heeter at more or less the same time). | |||||
* | Patch by Mark Day to allow from __future__ imports. Looks harmless | Jack Jansen | 2001-09-07 | 1 | -3/+5 | |
| | | | | | | | enough, but may have side-effects because it preallocates a single codeop.Compiler() to compile all statements the user enters. Just: please review and retract/modify if necessary. | |||||
* | Updated the Popt resources for the applets to the newest version. | Jack Jansen | 2001-09-01 | 3 | -0/+0 | |
| | ||||||
* | Use the new macresource module to open the accompanying resource file (if ↵ | Jack Jansen | 2001-08-27 | 2 | -27/+11 | |
| | | | | needed). | |||||
* | When we're freezing to sourcecode and one of the modules is a dynamic module ↵ | Jack Jansen | 2001-08-27 | 1 | -0/+4 | |
| | | | | that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package. | |||||
* | - A forgotten "from Carbon". | Jack Jansen | 2001-08-27 | 1 | -2/+3 | |
| | | | | | - Made the "killed unknown window" code dependent on a global var, so you can easily turn the behaviour off for IDE debugging. |