summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* askcolor(): databasefile and wantspec can now be set on everyBarry Warsaw1999-04-271-3/+13
| | | | invocation, instead of just the first.
* Implement dynamic external Viewer discovery.Barry Warsaw1999-04-271-34/+61
| | | | | PyncheWidget.__init__(): Add the extrapath argument which can be used to pass in additional directories to search for Viewers.
* Add a module global variable ADDTOVIEW to conform to dynamic viewerBarry Warsaw1999-04-273-1/+7
| | | | lookup protocol.
* Added docstring describing Viewer interface.Barry Warsaw1999-04-271-0/+33
| | | | | set_colordb(): Call Viewers' colordb_changed() method if they have them. Notifies them of changes to the color name database.
* add a commentBarry Warsaw1999-04-271-0/+1
|
* Added "See also" reference to PyOpenGL.Fred Drake1999-04-271-4/+14
|
* When selecting a radio button in the TextViewer (to change a specificBarry Warsaw1999-04-271-6/+28
| | | | | text widget attribute), the color the attribute currently has is set in the main widget.
* Change Black/White button labels to not include the arrowBarry Warsaw1999-04-271-2/+2
|
* Cast f.tell() result to int() in _addval(), so it works even onGuido van Rossum1999-04-271-1/+1
| | | | | platforms where tell() returns a long. (Perhaps tell() should be fixed too?) Reported by Greg Humphreys.
* 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
| | | | | to the 'load palette' entry. Just don't put the quit button on there.
* Tim Peter's sister's 140 named colors that NS and MSIE understandBarry Warsaw1999-04-261-0/+141
| | | | (with some controversy surrounding AliceBlue :-)
* 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
| | | | | | | | | You can switch database by just loading the new one; the list window and nearest colors adapt to the new database. Some reorganizing of code. Also, the name of the database file is stored in the ~/.pynche pickle. If it can't be loaded, fallbacks are used.
* Some changes (maybe not enough?) to make it work on Windows with localGuido van Rossum1999-04-261-3/+3
| | | | file URLs.
* Tim Peters strikes again:Guido van Rossum1999-04-263-44/+160
| | | | | | | | | | | | | | Ho ho ho -- that's trickier than it sounded! The colorizer is working with "line.col" strings instead of Text marks, and the absolute coordinates of the point of interest can change across the self.update call (voice of baffled experience, when two quick backspaces no longer fooled it, but a backspace followed by a quick ENTER did <wink>). Anyway, the attached appears to do the trick. CPU usage goes way up when typing quickly into a long triple-quoted string, but the latency is fine for me (a relatively fast typist on a relatively slow machine). Most of the changes here are left over from reducing the # of vrbl names to help me reason about the logic better; I hope the code is a *little* easier to
* Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except ↵Jack Jansen1999-04-254-0/+60
| | | | for the readme filename. Untested too, because I don't have ADD/IAD installed yet.
* added 'org.python.core' to the maymiss list (pickly.py tries to import it, ↵Just van Rossum1999-04-241-1/+2
| | | | probably for JPython support) -- jvr
* removed two redundant lines -- jvrJust van Rossum1999-04-241-2/+0
|
* mhlib is now documented.Fred Drake1999-04-231-3/+0
|
* Markup consistency.Fred Drake1999-04-231-4/+4
|
* Nits.Fred Drake1999-04-231-2/+2
|
* Add section for the sha module.Fred Drake1999-04-232-0/+57
|
* Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5.Guido van Rossum1999-04-231-3/+3
| | | | | | | The test really wanted to distinguish between the two. So now we test for __GLIBC__ instead. I have confirmed that this works for glibc and I have an email from Christian Tanzer confirming that it works for libc5, so it should be fine.
* Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(),Fred Drake1999-04-231-9/+33
| | | | | and an explanation of why any of stat.S_*() would be used instead of os.path.is*(). (With some really small enhancements by me.)
* Fixed typo and font-control problem reported by Detlef LannertFred Drake1999-04-231-2/+2
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Clarifications on the first(), next(), and previous() functions, basedFred Drake1999-04-231-4/+5
| | | | on comments from Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
* Fix a grammatical error reported by Detlef LannertFred Drake1999-04-231-1/+1
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Fix a couple of typos reported by Detlef LannertFred Drake1999-04-231-2/+2
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Fix a couple of grammatical errors reported by Detlef LannertFred Drake1999-04-231-2/+2
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Work-around LaTeX2HTML space-dropping bug.Fred Drake1999-04-231-2/+1
|
* Fixed some logical markup nits.Fred Drake1999-04-231-21/+26
| | | | | Added a pointer to Grail in the see-also section, since it's used as an example.
* Logical markup.Fred Drake1999-04-231-3/+3
|
* No, __repr__() does not accept a parameter other than self.Fred Drake1999-04-231-1/+2
|
* Shorten the section title.Fred Drake1999-04-231-13/+13
| | | | | Adjust markup to be a little more consistent with the rest of the document.
* Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for LinuxersBarry Warsaw1999-04-231-0/+2
|
* Shorten the section title.Fred Drake1999-04-231-1/+4
|
* Shorten the section title.Fred Drake1999-04-231-5/+5
| | | | Fix a couple of grammatical errors.
* Work around a space-dropping problem in LaTeX2HTML.Fred Drake1999-04-231-5/+4
| | | | Clarify the usage of a parameter.
* Added "See also" sections linking to binascii.Fred Drake1999-04-232-0/+12
|
* Refer to the binhex module, not the non-existent hexbin module.Fred Drake1999-04-231-2/+11
| | | | Added a "See also" section.
* Fix some glaring markup consistency problems (presentation wasFred Drake1999-04-231-4/+11
| | | | | | broken). Added a "See also" section.
* Added a couple more requests from users.Fred Drake1999-04-231-0/+9
|
* Hack places where '--' should appear as literal output but the -- wasFred Drake1999-04-231-7/+7
| | | | (properly) converted to - by LaTeX2HTML.
* Fix square brackets around optional parameters to macros.Fred Drake1999-04-231-2/+2
|