Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch by Chris Herborth: | Guido van Rossum | 1998-12-17 | 1 | -1/+7 |
| | | | | | BeOS headers live in various non-standard places; luckily, there's an environment variable that lists them all. | ||||
* | Sjoerd Mullender: | Guido van Rossum | 1998-12-15 | 2 | -3/+7 |
| | | | | | When printing missing modules, also print the module they were imported from. | ||||
* | Added most of the mechanism to change the strips from color variations | Barry Warsaw | 1998-12-15 | 1 | -20/+101 |
| | | | | | | | | to color constants (i.e. red constant, green constant, blue constant). But I haven't hooked this up yet because the UI gets more crowded and the arrows don't reflect the correct values. Added "Go to Black" and "Go to White" buttons. | ||||
* | A start on the TestModExp applet | Barry Warsaw | 1998-12-15 | 3 | -6/+6 |
| | | | | "Author" => "Contact" | ||||
* | "Author" -> "Contact" | Barry Warsaw | 1998-12-14 | 4 | -8/+8 |
| | |||||
* | Moved to Python 1.5.2/Lib | Guido van Rossum | 1998-12-08 | 1 | -343/+0 |
| | |||||
* | intermediate | Barry Warsaw | 1998-12-05 | 1 | -0/+85 |
| | |||||
* | Fixed some bugs | Barry Warsaw | 1998-12-05 | 1 | -23/+32 |
| | |||||
* | Fixed typos in --dump | Barry Warsaw | 1998-12-05 | 1 | -4/+4 |
| | |||||
* | Added Helpwin -- help in a text widget | Barry Warsaw | 1998-12-03 | 1 | -0/+60 |
| | |||||
* | Untabification and other cruft | Barry Warsaw | 1998-12-03 | 1 | -31/+40 |
| | |||||
* | docstring(): Function for returning __doc__ % globals() | Barry Warsaw | 1998-12-03 | 1 | -1/+6 |
| | |||||
* | audiopy: slightly revamped UI... includes a menubar, no quit button, | Barry Warsaw | 1998-12-03 | 2 | -17/+102 |
| | | | | | | | and added a `Help' menu item that puts the README (or docstring if that can't be found) in a scrolling text widget. README: fixed a few nits | ||||
* | Initial version of the README file | Barry Warsaw | 1998-12-03 | 1 | -0/+98 |
| | |||||
* | Typo | Guido van Rossum | 1998-11-27 | 1 | -1/+1 |
| | |||||
* | Support underlining of menu labels | Guido van Rossum | 1998-11-27 | 2 | -5/+6 |
| | |||||
* | New approach, separate tables for menus (platform-independent) and key | Guido van Rossum | 1998-11-27 | 1 | -168/+192 |
| | | | | | definitions (platform-specific), and generating accelerator strings automatically from the key definitions. | ||||
* | A little more tweakage | Barry Warsaw | 1998-11-18 | 1 | -5/+20 |
| | |||||
* | A little more tweakage | Barry Warsaw | 1998-11-18 | 1 | -1/+2 |
| | |||||
* | A bit of tweakage of the --help and --version options | Barry Warsaw | 1998-11-18 | 1 | -6/+11 |
| | |||||
* | (ChipViewer): Make frame sticky NSEW to fix geometry problem. | Barry Warsaw | 1998-11-18 | 1 | -1/+1 |
| | |||||
* | tweak version number | Barry Warsaw | 1998-11-18 | 1 | -1/+1 |
| | |||||
* | Update | Barry Warsaw | 1998-11-18 | 1 | -0/+3 |
| | |||||
* | Updating | Barry Warsaw | 1998-11-18 | 2 | -4/+0 |
| | |||||
* | Clarify portability and main program. | Guido van Rossum | 1998-11-16 | 1 | -2/+8 |
| | |||||
* | Added intro for 0.1 release and append Grail notes. | Guido van Rossum | 1998-11-16 | 1 | -0/+37 |
| | |||||
* | Added a None button to turn off all input sources. | Barry Warsaw | 1998-11-02 | 1 | -4/+22 |
| | |||||
* | If the module SUNAUDIODEV was generated on an older version of | Barry Warsaw | 1998-11-01 | 1 | -16/+25 |
| | | | | | Solaris, the `CD' macro won't exist in the header file, so this will raise a NameError. | ||||
* | MainWindow.__init__(): Move the import of Tkinter to here so that | Barry Warsaw | 1998-11-01 | 1 | -1/+1 |
| | | | | command line operation is (much) faster. | ||||
* | Added a version number, --version, and updated the docstring. | Barry Warsaw | 1998-11-01 | 1 | -5/+13 |
| | |||||
* | Rewrite, simplification of command line option parsing. Many GUI | Barry Warsaw | 1998-11-01 | 1 | -124/+50 |
| | | | | fixes. Input sources are mutually exclusive. | ||||
* | some rewriting, must do command line args | Barry Warsaw | 1998-10-31 | 1 | -40/+91 |
| | |||||
* | Input stuff | Barry Warsaw | 1998-10-30 | 1 | -15/+91 |
| | |||||
* | Added command line options | Barry Warsaw | 1998-10-30 | 1 | -1/+273 |
| | |||||
* | Initial revision | Barry Warsaw | 1998-10-30 | 1 | -0/+1 |
| | |||||
* | root is now a global called _root | Guido van Rossum | 1998-10-26 | 1 | -1/+1 |
| | |||||
* | Raise the root window on reset(). | Guido van Rossum | 1998-10-24 | 1 | -11/+9 |
| | | | | | Different action on WM_DELETE_WINDOW is more likely to do the right thing, allowing us to destroy old windows. | ||||
* | Split the goto() function in two: _goto() is the internal one, | Guido van Rossum | 1998-10-24 | 1 | -5/+9 |
| | | | | | using Canvas coordinates, and goto() uses turtle coordinates and accepts variable argument lists. | ||||
* | Cope with destruction of the window | Guido van Rossum | 1998-10-24 | 1 | -7/+24 |
| | |||||
* | Turtle graphics | Guido van Rossum | 1998-10-24 | 1 | -0/+324 |
| | |||||
* | Use of Breakpoint class should be bdb.Breakpoint. | Guido van Rossum | 1998-10-24 | 1 | -1/+1 |
| | |||||
* | Brief update on the slightly changed API of pyColorChooser.askcolor(). | Barry Warsaw | 1998-10-22 | 1 | -11/+41 |
| | | | | Added a To Do list. | ||||
* | __init__(): Removed initialcolor keyword. | Barry Warsaw | 1998-10-22 | 1 | -6/+26 |
| | | | | | | | | | | | | | show(): added color keyword here so that the selected color can be chosen on each invocation of askcolor(). Also fixed this class, and askcolor() so that the same Chooser instance can be re-used instead of creating a new one on each invocation of askcolor(). Added a module function save() which can be used to explicitly save the option database in ~/.pynche. This does not happen automatically when used as a modal. | ||||
* | sticky should be NSEW to fix pixel weirdness at right edge | Barry Warsaw | 1998-10-22 | 1 | -1/+1 |
| | |||||
* | Error message goes to stderr | Barry Warsaw | 1998-10-22 | 1 | -4/+8 |
| | | | | | canceled() takes an optional flag so that the canceled flag can be cleared. | ||||
* | beep => bell | Barry Warsaw | 1998-10-22 | 1 | -3/+6 |
| | | | | deiconify(): New method | ||||
* | Fixed running of standalone via command line. Also, only do save from | Barry Warsaw | 1998-10-22 | 1 | -3/+5 |
| | | | | main() so that run-as-modal doesn't automatically save database. | ||||
* | Describe all the new features | Barry Warsaw | 1998-10-22 | 1 | -133/+262 |
| | |||||
* | Chooser.__init__(): Added `wantspec' keyword to conform exactly to | Barry Warsaw | 1998-10-22 | 1 | -4/+10 |
| | | | | | tkColorChooser.askcolor() interface (i.e. don't return a color name even if there is an exact match). | ||||
* | Many changes to support a second mode of operation. Pynche can now be | Barry Warsaw | 1998-10-22 | 10 | -120/+256 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run either as a standalone application (by running pynche or pynche.pyw), or as a modal dialog inside another application. This can be done by importing pyColorChooser and running askcolor(). The API for this is the same as the tkColorChooser.askcolor() API, namely: When `Okay' is hit, askcolor() returns ((r, g, b), "name"). When `Cancel' is hit, askcolor() returns (None, None). Note the following differences: 1. pyColorChooser.askcolor() takes an optional keyword `master' which if set tells Pynche to run as a modal dialog. `master' is a Tkinter parent window. Without the `master' keyword Pynche runs standalone. 2. in pyColorChooser.askcolor() will return a Tk/X11 color name as "name" if there is an exact match, otherwise it will return a color spec, e.g. "#rrggbb". tkColorChooser can't return a color name. There are also some UI differences when running standalone vs. modal. When modal, there is no "File" menu, but instead there are "Okay" and "Cancel" buttons. The implementation of all this is a bit of a hack, but it seems to work moderately well. I'm not guaranteeing the pyColorChooser.Chooser class has the same semantics as the tkColorChooser.Chooser class. |