summaryrefslogtreecommitdiffstats
path: root/Tools/pynche
Commit message (Collapse)AuthorAgeFilesLines
* update while dragging defaults to 0Barry Warsaw1998-03-171-1/+1
|
* No update while dragging still tracks the arrowsBarry Warsaw1998-03-171-36/+59
|
* Get rid of EntrywidgetBarry Warsaw1998-03-161-14/+0
|
* Add option for no updates on typingBarry Warsaw1998-03-161-1/+3
|
* Add option for no updates on draggingBarry Warsaw1998-03-161-11/+9
|
* Use the new PyncheOptions widgetBarry Warsaw1998-03-161-8/+30
|
* Integrate with OptionsWindow... need to hook into Tab keyBarry Warsaw1998-03-101-5/+19
|
* Integrate with OptionsWindow... not sure it should be modalBarry Warsaw1998-03-101-6/+26
|
* CosmeticBarry Warsaw1998-03-101-7/+7
|
* rrggbb_to_triplet(), triplet_to_rrggbb(): Improvements given by GvRBarry Warsaw1998-02-181-8/+3
|
* Very modest improvementsBarry Warsaw1998-02-181-27/+31
|
* Get rid of commented out, slower versionsBarry Warsaw1998-02-181-14/+0
|
* Implementation using TCLPROC loaded into the Tcl interpreterBarry Warsaw1998-02-181-10/+32
|
* __modified(): Make sure `rgbs' is a tupleBarry Warsaw1998-02-181-1/+1
|
* Several optimizations:Barry Warsaw1998-02-181-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. WastefulBarry Warsaw1998-02-181-13/+22
| | | | | on space, but improves performance. Also use map to calculate triplet_to_pmwrgb().
* Added about dialogBarry Warsaw1998-02-171-4/+60
|
* Added chip selection stuff, strip labelBarry Warsaw1998-02-171-8/+40
|
* Added method to set selected color to nearest.Barry Warsaw1998-02-171-8/+16
| | | | | | Collapsed `Options' group into `Current Color' group Set delegate of reds, greens, blues
* __validate(): test for None-age, not not-nessBarry Warsaw1998-02-131-2/+2
|
* get arrow movement, and text updating. also outlining of highlightBarry Warsaw1998-02-131-2/+39
|
* fixed the generatorsBarry Warsaw1998-02-131-12/+18
|
* triplet_to_pmwrgb(): New functionBarry Warsaw1998-02-131-0/+5
|
* fixed initial colorBarry Warsaw1998-02-121-1/+1
|
* typoBarry Warsaw1998-02-121-1/+1
|
* Added color strip widgetsBarry Warsaw1998-02-121-3/+45
|
* Initial revisionBarry Warsaw1998-02-121-0/+135
|
* Better conversion of command line given initial colorBarry Warsaw1998-02-111-3/+18
|
* new interface to find_byname()Barry Warsaw1998-02-111-1/+1
|
* __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key.Barry Warsaw1998-02-111-22/+22
| | | | | | | find_byrgb(): Changed name, interface (takes a tuple), and return value find_byname(): lowercase color name
* Better dimensionsBarry Warsaw1998-02-111-2/+2
|
* Interface changes, delegate chaining, type in widget additionBarry Warsaw1998-02-111-13/+37
|
* Simplification of conversion routinesBarry Warsaw1998-02-111-22/+21
|
* #Layout looks good, as does validation, and delegate chainingBarry Warsaw1998-02-111-29/+44
|
* Initial revisionBarry Warsaw1998-02-101-0/+90
|
* Moved toplevel widget to PyncheWidget.pyBarry Warsaw1998-01-311-1/+92
|
* Initial revisionBarry Warsaw1998-01-311-0/+51
|
* BadColor: new exception classBarry Warsaw1998-01-311-3/+43
| | | | rrggbb_to_triplet(): New utility function
* Better implementation of nearest(). Not faster, but betterBarry Warsaw1998-01-311-1/+2
|
* Initial revisionBarry Warsaw1998-01-311-0/+151
|
* mered Greg's suggestions, added docstringBarry Warsaw1998-01-301-18/+26
|
* Initial revisionBarry Warsaw1998-01-291-0/+71
|
* Initial revisionBarry Warsaw1998-01-271-0/+23