summaryrefslogtreecommitdiffstats
path: root/Tools/pynche
Commit message (Collapse)AuthorAgeFilesLines
* Got click on working. Dragging is disabled for nowBarry Warsaw1998-10-021-35/+17
|
* Lots of good UI working, but not yet update-while-draggingBarry Warsaw1998-10-011-13/+31
|
* *** empty log message ***Barry Warsaw1998-10-011-0/+98
|
* Change some init orderBarry Warsaw1998-10-011-5/+10
|
* update_views_current(): New methodBarry Warsaw1998-10-011-0/+9
|
* Added View button and popup of text widgetBarry Warsaw1998-10-011-1/+22
|
* *** empty log message ***Barry Warsaw1998-10-011-0/+95
|
* Gridify this widgetBarry Warsaw1998-10-011-2/+2
|
* Make sure the menubar is stretchedBarry Warsaw1998-10-011-1/+1
|
* Add a nice dividerBarry Warsaw1998-10-012-4/+14
|
* Fixed toggle b/w hex and decimalBarry Warsaw1998-10-011-4/+21
|
* Added options to visible windowBarry Warsaw1998-10-011-11/+16
|
* Groove for debuggingBarry Warsaw1998-10-011-2/+2
|
* Get rid of Edit menuBarry Warsaw1998-10-011-14/+0
|
* Added options to visible windowBarry Warsaw1998-10-011-9/+19
|
* Added interface to get/set colordbBarry Warsaw1998-09-291-1/+5
|
* Removed old cruft, added raw about dialogBarry Warsaw1998-09-291-44/+13
|
* Changed interface for nearest() method to take individual red, green,Barry Warsaw1998-09-291-2/+1
| | | | blue values instead of tuple
* Got updating with Return/Tab workingBarry Warsaw1998-09-291-9/+7
|
* Un PMW-ifiedBarry Warsaw1998-09-291-115/+81
|
* Added an extra frame in widget heirarchy in case I want to addBarry Warsaw1998-09-292-4/+7
| | | | separators later
* Un PMW-ifiedBarry Warsaw1998-09-291-71/+84
|
* Rework startupBarry Warsaw1998-09-281-26/+10
|
* simplifyBarry Warsaw1998-09-281-9/+3
|
* triplet_to_brightness(): New functionBarry Warsaw1998-09-281-0/+9
|
* De PMW-ifyBarry Warsaw1998-09-281-201/+110
|
* Fixed the brightness calculationBarry Warsaw1998-09-281-1/+1
|
* Updated to new post-PMW framework. Moved generators to here and addedBarry Warsaw1998-09-281-36/+74
| | | | the StripViewer class.
* formattingBarry Warsaw1998-09-281-6/+6
|
* Un PMW-ifiedBarry Warsaw1998-09-281-41/+24
|
* Un PMW-ifiedBarry Warsaw1998-09-281-27/+41
|
* Initial revisionBarry Warsaw1998-09-281-0/+16
|
* Fixed unit testBarry Warsaw1998-09-251-6/+6
|
* 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
|