Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added interface to get/set colordb | Barry Warsaw | 1998-09-29 | 1 | -1/+5 | |
| | ||||||
* | Removed old cruft, added raw about dialog | Barry Warsaw | 1998-09-29 | 1 | -44/+13 | |
| | ||||||
* | Changed interface for nearest() method to take individual red, green, | Barry Warsaw | 1998-09-29 | 1 | -2/+1 | |
| | | | | blue values instead of tuple | |||||
* | Got updating with Return/Tab working | Barry Warsaw | 1998-09-29 | 1 | -9/+7 | |
| | ||||||
* | Un PMW-ified | Barry Warsaw | 1998-09-29 | 1 | -115/+81 | |
| | ||||||
* | Added an extra frame in widget heirarchy in case I want to add | Barry Warsaw | 1998-09-29 | 2 | -4/+7 | |
| | | | | separators later | |||||
* | Un PMW-ified | Barry Warsaw | 1998-09-29 | 1 | -71/+84 | |
| | ||||||
* | Rework startup | Barry Warsaw | 1998-09-28 | 1 | -26/+10 | |
| | ||||||
* | simplify | Barry Warsaw | 1998-09-28 | 1 | -9/+3 | |
| | ||||||
* | triplet_to_brightness(): New function | Barry Warsaw | 1998-09-28 | 1 | -0/+9 | |
| | ||||||
* | De PMW-ify | Barry Warsaw | 1998-09-28 | 1 | -201/+110 | |
| | ||||||
* | Fixed the brightness calculation | Barry Warsaw | 1998-09-28 | 1 | -1/+1 | |
| | ||||||
* | Updated to new post-PMW framework. Moved generators to here and added | Barry Warsaw | 1998-09-28 | 1 | -36/+74 | |
| | | | | the StripViewer class. | |||||
* | formatting | Barry Warsaw | 1998-09-28 | 1 | -6/+6 | |
| | ||||||
* | Un PMW-ified | Barry Warsaw | 1998-09-28 | 1 | -41/+24 | |
| | ||||||
* | Un PMW-ified | Barry Warsaw | 1998-09-28 | 1 | -27/+41 | |
| | ||||||
* | Initial revision | Barry Warsaw | 1998-09-28 | 1 | -0/+16 | |
| | ||||||
* | Fixed unit test | Barry Warsaw | 1998-09-25 | 1 | -6/+6 | |
| | ||||||
* | update while dragging defaults to 0 | Barry Warsaw | 1998-03-17 | 1 | -1/+1 | |
| | ||||||
* | No update while dragging still tracks the arrows | Barry Warsaw | 1998-03-17 | 1 | -36/+59 | |
| | ||||||
* | Get rid of Entrywidget | Barry Warsaw | 1998-03-16 | 1 | -14/+0 | |
| | ||||||
* | Add option for no updates on typing | Barry Warsaw | 1998-03-16 | 1 | -1/+3 | |
| | ||||||
* | Add option for no updates on dragging | Barry Warsaw | 1998-03-16 | 1 | -11/+9 | |
| | ||||||
* | Use the new PyncheOptions widget | Barry Warsaw | 1998-03-16 | 1 | -8/+30 | |
| | ||||||
* | Integrate with OptionsWindow... need to hook into Tab key | Barry Warsaw | 1998-03-10 | 1 | -5/+19 | |
| | ||||||
* | Integrate with OptionsWindow... not sure it should be modal | Barry Warsaw | 1998-03-10 | 1 | -6/+26 | |
| | ||||||
* | Cosmetic | Barry Warsaw | 1998-03-10 | 1 | -7/+7 | |
| | ||||||
* | 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 | |
| |