Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the return key do what I mean more often. | Guido van Rossum | 1998-10-13 | 1 | -1/+1 |
| | |||||
* | Make the return key do what I mean more often. | Guido van Rossum | 1998-10-13 | 1 | -9/+11 |
| | |||||
* | Adding the beginnings of a Class browser. Incomplete, yet. | Guido van Rossum | 1998-10-13 | 1 | -0/+70 |
| | |||||
* | Add new command, "Open module". You select or type a module name, | Guido van Rossum | 1998-10-13 | 2 | -0/+33 |
| | | | | and it opens the source. | ||||
* | Subsume functionality from Popup menu in Debug menu. | Guido van Rossum | 1998-10-12 | 1 | -7/+95 |
| | | | | Other stuff so the PyShell window can be resurrected from the Windows menu. | ||||
* | Get rid of PopUp menu. | Guido van Rossum | 1998-10-12 | 1 | -10/+30 |
| | | | | | Create a simple Windows menu. (Imperfect when Untitled windows exist.) Add wakeup() method: deiconify, raise, focus. | ||||
* | Generalize menu creation. | Guido van Rossum | 1998-10-12 | 1 | -20/+15 |
| | |||||
* | Add Debug and Help menu items. | Guido van Rossum | 1998-10-12 | 1 | -1/+13 |
| | |||||
* | Added a menu bar to every window. | Guido van Rossum | 1998-10-12 | 1 | -1/+45 |
| | |||||
* | Add menu configuration to the event configuration. | Guido van Rossum | 1998-10-12 | 1 | -60/+123 |
| | |||||
* | Pass a root to the help window. | Guido van Rossum | 1998-10-12 | 1 | -1/+1 |
| | |||||
* | Add parent argument to 'to to line number' dialog box. | Guido van Rossum | 1998-10-12 | 1 | -1/+2 |
| | |||||
* | Add a label at the top showing (very basic) help for the stack viewer. | Guido van Rossum | 1998-10-10 | 1 | -0/+21 |
| | | | | Add a label at the bottom showing the exception info. | ||||
* | Add Unix main script and test program. | Guido van Rossum | 1998-10-10 | 2 | -0/+22 |
| | |||||
* | Initial checking of Tk-based Python IDE. | Guido van Rossum | 1998-10-10 | 23 | -0/+2829 |
| | | | | | Features: text editor with syntax coloring and undo; subclassed into interactive Python shell which adds history. | ||||
* | New version that is much more compact and easier to maintain. (Sjoerd) | Guido van Rossum | 1998-10-09 | 1 | -239/+124 |
| | |||||
* | Fix multi-arg list.append() calls. | Guido van Rossum | 1998-10-08 | 3 | -9/+9 |
| | |||||
* | Added a whole bunch of descriptions. | Guido van Rossum | 1998-10-07 | 1 | -0/+11 |
| | |||||
* | Use the imp module to get the magic word. | Guido van Rossum | 1998-10-07 | 1 | -6/+2 |
| | |||||
* | Added #! line | Guido van Rossum | 1998-10-07 | 1 | -0/+1 |
| | |||||
* | Updated about text | Barry Warsaw | 1998-10-07 | 1 | -3/+3 |
| | |||||
* | Moved the main pynche.py file to Main.py. Added minimal driver | Barry Warsaw | 1998-10-07 | 5 | -5/+16 |
| | | | | | scripts pynche.py and pynche.pyw for Unix and Windows startup respectively. Document the .pyw file in the README. | ||||
* | Better layout of options menu and inc/dec buttons | Barry Warsaw | 1998-10-07 | 1 | -13/+16 |
| | |||||
* | Fixes for some type-in strangeness | Barry Warsaw | 1998-10-07 | 1 | -8/+18 |
| | |||||
* | Add a note about the console window | Barry Warsaw | 1998-10-06 | 1 | -4/+6 |
| | |||||
* | Never mind | Barry Warsaw | 1998-10-06 | 1 | -0/+0 |
| | |||||
* | Add link for Windows | Barry Warsaw | 1998-10-06 | 1 | -0/+0 |
| | |||||
* | RightARrow._create(): justify=RIGHT on the text object | Barry Warsaw | 1998-10-06 | 1 | -0/+1 |
| | |||||
* | A readme | Barry Warsaw | 1998-10-06 | 1 | -0/+173 |
| | |||||
* | Add a SELECTION to the pre-inserted text | Barry Warsaw | 1998-10-06 | 1 | -1/+6 |
| | |||||
* | Copyright CNRI | Barry Warsaw | 1998-10-06 | 1 | -2/+1 |
| | |||||
* | Added the rgb.txt file from X11R6.4, including the license | Barry Warsaw | 1998-10-06 | 1 | -0/+3 |
| | |||||
* | Initial revision | Barry Warsaw | 1998-10-06 | 2 | -0/+782 |
| | |||||
* | Better initial color choosing | Barry Warsaw | 1998-10-06 | 2 | -17/+37 |
| | |||||
* | Better quitting | Barry Warsaw | 1998-10-06 | 3 | -6/+3 |
| | |||||
* | Converted to newstyle menubars | Barry Warsaw | 1998-10-06 | 1 | -34/+43 |
| | |||||
* | Update main window when Update on Click is turned on | Barry Warsaw | 1998-10-06 | 1 | -1/+7 |
| | |||||
* | Added version number in the About window | Barry Warsaw | 1998-10-06 | 1 | -4/+6 |
| | |||||
* | Track color changes: disable buttons and their labels when turned off | Barry Warsaw | 1998-10-06 | 1 | -13/+28 |
| | |||||
* | Color Variation Ties => Move Sliders | Barry Warsaw | 1998-10-06 | 1 | -15/+15 |
| | | | | Moved buttons to the top | ||||
* | main(): Better recovery when bogus color given on command line | Barry Warsaw | 1998-10-06 | 1 | -3/+2 |
| | |||||
* | rrggbb_to_triplet(): When color doesn't start with `#' raise a | Barry Warsaw | 1998-10-06 | 1 | -1/+2 |
| | | | | BadColor exception. | ||||
* | Added a hex button so arrow numbers can display in decimal or hex. | Barry Warsaw | 1998-10-06 | 1 | -7/+30 |
| | |||||
* | __togglehex(): Simplify | Barry Warsaw | 1998-10-06 | 1 | -12/+2 |
| | |||||
* | hexp() => hexp_var() | Barry Warsaw | 1998-10-06 | 1 | -2/+2 |
| | |||||
* | hexp(): New function | Barry Warsaw | 1998-10-06 | 1 | -0/+3 |
| | |||||
* | __normalize(): Preserve the location of the icursor and restore it so | Barry Warsaw | 1998-10-06 | 1 | -0/+3 |
| | | | | that Left/Right arrow keys and C-a C-e all work. | ||||
* | Changed the grey/magenta/cyan/yellow label text slightly. | Barry Warsaw | 1998-10-06 | 1 | -5/+5 |
| | | | | Changed Color Ties label to Color Variation Ties | ||||
* | usage(): Print msg at end of docstring | Barry Warsaw | 1998-10-06 | 1 | -3/+4 |
| | | | | | main(): Fixed logic error and reporting when no colordb was found. Given by GvR. | ||||
* | Title | Barry Warsaw | 1998-10-05 | 3 | -8/+6 |
| |