summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \
| * | Shift-Control -> Control-Shift, for consisancy everywherejan.nijtmans2012-08-101-1/+1
| | |
* | | define two more virtual bindings, and correct various Macjan.nijtmans2012-08-101-0/+48
|/ / | | | | | | bindings according to Apple OSX documentation. Doc updated as well
* | [Bug 3538401]: Better description of the key difference between [wm geometry]dkf2012-07-051-0/+9
|\ \ | |/ | | and [winfo geometry]
| * [Bug 3538401]: Better description of the key difference between [wm geometry]dkf2012-07-051-0/+9
| |\ | | | | | | and [winfo geometry]
| | * [Bug 3538401]: Better description of the key difference between [wm geometry]dkf2012-07-051-0/+8
| | | | | | | | | and [winfo geometry]
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-1/+1
| | |
* | | minor doc fixjan.nijtmans2012-06-191-23/+22
|\ \ \ | |/ /
| * | SetOptions.3: minor doc fixjan.nijtmans2012-06-191-24/+17
| |\ \ | | |/ | | | | | | make various other tables const (all backported from Tk 8.6)
| | * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-97/+90
| | | | | | | | | | | | make various other tables CONST (All backported from Tk 8.6)
| | * implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-251-1/+1
| | |
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-0/+0
| | |
* | | Fixed merge errorfvogel2012-05-281-2/+0
| | |
* | | Bug 1630251: Documentation for -endline option was wrongfvogel2012-05-281-6/+8
|\ \ \ | |/ /
| * | Bug 1630251: Documentation for -endline option was wrongbug_1630251fvogel2012-05-171-2/+3
| | |
* | | Minor spelling fixes.dkf2012-03-1314-24/+24
| | |
* | | [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-4/+4
|\ \ \ | |/ /
| * | [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-4/+4
| |\ \ | | |/
| | * [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-4/+4
| | |
* | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-2/+3
|\ \ \ | |/ /
| * | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-2/+3
| |\ \ | | |/
| | * proposed fix for bug-3486474jan.nijtmans2012-02-101-2/+3
| | |
| * | [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+1
| |\ \ | | |/
| | * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+1
| | |
| | * Fix the escaping of leading dots in lines that start withjan.nijtmans2011-11-171-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.dkf2011-12-131-2/+2
| | |
* | | Fix the escaping of leading dots in lines that start withjan.nijtmans2011-11-171-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 shebangmax2011-11-084-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 shebangmax2011-11-084-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.dgp2011-10-241-0/+6
|\ \ \ | |/ /
| * | add docstip_382dgp2011-10-191-0/+6
| | |
* | | Correctly documented what the [$ph data] command produces without the ↵dkf2011-09-011-3/+8
|\ \ \ | |/ / | | | | | | -format option.
| * | Correctly documented what the [$ph data] command produces without the ↵dkf2011-09-011-3/+8
| | | | | | | | | | | | -format option.
| * | Formatting typosdgp2011-06-211-1/+1
| | |
* | | Final part of doc improvement project.dkf2011-07-181-1/+1
| | |
* | | More small documentation improvements.dkf2011-07-1836-354/+476
| | |
* | | Minor documentation improvementsdkf2011-07-173-1/+9
| | |
* | | Added documentation of the -type attribute that was introduced in TIP#359, anddkf2011-06-191-14/+90
| | | | | | | | | | | | moved documentation of -alpha to common section as it is supported on all platforms now.
| | |
| \ \
*-. \ \ Purge RCS Keywordsdgp2011-06-08174-354/+0
|\ \ \ \ | | |/ /
| | * | restore mistaken line deletedgp2011-06-081-1/+1
| |/ /