summaryrefslogtreecommitdiffstats
path: root/doc/colors.n
Commit message (Collapse)AuthorAgeFilesLines
* Prefix "system" of all Windows System Colors was documentedoehhar2016-01-071-13/+13
|
* Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-2/+0
|\ | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * Fix [2a02881e4c] for 8.5 too: Colors added in 8.5 not documented in man page jan.nijtmans2015-06-251-0/+11
| |
* | Fix [2a02881e4c23634022d0ae40a14383d9baad9eb9|2a02881e4c]: Colors ↵jan.nijtmans2015-05-251-5/+13
| | | | | | | | added/changed in 8.6 not documented in man page
* | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
|\ \ | |/ | | | | after .TH breaks rendering on OpenBSD and possibly others.
| * Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | after .TH breaks rendering on OpenBSD and possibly others.
| |
| \
*-. \ Purge RCS Keywordsdgp2011-06-081-1/+0
|\ \ \ | | |/
| | * restore mistaken line deletedgp2011-06-081-1/+1
| |/
| * Purge RCS Keywords.dgp2011-06-081-3/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * * doc/colors.n: document new Mac OS X system colors.das2007-04-291-2/+150
| | | | | | | | | | | | | | | | | | * doc/cursors.n: document new Mac OS X native cursors. * doc/font.n: document new Mac OS X 'menu' system font. * doc/wm.n: document new Mac OS X [wm attributes].
* | | Fix [Bug 2118116]dkf2008-09-231-2/+4
| | |
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-1/+2
|/ / | | | | | | | | | | formatting, etc.)
* | Improve HTML generation for color lists.dkf2008-03-071-897/+881
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Added list of Windows system colors. [Bug 945409]dkf2007-11-011-5/+38
| |
* | * doc/colors.n: document new Mac OS X system colors.das2007-04-231-1/+149
| | | | | | | | | | | | | | | | * doc/cursors.n: document new Mac OS X native cursors. * doc/font.n: document new Mac OS X 'menu' system font. * doc/wm.n: document new Mac OS X [wm attributes]. * doc/ttk_image.n: fix 'make html' warning. * doc/canvas.n: fix nroff typo.
* | Minor fixes/improvementsdkf2006-11-161-4/+6
|/
* corrected B values [Bug #682714]hobbs2003-02-181-453/+453
|
* * doc/colors.n: Corrected bogus documentation with respect toericm2001-06-221-13/+13
| | | | | several shades of blue, all of which were listed as RGB 0 0 0. [Bug #432104].
* * doc/keysyms.n:ericm2000-06-301-2/+8
| | | | | | * doc/colors.n: Added extra .CE/.CS pairs to break up the large text block, so that the generated Windows help file could accomodate the manual entry. [Bug: 5862]
* * doc/keysyms.n: Man page enumerating keysyms [RFE: 1645].ericm2000-04-271-0/+776
* doc/colors.n: Man page enumerating valid color names [RFE: 1645]. * doc/cursors.n: Man page enumerating valid cursor values [RFE: 1645]. * library/msgbox.tcl: Corrected Unix tk_messageBox implementation to make the first button the default when no default is specified [Bug: 2218]. * doc/messageBox.n: Updated documentation with regards to selection of default button when none is specified (now it will use the first button as the default in that case) [Bug: 2218].