summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Added missing word in man eventfvogel2015-10-271-1/+1
|\
| * Added missing word in man eventfvogel2015-10-271-1/+1
| |
* | Fixed bug [1520118fff] - -validate resets to nonefvogel2015-10-221-1/+11
|\ \ | |/
| * Fixed bug [1520118fff] - -validate resets to nonebug_1520118ffffvogel2015-10-161-1/+11
| |
| * Fixed bug [1815161] - .text count -ypixels wrong until widget is managedfvogel2015-10-091-6/+6
| |
* | Fixed bug [1815161] - .text count -ypixels wrong until widget is managedfvogel2015-10-091-5/+6
| |
* | TIP #437: Tk panedwindow options for proxy windowjan.nijtmans2015-10-081-0/+10
|\ \ | |/
| * Hm, better keep the TIP as it is, not making it more difficult than it ↵jan.nijtmans2015-09-301-2/+1
| | | | | | | | already is.
| * One more suggestion: Use the value of -sashwidth as default for ↵jan.nijtmans2015-09-301-1/+1
| | | | | | | | -proxyborderwidth. It's one pixel different from the current behavior (2 -> 3 pixels), but would be consistant with -proxyrelief vs -sashrelief.
| * Carefull inspection shows that the default for -proxyrelief should be the ↵jan.nijtmans2015-09-301-1/+1
| | | | | | | | value of -sashrelief, in order to be 100% compatible with how it behaved before.
| * Bring panedwindow proxy behavior in line with TIP #437 description.jan.nijtmans2015-09-301-4/+7
| |
| * Added -proxyborderwidth optionfvogel2015-09-301-0/+3
| |
| * Added -proxybackground optionfvogel2015-09-291-0/+2
| |
| * merge core-8-5-branchjan.nijtmans2015-09-142-18/+36
| |\
| * | Fixed extra spacefvogel2015-07-141-1/+1
| | |
| * | Bug [1247115fff] - Added -proxyrelief optionfvogel2015-07-141-0/+3
| | |
* | | Fixed bug [1581435fff] - Documented precedence order in the matching process ↵fvogel2015-09-061-7/+10
|\ \ \ | | |/ | |/| | | | of the index string
| * | Fixed bug [1581435fff] - Documented precedence order in the matching process ↵bug_1581435ffffvogel2015-09-021-6/+9
| | | | | | | | | | | | of the index string
* | | Fix [6fe75131c546226b]: doc: tk_messageBox (mac). jan.nijtmans2015-08-031-6/+6
|\ \ \ | |/ / | | | Use ttk::scrollbar in stead of scrollbar in various demo's. (ported from androwish branch)
| * | Fix [6fe75131c546226b]: doc: tk_messageBox (mac)jan.nijtmans2015-08-031-12/+27
| |/
* | Fixed bad indentation in the contents table of the text widget man page of ↵fvogel2015-07-131-1/+1
|\ \ | |/ | | | | the switches pertaining to the dump subcommand
| * Fixed bad indentation in the contents table of the text widget man page of ↵fvogel2015-07-131-1/+1
| | | | | | | | the switches pertaining to the dump subcommand
| * Add tk-mac doc to 8.5Kevin Walzer2015-06-301-0/+237
| |
* | Revert [b80a6942]. Realize now that "true" was not bold because the option ↵andy2015-07-021-1/+1
| | | | | | | | does not have to literally be the exact string "true" but can also be any of the other acceptable true values, such as "yes" or "t".
* | 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
| |
* | Add missing bold effect to documentation for [canvas -splinesteps].andy2015-06-051-1/+1
| |
* | Fixed bug [1714535fff] - Documented explicitely that geometry requests from ↵fvogel2015-06-011-0/+9
|\ \ | |/ | | | | mapped slaves (panes) are ignored by the panedwindow widget
| * Documented explicitely that geometry requests from mapped slaves (panes) are ↵bug_1714535ffffvogel2015-05-281-0/+9
| | | | | | | | ignored by the panedwindow widget
* | Fix [2a02881e4c23634022d0ae40a14383d9baad9eb9|2a02881e4c]: Colors ↵jan.nijtmans2015-05-251-5/+13
| | | | | | | | added/changed in 8.6 not documented in man page
* | Merged branch bug-1581955fff, fixing [1581955fff]fvogel2015-03-131-16/+33
|\ \ | |/
| * Slightly better formattingbug_1581955ffffvogel2015-03-131-0/+4
| |
| * Fixed documentation regarding behaviour of embedded windows and embedded ↵fvogel2015-03-081-0/+20
| | | | | | | | images in [text] - Bug [1581955fff]
* | Deleted Win95/98-specific documentation as those platforms have long been ↵ashok2015-03-021-6/+2
| | | | | | | | unsupported.
* | Add support for an 'M' binding substitution that is replaced with the number ↵Joe Mistachkin2015-02-061-0/+3
|\ \ | |/ | | | | of script-based binding patterns matched so far for the event.
| * Merge updates from core-8-5-branch.bindScriptCountJoe Mistachkin2015-02-051-1/+1
| |\
| | * Fixed copy/paste error in man text.fvogel2015-01-021-1/+1
| | |
| * | Merge updates from core 8.5 branch.Joe Mistachkin2014-11-11172-172/+190
| |\ \ | | |/
| * | Add docs and tests.Joe Mistachkin2012-11-161-0/+3
| | |
* | | Updated chooseDirectory docs for Vistaashok2014-10-162-4/+6
| | |
* | | Updated documentation for tk_getOpen/SaveFile -initialdir optionashok2014-10-151-2/+6
| | |
* | | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-05175-175/+175
|\ \ \ | | |/ | |/| | | | after .TH breaks rendering on OpenBSD and possibly others.
| * | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-05172-172/+172
| | | | | | | | | | | | after .TH breaks rendering on OpenBSD and possibly others.
* | | Documentation tweaks to make index entries more informative.dkf2013-09-2319-20/+35
| | |
* | | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-273-0/+18
|\ \ \ | |/ / | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
| * | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-273-0/+18
| |\ \ | | |/ | |/| Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
| | * Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and ↵bug_3608074jan.nijtmans2013-03-213-0/+15
| |/ | | | | | | <<Decrement>>
* | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-082-13/+13
| | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
* | [Bug 3555644]: Better use of virtual events, Add <<ToggleSelection>> virtual ↵jan.nijtmans2012-08-231-0/+5
| | | | | | | | event.
* | merge trunkjan.nijtmans2012-08-101-1/+1
|\ \