summaryrefslogtreecommitdiffstats
path: root/Tools/pynche
Commit message (Expand)AuthorAgeFilesLines
* make_view_popups(): Catch import error which can occur if a viewer isBarry Warsaw1999-07-061-1/+7
* Use the much nicer tkFileDialog for loading color name database filesBarry Warsaw1999-04-271-5/+10
* Document that for askcolor(), databasefile and wantspec can now be setBarry Warsaw1999-04-271-2/+2
* askcolor(): databasefile and wantspec can now be set on everyBarry Warsaw1999-04-271-3/+13
* Implement dynamic external Viewer discovery.Barry Warsaw1999-04-271-34/+61
* Add a module global variable ADDTOVIEW to conform to dynamic viewerBarry Warsaw1999-04-273-1/+7
* Added docstring describing Viewer interface.Barry Warsaw1999-04-271-0/+33
* add a commentBarry Warsaw1999-04-271-0/+1
* When selecting a radio button in the TextViewer (to change a specificBarry Warsaw1999-04-271-6/+28
* Change Black/White button labels to not include the arrowBarry Warsaw1999-04-271-2/+2
* Describe namedcolors.txtBarry Warsaw1999-04-261-0/+2
* An alternative Netscape databaseBarry Warsaw1999-04-261-0/+100
* Describe how to load a new databaseBarry Warsaw1999-04-261-0/+7
* Describe the Color database filesBarry Warsaw1999-04-261-31/+58
* Put the 'File' menu on the menubar even when modal, so users can getBarry Warsaw1999-04-261-4/+3
* Tim Peter's sister's 140 named colors that NS and MSIE understandBarry Warsaw1999-04-261-0/+141
* The "Web-safe" colors (all #rrggbb style)Barry Warsaw1999-04-261-0/+217
* The HTML 4.0 guaranteed colors.Barry Warsaw1999-04-261-0/+17
* Set the version number to 1.0 -- I think it's stable enoughBarry Warsaw1999-04-261-1/+1
* Lots of changes to support loading alternative color name database.Barry Warsaw1999-04-266-78/+180
* Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for LinuxersBarry Warsaw1999-04-231-0/+2
* Avoid totally empty files.Guido van Rossum1999-04-101-0/+1
* Helpwin.__init__(): The text widget should get focus.Barry Warsaw1999-03-261-0/+1
* Removed unnecessary import `from PyncheWidget import PyncheWidget'Barry Warsaw1999-03-261-1/+0
* Added most of the mechanism to change the strips from color variationsBarry Warsaw1998-12-151-20/+101
* A start on the TestModExp appletBarry Warsaw1998-12-153-6/+6
* Added Helpwin -- help in a text widgetBarry Warsaw1998-12-031-0/+60
* Untabification and other cruftBarry Warsaw1998-12-031-31/+40
* docstring(): Function for returning __doc__ % globals()Barry Warsaw1998-12-031-1/+6
* A little more tweakageBarry Warsaw1998-11-181-5/+20
* (ChipViewer): Make frame sticky NSEW to fix geometry problem.Barry Warsaw1998-11-181-1/+1
* tweak version numberBarry Warsaw1998-11-181-1/+1
* UpdatingBarry Warsaw1998-11-182-4/+0
* Brief update on the slightly changed API of pyColorChooser.askcolor().Barry Warsaw1998-10-221-11/+41
* __init__(): Removed initialcolor keyword.Barry Warsaw1998-10-221-6/+26
* sticky should be NSEW to fix pixel weirdness at right edgeBarry Warsaw1998-10-221-1/+1
* Error message goes to stderrBarry Warsaw1998-10-221-4/+8
* beep => bellBarry Warsaw1998-10-221-3/+6
* Fixed running of standalone via command line. Also, only do save fromBarry Warsaw1998-10-221-3/+5
* Describe all the new featuresBarry Warsaw1998-10-221-133/+262
* Chooser.__init__(): Added `wantspec' keyword to conform exactly toBarry Warsaw1998-10-221-4/+10
* Many changes to support a second mode of operation. Pynche can now beBarry Warsaw1998-10-2210-120/+256
* Saving/Restoring state into ~/.pynche fileBarry Warsaw1998-10-2010-27/+160
* The driver script on Unix is `pynche'; for Windows `pynche.pyw'Barry Warsaw1998-10-161-2/+2
* Updated __main__ unit testBarry Warsaw1998-10-151-5/+10
* Updated about textBarry Warsaw1998-10-071-3/+3
* Moved the main pynche.py file to Main.py. Added minimal driverBarry Warsaw1998-10-075-5/+16
* Better layout of options menu and inc/dec buttonsBarry Warsaw1998-10-071-13/+16
* Fixes for some type-in strangenessBarry Warsaw1998-10-071-8/+18
* Add a note about the console windowBarry Warsaw1998-10-061-4/+6