summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Added example of how to do dialog-like windowsdkf2004-06-211-2/+26
|
* Convert SYNOPSIS to .nf/.fi after suggestion from Joe Englishdkf2004-06-212-7/+6
|
* Highlight the command whose examples these aredkf2004-06-211-3/+3
|
* Compacted the synopsisdkf2004-06-211-8/+2
|
* Added exampledkf2004-06-211-12/+13
|
* Added exampledkf2004-06-211-5/+18
|
* Added exampledkf2004-06-212-9/+28
|
* Added crossreference to toplevel's -menu option, as used since Tk 8.0dkf2004-06-211-1/+8
|
* Minor update for increased clarity.dkf2004-06-211-8/+8
|
* Added examplesdkf2004-06-211-3/+29
|
* Added exampledkf2004-06-213-9/+34
|
* Added exampledkf2004-06-211-1/+18
|
* Added exampledkf2004-06-183-7/+39
|
* Added examplesdkf2004-06-181-1/+16
|
* Added example.dkf2004-06-181-3/+21
|
* Fix missing parameter errordkf2004-06-181-2/+2
|
* Added exampledkf2004-06-181-2/+26
|
* Minor formatting fixdkf2004-06-181-4/+2
|
* Added examplesdkf2004-06-181-2/+15
|
* Enhanced doc in manner inspired by [RFE 803060]dkf2004-06-151-3/+9
|
* text widget fixesvincentdarley2004-06-041-8/+14
|
* Fix minor markup errors (backslash is \e, not \b).jenglish2004-05-291-5/+5
|
* Finish off the TIP#152 implementation with Win implementation, tests & docs.dkf2004-05-241-3/+14
|
* Added bindtags example and split the changelogdkf2004-05-231-2/+23
|
* Minor fixes.dkf2004-05-231-11/+2
|
* Added examples and did some doc L&F improvements.dkf2004-04-231-81/+74
|
* Doc clarification. [Bug 922610]dkf2004-03-251-2/+3
|
* Fix typos in documentationvincentdarley2004-03-258-19/+19
|
* Corrected docs to no longer use malloc/free. [Bug 920695]dkf2004-03-221-3/+3
|
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-172-4/+4
|
* minor doc fixes for html conversioncore_8_5_a1hobbs2004-03-042-7/+7
|
* minor doc fixes for html conversionhobbs2004-03-042-4/+4
|
* * doc/checkbutton.n: TIP#110 implementationhobbs2004-02-182-11/+35
| | | | | | | | | | | | | | | * doc/radiobutton.n: Tristate Checkbutton and Radiobuttons * generic/tkButton.c: * generic/tkButton.h: * library/demos/check.tcl: * library/demos/radio.tcl: * macosx/tkMacOSXButton.c: * macosx/tkMacOSXDefault.h: * tests/button.test: * unix/tkUnixButton.c: * unix/tkUnixDefault.h: * win/tkWinButton.c: * win/tkWinDefault.h:
* Thought about the doc-fix a bit more and decided to remove the typedef dkf2004-02-171-3/+1
| | | | line instead; you'd never type it to use a Tk_Uid, after all...
* Minor doc fixdkf2004-02-171-2/+2
|
* * doc/menubutton.n:hobbs2004-02-041-3/+3
| | | | | * library/menu.tcl (::tk::MbPost): make menubuttons that post above or below reverse direction when not enough space is available.
* Typo fix.pspjuth2004-01-091-2/+2
|
* Implementation of TIP#146,pspjuth2004-01-091-3/+14
| | | | | "Add Overall Anchoring to the Grid Geometry Manager", adding [grid anchor] subcommand.
* doc/text.n: Fix markup errors (".t" at beginning of line).jenglish2003-12-221-7/+15
|
* Line transposition bug. [Bug 857159]dkf2003-12-101-2/+2
|
* clean up usage of 'edition' as a verbhobbs2003-12-081-3/+3
|
* fix to text widget tabs and xy-scroll-commandvincentdarley2003-12-041-3/+7
|
* Thanks to davidw for spotting a reference to a header that's not been arounddkf2003-11-211-2/+1
| | | | for many years now...
* documentation and cleanupvincentdarley2003-11-161-31/+38
|
* doc/text.n: Fix markup errors.jenglish2003-11-151-45/+47
|
* better elide tag handlingvincentdarley2003-11-071-15/+16
|
* TIP 155 implementationvincentdarley2003-10-311-83/+315
|
* * unix/mkLinks:hobbs2003-10-131-3/+14
| | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
* * doc/ConfigWidg.3: Removed reference to Tk_Offset from thedgp2003-10-061-5/+2
| | | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] * unix/mkLinks: make mklinks
* * library/text.tcl, doc/text.n: Text widget binding forjenglish2003-10-061-4/+3
| | | | | Control-v is now Mac-only, since it conflicts with standard <<Paste>> binding on other platforms. [Bug #605277]