Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patches from Jack for new Apple headers | Guido van Rossum | 1998-02-23 | 3 | -6/+36 |
| | |||||
* | Adapt to new webchecker structure. Due to better structure of | Guido van Rossum | 1998-02-21 | 1 | -59/+33 |
| | | | | | getpage(), much less duplicate code is needed -- we only need to override readhtml(). | ||||
* | Major overhaul. Don't use global variable (e.g. verbose); use | Guido van Rossum | 1998-02-21 | 1 | -130/+191 |
| | | | | | | | instance variables. Make all global functions methods, for easy overriding. Restructure getpage() for easy overriding. Add save_pickle() method and load_pickle() global function to make it easier for other programs to emulate the toplevel interface. | ||||
* | Change default RCS bin directory to /usr/local/bin/. | Guido van Rossum | 1998-02-19 | 1 | -1/+1 |
| | |||||
* | rrggbb_to_triplet(), triplet_to_rrggbb(): Improvements given by GvR | Barry Warsaw | 1998-02-18 | 1 | -8/+3 |
| | |||||
* | Very modest improvements | Barry Warsaw | 1998-02-18 | 1 | -27/+31 |
| | |||||
* | Get rid of commented out, slower versions | Barry Warsaw | 1998-02-18 | 1 | -14/+0 |
| | |||||
* | Implementation using TCLPROC loaded into the Tcl interpreter | Barry Warsaw | 1998-02-18 | 1 | -10/+32 |
| | |||||
* | __modified(): Make sure `rgbs' is a tuple | Barry Warsaw | 1998-02-18 | 1 | -1/+1 |
| | |||||
* | Several optimizations: | Barry Warsaw | 1998-02-18 | 1 | -51/+81 |
| | | | | | | | | | | | | | self.__chips now contains the list of rgbtuple values for the chips named i - 1 (Tkinter counts from 1, we count from zero). The chip number was just the index + 1. This means color lookup need not do an itemcget(), it can just index into __chips. instead of calling __canvas.itemconfigure(), we glom up a huge Tcl script and call tk.eval() directly. Actually we do many appends to a Python list, then string.join() them together into one huge string. This reduces the overhead of Tkinter but making one fast call to Tcl. | ||||
* | Cache conversions from triplets to rrggbb's and vice versa. Wasteful | Barry Warsaw | 1998-02-18 | 1 | -13/+22 |
| | | | | | on space, but improves performance. Also use map to calculate triplet_to_pmwrgb(). | ||||
* | Added about dialog | Barry Warsaw | 1998-02-17 | 1 | -4/+60 |
| | |||||
* | Added chip selection stuff, strip label | Barry Warsaw | 1998-02-17 | 1 | -8/+40 |
| | |||||
* | Added method to set selected color to nearest. | Barry Warsaw | 1998-02-17 | 1 | -8/+16 |
| | | | | | | Collapsed `Options' group into `Current Color' group Set delegate of reds, greens, blues | ||||
* | __validate(): test for None-age, not not-ness | Barry Warsaw | 1998-02-13 | 1 | -2/+2 |
| | |||||
* | get arrow movement, and text updating. also outlining of highlight | Barry Warsaw | 1998-02-13 | 1 | -2/+39 |
| | |||||
* | fixed the generators | Barry Warsaw | 1998-02-13 | 1 | -12/+18 |
| | |||||
* | triplet_to_pmwrgb(): New function | Barry Warsaw | 1998-02-13 | 1 | -0/+5 |
| | |||||
* | fixed initial color | Barry Warsaw | 1998-02-12 | 1 | -1/+1 |
| | |||||
* | typo | Barry Warsaw | 1998-02-12 | 1 | -1/+1 |
| | |||||
* | Added color strip widgets | Barry Warsaw | 1998-02-12 | 1 | -3/+45 |
| | |||||
* | Initial revision | Barry Warsaw | 1998-02-12 | 1 | -0/+135 |
| | |||||
* | Better conversion of command line given initial color | Barry Warsaw | 1998-02-11 | 1 | -3/+18 |
| | |||||
* | new interface to find_byname() | Barry Warsaw | 1998-02-11 | 1 | -1/+1 |
| | |||||
* | __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key. | Barry Warsaw | 1998-02-11 | 1 | -22/+22 |
| | | | | | | | find_byrgb(): Changed name, interface (takes a tuple), and return value find_byname(): lowercase color name | ||||
* | Better dimensions | Barry Warsaw | 1998-02-11 | 1 | -2/+2 |
| | |||||
* | Interface changes, delegate chaining, type in widget addition | Barry Warsaw | 1998-02-11 | 1 | -13/+37 |
| | |||||
* | Simplification of conversion routines | Barry Warsaw | 1998-02-11 | 1 | -22/+21 |
| | |||||
* | #Layout looks good, as does validation, and delegate chaining | Barry Warsaw | 1998-02-11 | 1 | -29/+44 |
| | |||||
* | Initial revision | Barry Warsaw | 1998-02-10 | 1 | -0/+90 |
| | |||||
* | Fix typo in format for strftime() used by cookie code. | Guido van Rossum | 1998-02-02 | 1 | -1/+1 |
| | |||||
* | Moved toplevel widget to PyncheWidget.py | Barry Warsaw | 1998-01-31 | 1 | -1/+92 |
| | |||||
* | Initial revision | Barry Warsaw | 1998-01-31 | 1 | -0/+51 |
| | |||||
* | BadColor: new exception class | Barry Warsaw | 1998-01-31 | 1 | -3/+43 |
| | | | | rrggbb_to_triplet(): New utility function | ||||
* | Better implementation of nearest(). Not faster, but better | Barry Warsaw | 1998-01-31 | 1 | -1/+2 |
| | |||||
* | Initial revision | Barry Warsaw | 1998-01-31 | 1 | -0/+151 |
| | |||||
* | mered Greg's suggestions, added docstring | Barry Warsaw | 1998-01-30 | 1 | -18/+26 |
| | |||||
* | Initial revision | Barry Warsaw | 1998-01-29 | 1 | -0/+71 |
| | |||||
* | Initial revision | Barry Warsaw | 1998-01-27 | 1 | -0/+23 |
| | |||||
* | Dangerous feature added: when removing local files (i.e., only when -r | Guido van Rossum | 1998-01-04 | 1 | -25/+50 |
| | | | | | | is used), do a recursive delete. Use -r with even more caution! Also changed usage message into a doc string, added a comment or two, and rearranged a long line. | ||||
* | Fix bug detected by AMK: need to import string. | Guido van Rossum | 1997-12-31 | 1 | -0/+1 |
| | |||||
* | Fix bug detected by AMK: Types should be types. | Guido van Rossum | 1997-12-31 | 1 | -2/+2 |
| | |||||
* | Added Jack Jansen's versioncheck to the README file. | Guido van Rossum | 1997-12-23 | 1 | -0/+3 |
| | |||||
* | Adding Jack Jansen's version checking utility. | Guido van Rossum | 1997-12-23 | 4 | -0/+212 |
| | |||||
* | Converted to use re instead of regex; version 0.9.0. | Guido van Rossum | 1997-12-21 | 3 | -55/+52 |
| | |||||
* | Up the version. | Guido van Rossum | 1997-12-16 | 2 | -3/+3 |
| | |||||
* | Fix a bug in translate(): the pointer was incremented by the length of | Guido van Rossum | 1997-12-16 | 1 | -2/+2 |
| | | | | | the *escaped* url. Also added new special characters that are not part of the url when found at the end: ( < > . | ||||
* | v 0.8.3 -- add an option to suppress URL processing inside <PRE>, | Guido van Rossum | 1997-12-09 | 3 | -9/+15 |
| | | | | by Scott <scott@chronis.icgroup.com> | ||||
* | Add special handling for Python modules that are imported implicitly | Guido van Rossum | 1997-12-08 | 1 | -0/+6 |
| | | | | by the Python runtime: 'site' and 'exceptions'. | ||||
* | Only parsing requires Python 1.5 | Barry Warsaw | 1997-12-04 | 1 | -6/+7 |
| |