Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typo in spinbox documentation page | fvogel | 2016-02-25 | 1 | -2/+2 |
| | |||||
* | Fixed typo in canvas man page | fvogel | 2016-02-21 | 1 | -3/+3 |
| | |||||
* | Document that [encoding system] has no effect on option readfileoption_readfile | jan.nijtmans | 2016-02-03 | 1 | -3/+4 |
| | |||||
* | Added documentation, please review! | jan.nijtmans | 2016-02-03 | 1 | -0/+5 |
| | |||||
* | Rebased to latest trunk | fvogel | 2016-01-13 | 2 | -28/+137 |
|\ | |||||
| * | TIP #438 (Ensure Line Metrics are Up-to-Date) accepted by vote | fvogel | 2016-01-13 | 1 | -8/+107 |
| |\ | |||||
| | * | rebase "tip-438" branch to latest trunk.tip_438 | jan.nijtmans | 2016-01-07 | 1 | -8/+107 |
| | |\ | |||||
| | | * | Polished documentation a bit | fvogel | 2016-01-05 | 1 | -7/+8 |
| | | | | |||||
| | | * | Better (and more correct) description of what [.text sync -command $command] ↵ | fvogel | 2015-12-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | does | ||||
| | | * | Clearer separation between what [.text sync] and [.text sync -command] ↵ | fvogel | 2015-11-28 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | exactly perform | ||||
| | | * | Text widget documentation updated according to TIP #438 | fvogel | 2015-11-28 | 1 | -1/+92 |
| | | | | |||||
| * | | | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123] | jan.nijtmans | 2016-01-10 | 1 | -20/+30 |
| |\ \ \ | |||||
| | * | | | Bug [2049429] - Documented TK_OPTION_DONT_SET_DEFAULT | fvogel | 2016-01-08 | 1 | -20/+30 |
| | | | | | |||||
| | * | | | (cherry-pick) Prefix "system" of all Windows System Colors was documented | jan.nijtmans | 2016-01-08 | 1 | -13/+13 |
| | | | | | |||||
* | | | | | merged trunk | fvogel | 2016-01-11 | 11 | -74/+137 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Prefix "system" of all Windows System Colors was documented | oehhar | 2016-01-07 | 1 | -13/+13 |
| | |/ / | |/| | | |||||
| * | | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabled | fvogel | 2016-01-06 | 1 | -3/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledbug_1288433fff | fvogel | 2015-12-30 | 1 | -3/+6 |
| | |/ | |||||
| * | | Fixed bug [3601604fff] - [listbox $path -takefocus 0] steals focus | fvogel | 2015-11-08 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed bug [3601604fff] - [listbox $path -takefocus 0] steals focus | fvogel | 2015-11-08 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fixed bug [3601604fff] - [listbox $path -takefocus 0] steals focusbug_3601604fff | fvogel | 2015-11-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed bug [297442da29] - tk_strictMotif not correctly taken into account | fvogel | 2015-11-08 | 1 | -3/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed bug [297442da29] - tk_strictMotif not correctly taken into account | fvogel | 2015-11-08 | 1 | -3/+2 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountbug_297442da29 | fvogel | 2015-11-05 | 1 | -3/+2 |
| | |/ | |||||
| * | | Added missing word in man event | fvogel | 2015-10-27 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Added missing word in man event | fvogel | 2015-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed bug [1520118fff] - -validate resets to none | fvogel | 2015-10-22 | 1 | -1/+11 |
| |\ \ | | |/ | |||||
| | * | Fixed bug [1520118fff] - -validate resets to nonebug_1520118fff | fvogel | 2015-10-16 | 1 | -1/+11 |
| | | | |||||
| | * | Fixed bug [1815161] - .text count -ypixels wrong until widget is managed | fvogel | 2015-10-09 | 1 | -6/+6 |
| | | | |||||
| * | | Fixed bug [1815161] - .text count -ypixels wrong until widget is managed | fvogel | 2015-10-09 | 1 | -5/+6 |
| | | | |||||
| * | | TIP #437: Tk panedwindow options for proxy window | jan.nijtmans | 2015-10-08 | 1 | -0/+10 |
| |\ \ | | |/ | |||||
| | * | Hm, better keep the TIP as it is, not making it more difficult than it ↵ | jan.nijtmans | 2015-09-30 | 1 | -2/+1 |
| | | | | | | | | | | | | already is. | ||||
| | * | One more suggestion: Use the value of -sashwidth as default for ↵ | jan.nijtmans | 2015-09-30 | 1 | -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.nijtmans | 2015-09-30 | 1 | -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.nijtmans | 2015-09-30 | 1 | -4/+7 |
| | | | |||||
| | * | Added -proxyborderwidth option | fvogel | 2015-09-30 | 1 | -0/+3 |
| | | | |||||
| | * | Added -proxybackground option | fvogel | 2015-09-29 | 1 | -0/+2 |
| | | | |||||
| | * | merge core-8-5-branch | jan.nijtmans | 2015-09-14 | 2 | -18/+36 |
| | |\ | |||||
| | * | | Fixed extra space | fvogel | 2015-07-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | Bug [1247115fff] - Added -proxyrelief option | fvogel | 2015-07-14 | 1 | -0/+3 |
| | | | | |||||
| * | | | Fixed bug [1581435fff] - Documented precedence order in the matching process ↵ | fvogel | 2015-09-06 | 1 | -7/+10 |
| |\ \ \ | | | |/ | | |/| | | | | | of the index string | ||||
| | * | | Fixed bug [1581435fff] - Documented precedence order in the matching process ↵bug_1581435fff | fvogel | 2015-09-02 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | of the index string | ||||
| * | | | Fix [6fe75131c546226b]: doc: tk_messageBox (mac). | jan.nijtmans | 2015-08-03 | 1 | -6/+6 |
| |\ \ \ | | |/ / | | | | | Use ttk::scrollbar in stead of scrollbar in various demo's. (ported from androwish branch) | ||||
| | * | | Fix [6fe75131c546226b]: doc: tk_messageBox (mac) | jan.nijtmans | 2015-08-03 | 1 | -12/+27 |
| | |/ | |||||
| * | | Fixed bad indentation in the contents table of the text widget man page of ↵ | fvogel | 2015-07-13 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | the switches pertaining to the dump subcommand | ||||
| | * | Fixed bad indentation in the contents table of the text widget man page of ↵ | fvogel | 2015-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | the switches pertaining to the dump subcommand | ||||
| | * | Add tk-mac doc to 8.5 | Kevin Walzer | 2015-06-30 | 1 | -0/+237 |
| | | | |||||
| * | | Revert [b80a6942]. Realize now that "true" was not bold because the option ↵ | andy | 2015-07-02 | 1 | -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.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 |
| | | |