Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Remove extra whitespace. | culler | 2020-08-12 | 1 | -1/+1 | |
| | ||||||
* | Aqua - automatically support all NSColors in the System ColorList. | culler | 2020-08-12 | 1 | -69/+20 | |
| | ||||||
* | Update color documentation. | culler | 2020-08-04 | 1 | -17/+16 | |
| | ||||||
* | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez. | culler | 2020-05-12 | 1 | -0/+1 | |
| | ||||||
* | On macOS, edit comments and documentation; fix compiler warnings. | culler | 2019-04-20 | 1 | -0/+1 | |
| | ||||||
* | For Aqua, add systemControlAccentColor; simulate the color for older systems. | culler | 2019-04-14 | 1 | -0/+1 | |
| | ||||||
* | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to match | culler | 2019-04-14 | 1 | -3/+36 | |
| | | | the NSColor name. Document the new colors. | |||||
* | Prefix "system" of all Windows System Colors was documented | oehhar | 2016-01-07 | 1 | -13/+13 | |
| | ||||||
* | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -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.nijtmans | 2015-06-25 | 1 | -0/+11 | |
| | | ||||||
* | | Fix [2a02881e4c23634022d0ae40a14383d9baad9eb9|2a02881e4c]: Colors ↵ | jan.nijtmans | 2015-05-25 | 1 | -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.nijtmans | 2013-11-05 | 1 | -1/+1 | |
|\ \ | |/ | | | | | after .TH breaks rendering on OpenBSD and possibly others. | |||||
| * | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 | |
| | | | | | | | | after .TH breaks rendering on OpenBSD and possibly others. | |||||
| | | ||||||
| \ | ||||||
*-. \ | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -1/+0 | |
|\ \ \ | | |/ | ||||||
| | * | restore mistaken line delete | dgp | 2011-06-08 | 1 | -1/+1 | |
| |/ | ||||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -3/+0 | |
| |\ | ||||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 | |
| | | | ||||||
| | * | * doc/colors.n: document new Mac OS X system colors. | das | 2007-04-29 | 1 | -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] | dkf | 2008-09-23 | 1 | -2/+4 | |
| | | | ||||||
* | | | Minor doc updates (removing out of date changebars, improving typedef ↵ | dkf | 2008-06-30 | 1 | -1/+2 | |
|/ / | | | | | | | | | | | formatting, etc.) | |||||
* | | Improve HTML generation for color lists. | dkf | 2008-03-07 | 1 | -897/+881 | |
| | | ||||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 | |
| | | ||||||
* | | Added list of Windows system colors. [Bug 945409] | dkf | 2007-11-01 | 1 | -5/+38 | |
| | | ||||||
* | | * doc/colors.n: document new Mac OS X system colors. | das | 2007-04-23 | 1 | -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/improvements | dkf | 2006-11-16 | 1 | -4/+6 | |
|/ | ||||||
* | corrected B values [Bug #682714] | hobbs | 2003-02-18 | 1 | -453/+453 | |
| | ||||||
* | * doc/colors.n: Corrected bogus documentation with respect to | ericm | 2001-06-22 | 1 | -13/+13 | |
| | | | | | several shades of blue, all of which were listed as RGB 0 0 0. [Bug #432104]. | |||||
* | * doc/keysyms.n: | ericm | 2000-06-30 | 1 | -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]. | ericm | 2000-04-27 | 1 | -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]. |