summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountfvogel2015-11-081-3/+2
| | |\ \ \ \
| | * \ \ \ \ Added missing word in man eventfvogel2015-10-271-1/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Fixed bug [1520118fff] - -validate resets to nonefvogel2015-10-221-1/+11
| | |\ \ \ \ \ \
| | * | | | | | | 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
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Fixed bug [1581435fff] - Documented precedence order in the matching process ↵fvogel2015-09-061-7/+10
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| | * \ \ \ \ \ \ \ \ \ 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
| | * | | | | | | | | | | 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.
| | * | | | | | | | | | | | 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
| | * | | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | 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.
| | * | | | | | | | | | | | | | | Updated chooseDirectory docs for Vistaashok2014-10-162-4/+6
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Updated documentation for tk_getOpen/SaveFile -initialdir optionashok2014-10-151-2/+6
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Adapt documentation and test-casejan.nijtmans2014-02-111-3/+4
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | | | | | | 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)
| * | | | | | | | | | | | | | | | | 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]
| * | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Fixed merge errorfvogel2012-05-281-2/+0
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Bug 1630251: Documentation for -endline option was wrongfvogel2012-05-281-6/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Minor spelling fixes.dkf2012-03-1314-24/+24
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | 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.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa.dgp2011-10-241-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Correctly documented what the [$ph data] command produces without the ↵dkf2011-09-011-3/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -format option.
| * | | | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | doc/frame.n: Fix markup errors.jenglish2011-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Document all variable options as global.pspjuth2011-04-219-9/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [Bug 2997657]: Removed -container from labelframe documentationpspjuth2011-04-042-9/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since it does not work as expected and does not make sense as a container. Added note to frame about restrictions when used as a container.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-081-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/tk_mac.n (new file): Description of OSX-specific functionalitydkf2011-03-024-0/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in Tk, contributed by Kevin Walzer. * doc/button.n, doc/font.n, doc/menu.n: Noted which parts of these commands are intentionally not fully supported on OSX.