Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3495198]: Corrected types of canvas bitmap options. | dkf | 2012-02-28 | 1 | -4/+4 | |
| | | | ||||||
* | | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -2/+3 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -2/+3 | |
| |\ \ | | |/ | ||||||
| | * | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -2/+3 | |
| | | | ||||||
| * | | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix the escaping of leading dots in lines that start with | jan.nijtmans | 2011-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line | |||||
* | | | Make example follow best practices. | dkf | 2011-12-13 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix the escaping of leading dots in lines that start with | jan.nijtmans | 2011-11-17 | 1 | -6/+6 | |
| | | | | | | | | | | | | a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line | |||||
* | | | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebang | max | 2011-11-08 | 4 | -9/+9 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | and hence should get installed with executable bits. * manpages: Fix the escaping of leading dots in lines that start with a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line. | |||||
| * | | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebang | max | 2011-11-08 | 4 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | and hence should get installed with executable bits. * manpages: Fix the escaping of leading dots in lines that start with a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line. | |||||
* | | | Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa. | dgp | 2011-10-24 | 1 | -0/+6 | |
|\ \ \ | |/ / |