Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the rgb.txt file from X11R6.4, including the license | Barry Warsaw | 1998-10-06 | 1 | -0/+3 |
| | |||||
* | Initial revision | Barry Warsaw | 1998-10-06 | 2 | -0/+782 |
| | |||||
* | Better initial color choosing | Barry Warsaw | 1998-10-06 | 2 | -17/+37 |
| | |||||
* | Better quitting | Barry Warsaw | 1998-10-06 | 3 | -6/+3 |
| | |||||
* | Andrew Dalke's implementation of string.count(). | Guido van Rossum | 1998-10-06 | 1 | -0/+47 |
| | |||||
* | Converted to newstyle menubars | Barry Warsaw | 1998-10-06 | 1 | -34/+43 |
| | |||||
* | Added a 'Help' special menu to show how this is done. | Barry Warsaw | 1998-10-06 | 1 | -0/+5 |
| | |||||
* | The message "Exception in Tkinter callback" should go to stderr. | Guido van Rossum | 1998-10-06 | 1 | -4/+4 |
| | | | | | | | | | Fix bug in NoDefaultRoot() -- _default_root wasn't declared global; and made it reentrant. Don't set _default_root to whatever master gets passed in to BaseWidget._setup() (only set it when we need to create a new Tk() widget). | ||||
* | Update main window when Update on Click is turned on | Barry Warsaw | 1998-10-06 | 1 | -1/+7 |
| | |||||
* | Added version number in the About window | Barry Warsaw | 1998-10-06 | 1 | -4/+6 |
| | |||||
* | Track color changes: disable buttons and their labels when turned off | Barry Warsaw | 1998-10-06 | 1 | -13/+28 |
| | |||||
* | Color Variation Ties => Move Sliders | Barry Warsaw | 1998-10-06 | 1 | -15/+15 |
| | | | | Moved buttons to the top | ||||
* | main(): Better recovery when bogus color given on command line | Barry Warsaw | 1998-10-06 | 1 | -3/+2 |
| | |||||
* | rrggbb_to_triplet(): When color doesn't start with `#' raise a | Barry Warsaw | 1998-10-06 | 1 | -1/+2 |
| | | | | BadColor exception. | ||||
* | Added a hex button so arrow numbers can display in decimal or hex. | Barry Warsaw | 1998-10-06 | 1 | -7/+30 |
| | |||||
* | __togglehex(): Simplify | Barry Warsaw | 1998-10-06 | 1 | -12/+2 |
| | |||||
* | Slight rearrangement of code in lookdict() by Vladimir Marangozov, to | Guido van Rossum | 1998-10-06 | 1 | -4/+3 |
| | | | | make a common case slightly faster. | ||||
* | hexp() => hexp_var() | Barry Warsaw | 1998-10-06 | 1 | -2/+2 |
| | |||||
* | hexp(): New function | Barry Warsaw | 1998-10-06 | 1 | -0/+3 |
| | |||||
* | __normalize(): Preserve the location of the icursor and restore it so | Barry Warsaw | 1998-10-06 | 1 | -0/+3 |
| | | | | that Left/Right arrow keys and C-a C-e all work. | ||||
* | Changed the grey/magenta/cyan/yellow label text slightly. | Barry Warsaw | 1998-10-06 | 1 | -5/+5 |
| | | | | Changed Color Ties label to Color Variation Ties | ||||
* | usage(): Print msg at end of docstring | Barry Warsaw | 1998-10-06 | 1 | -3/+4 |
| | | | | | main(): Fixed logic error and reporting when no colordb was found. Given by GvR. | ||||
* | Title | Barry Warsaw | 1998-10-05 | 3 | -8/+6 |
| | |||||
* | Finished implementation + docstring | Barry Warsaw | 1998-10-05 | 1 | -0/+262 |
| | |||||
* | Added Alt-w bindings | Barry Warsaw | 1998-10-05 | 2 | -0/+5 |
| | |||||
* | Added details window | Barry Warsaw | 1998-10-05 | 1 | -1/+11 |
| | |||||
* | current_rgb(): New method | Barry Warsaw | 1998-10-05 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Barry Warsaw | 1998-10-05 | 1 | -0/+0 |
| | |||||
* | These were never under CVS, but now that I use cvs to communicate | Jack Jansen | 1998-10-05 | 15 | -0/+807 |
| | | | | between the various macs it's better if they are. | ||||
* | Newer versions of projects. | Jack Jansen | 1998-10-05 | 9 | -0/+0 |
| | |||||
* | Added SIZEOF_VOID_P and HAVE_LONG_LONG | Jack Jansen | 1998-10-05 | 1 | -0/+2 |
| | |||||
* | No need for (char *) cast from gdbm_strerror(). | Guido van Rossum | 1998-10-03 | 1 | -5/+3 |
| | |||||
* | Win32 port. Patches by Milton L. Hankins. | Guido van Rossum | 1998-10-03 | 1 | -1/+7 |
| | |||||
* | Docstring | Barry Warsaw | 1998-10-02 | 1 | -0/+14 |
| | |||||
* | Docstring | Barry Warsaw | 1998-10-02 | 3 | -1/+58 |
| | |||||
* | Docstring | Barry Warsaw | 1998-10-02 | 2 | -0/+20 |
| | |||||
* | Added the ListViewer | Barry Warsaw | 1998-10-02 | 1 | -0/+11 |
| | |||||
* | Updated docstring. | Barry Warsaw | 1998-10-02 | 1 | -5/+12 |
| | |||||
* | all_names(): => unique_names() | Barry Warsaw | 1998-10-02 | 1 | -2/+12 |
| | | | | aliases_of(): New method | ||||
* | Added docstring | Barry Warsaw | 1998-10-02 | 1 | -0/+15 |
| | |||||
* | Functionality complete | Barry Warsaw | 1998-10-02 | 1 | -5/+45 |
| | |||||
* | all_names(): Return just the unique names of rgb colors | Barry Warsaw | 1998-10-02 | 1 | -0/+11 |
| | |||||
* | The usual | Guido van Rossum | 1998-10-02 | 2 | -230/+333 |
| | |||||
* | Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates. | Guido van Rossum | 1998-10-02 | 1 | -0/+9 |
| | |||||
* | Added tweak for SET_CCC (which I don't even know what it is!) for Linux. | Guido van Rossum | 1998-10-02 | 1 | -2/+7 |
| | | | | | | Added AC_CHECK_SIZEOF(void *). Added yet another test for pthreads (pthread_create may be in libc). Added pthread_init to list of functions whose existence is checked. | ||||
* | Got click on working. Dragging is disabled for now | Barry Warsaw | 1998-10-02 | 1 | -35/+17 |
| | |||||
* | resolve(): Improved use of a/an, suggested by Tino Wildenhain | Barry Warsaw | 1998-10-02 | 1 | -1/+5 |
| | | | | <cdtv@amigager.de>. | ||||
* | Eh, better error message for the previous change. It now says | Guido van Rossum | 1998-10-02 | 1 | -1/+1 |
| | | | | "non-default argument follows default argument". | ||||
* | Treat def f(a, b=1, c): ... as an error (missing default for c) | Guido van Rossum | 1998-10-02 | 1 | -7/+4 |
| | | | | instead of silently supplying a default of None fore c. | ||||
* | Up version to 1.5a2 -- we're close enough (even though I'm still | Guido van Rossum | 1998-10-02 | 1 | -1/+1 |
| | | | | expecting some contributions). |