- 01 Ock, 2006 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Patch by Ori Avtalion to fix a minor display glitch in the RightArrow.
-
- 22 Tem, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 24 Eki, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 03 Eyl, 2003 1 kayıt (commit)
-
-
Barry Warsaw yazdı
option is not given. If dbfile isn't given and can't be retrieved from the optionsdb, just initialize it to the first element in RGB_TXT. Backport candidate.
-
- 21 Eki, 2002 3 kayıt (commit)
-
-
Barry Warsaw yazdı
XConsortium. Now we can recognize these files!
-
Barry Warsaw yazdı
build(): Fix the logic here for calculating fallbacks if the dbfile isn't parseable. main(): Fix the semantics for -d/--database; this should override any database value found in the .pynche file. Update some comments, and author contact info. Bump to v1.4 Whitespace normalization.
-
Barry Warsaw yazdı
normalization.
-
- 23 Agu, 2001 3 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
ChipWidget.__init__(): Added a message area just below the color name. Both the message and name widgets are now FLAT, DISABLED Entry widgets instead of Labels. This allows users to copy-n-paste the color names or color specs. Also, the contents of both widgets are now driven by StringVars. set_color(): This only sets the chip color; it does not set the name widgets. set_name(): New method which only sets the name widget contents. set_message(): New method which only sets the message widget contents. ChipViewer.update_yourself(): Set the color, name, and message for each chip as follows: the first line always contains the color spec in #rrggbb format. The second line will contain the color name, but slightly differently for each widget. For the Selected widget, if the color exactly matches the Nearest color, the name is shown, otherwise the message field will be empty. The name field of the Nearest widget will always contain the color name.
-
- 10 Tem, 2001 11 kayıt (commit)
-
-
Barry Warsaw yazdı
fragile. Now the leading "0x" on hex numbers are displayed as labels and the type-in entry fields just accept the hex digits. Be sure to strip off the "0x" string when displaying hex values too. Also, de-string-module-ification, and other Python 2.x improvements.
-
Barry Warsaw yazdı
EOFError so any failures in unmarshalling are just ignored. Use print>> instead of sys.stderr.write().
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
De-string-module-ification.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 18 Nis, 2001 6 kayıt (commit)
-
-
Barry Warsaw yazdı
PyChecker.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
variables reported by PyChecker. __togglegentype(): PyChecker accurately reported that the variable __gentypevar was unused -- actually this whole method is currently unused so comment it out.
-
Barry Warsaw yazdı
reported by PyChecker.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
this tool was last touched! Update some of the introductory material and bump the version to 1.1.
-
- 01 Şub, 2001 2 kayıt (commit)
-
-
Barry Warsaw yazdı
fields. You can now backspace out the 0 in 0x0, and you can clear the field when in decimal mode. There are still some oddities about typing into these fields, but it should be much less annoying. The real solution is to ditch the update-while-typing "feature".
-
Barry Warsaw yazdı
scope (still inside the __name__=='__main__' guard). Necessitated by recent addition of nested scopes.
-
- 06 Tem, 1999 1 kayıt (commit)
-
-
Barry Warsaw yazdı
dynamically imported when Pynche is running via askcolor out of a package. If the ImportError occurs, try again, prepending the package name and digging out the module.
-
- 27 Nis, 1999 9 kayıt (commit)
-
-
Barry Warsaw yazdı
(thanks Fred!)
-
Barry Warsaw yazdı
on every invocation, instead of just the first.
-
Barry Warsaw yazdı
invocation, instead of just the first.
-
Barry Warsaw yazdı
PyncheWidget.__init__(): Add the extrapath argument which can be used to pass in additional directories to search for Viewers.
-
Barry Warsaw yazdı
lookup protocol.
-
Barry Warsaw yazdı
set_colordb(): Call Viewers' colordb_changed() method if they have them. Notifies them of changes to the color name database.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
text widget attribute), the color the attribute currently has is set in the main widget.
-
Barry Warsaw yazdı
-