Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | | ||||||
| * | | Add missing bold effect to documentation for [canvas -splinesteps]. | andy | 2015-06-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed bug [1714535fff] - Documented explicitely that geometry requests from ↵ | fvogel | 2015-06-01 | 1 | -0/+9 | |
| |\ \ | | |/ | | | | | | | mapped slaves (panes) are ignored by the panedwindow widget | |||||
| | * | Documented explicitely that geometry requests from mapped slaves (panes) are ↵bug_1714535fff | fvogel | 2015-05-28 | 1 | -0/+9 | |
| | | | | | | | | | | | | ignored by the panedwindow widget | |||||
| * | | Fix [2a02881e4c23634022d0ae40a14383d9baad9eb9|2a02881e4c]: Colors ↵ | jan.nijtmans | 2015-05-25 | 1 | -5/+13 | |
| | | | | | | | | | | | | added/changed in 8.6 not documented in man page | |||||
| * | | Merged branch bug-1581955fff, fixing [1581955fff] | fvogel | 2015-03-13 | 1 | -16/+33 | |
| |\ \ | | |/ | ||||||
| | * | Slightly better formattingbug_1581955fff | fvogel | 2015-03-13 | 1 | -0/+4 | |
| | | | ||||||
| | * | Fixed documentation regarding behaviour of embedded windows and embedded ↵ | fvogel | 2015-03-08 | 1 | -0/+20 | |
| | | | | | | | | | | | | images in [text] - Bug [1581955fff] | |||||
| * | | Deleted Win95/98-specific documentation as those platforms have long been ↵ | ashok | 2015-03-02 | 1 | -6/+2 | |
| | | | | | | | | | | | | unsupported. | |||||
| * | | Add support for an 'M' binding substitution that is replaced with the number ↵ | Joe Mistachkin | 2015-02-06 | 1 | -0/+3 | |
| |\ \ | | |/ | | | | | | | of script-based binding patterns matched so far for the event. | |||||
| | * | Merge updates from core-8-5-branch.bindScriptCount | Joe Mistachkin | 2015-02-05 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | Fixed copy/paste error in man text. | fvogel | 2015-01-02 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge updates from core 8.5 branch. | Joe Mistachkin | 2014-11-11 | 172 | -172/+190 | |
| | |\ \ | | | |/ | ||||||
| | * | | Add docs and tests. | Joe Mistachkin | 2012-11-16 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Updated chooseDirectory docs for Vista | ashok | 2014-10-16 | 2 | -4/+6 | |
| | | | | ||||||
| * | | | Updated documentation for tk_getOpen/SaveFile -initialdir option | ashok | 2014-10-15 | 1 | -2/+6 | |
| | | | | ||||||
* | | | | Adapt documentation and test-case | jan.nijtmans | 2014-02-11 | 1 | -3/+4 | |
|/ / / | ||||||
* | | | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵ | jan.nijtmans | 2013-11-05 | 175 | -175/+175 | |
|\ \ \ | | |/ | |/| | | | | 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 | 172 | -172/+172 | |
| | | | | | | | | | | | | after .TH breaks rendering on OpenBSD and possibly others. | |||||
* | | | Documentation tweaks to make index entries more informative. | dkf | 2013-09-23 | 19 | -20/+35 | |
| | | | ||||||
* | | | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu. | jan.nijtmans | 2013-03-27 | 3 | -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.nijtmans | 2013-03-27 | 3 | -0/+18 | |
| |\ \ | | |/ | |/| | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only) | |||||
| | * | Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and ↵bug_3608074 | jan.nijtmans | 2013-03-21 | 3 | -0/+15 | |
| |/ | | | | | | | <<Decrement>> | |||||
* | | Updated the language of the documentation so that "object" refers to an OO | dkf | 2012-11-08 | 2 | -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.nijtmans | 2012-08-23 | 1 | -0/+5 | |
| | | | | | | | | event. | |||||
* | | merge trunk | jan.nijtmans | 2012-08-10 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Shift-Control -> Control-Shift, for consisancy everywhere | jan.nijtmans | 2012-08-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | define two more virtual bindings, and correct various Mac | jan.nijtmans | 2012-08-10 | 1 | -0/+48 | |
|/ / | | | | | | | bindings according to Apple OSX documentation. Doc updated as well | |||||
* | | [Bug 3538401]: Better description of the key difference between [wm geometry] | dkf | 2012-07-05 | 1 | -0/+9 | |
|\ \ | |/ | | | and [winfo geometry] | |||||
| * | [Bug 3538401]: Better description of the key difference between [wm geometry] | dkf | 2012-07-05 | 1 | -0/+9 | |
| |\ | | | | | | | and [winfo geometry] | |||||
| | * | [Bug 3538401]: Better description of the key difference between [wm geometry] | dkf | 2012-07-05 | 1 | -0/+8 | |
| | | | | | | | | | and [winfo geometry] | |||||
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507 | jan.nijtmans | 2012-06-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -23/+22 | |
|\ \ \ | |/ / | ||||||
| * | | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -24/+17 | |
| |\ \ | | |/ | | | | | | | make various other tables const (all backported from Tk 8.6) | |||||
| | * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -97/+90 | |
| | | | | | | | | | | | | make various other tables CONST (All backported from Tk 8.6) | |||||
| | * | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -0/+0 | |
| | | | ||||||
* | | | Fixed merge error | fvogel | 2012-05-28 | 1 | -2/+0 | |
| | | | ||||||
* | | | Bug 1630251: Documentation for -endline option was wrong | fvogel | 2012-05-28 | 1 | -6/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Bug 1630251: Documentation for -endline option was wrongbug_1630251 | fvogel | 2012-05-17 | 1 | -2/+3 | |
| | | | ||||||
* | | | Minor spelling fixes. | dkf | 2012-03-13 | 14 | -24/+24 | |
| | | | ||||||
* | | | [Bug 3495198]: Corrected types of canvas bitmap options. | dkf | 2012-02-28 | 1 | -4/+4 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3495198]: Corrected types of canvas bitmap options. | dkf | 2012-02-28 | 1 | -4/+4 | |
| |\ \ | | |/ |