Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug #1686012: Direct user to the font manual for the -font option | patthoyts | 2008-07-26 | 1 | -2/+3 |
| | |||||
* | Fixed broken line endings from last doc commit | patthoyts | 2008-07-08 | 33 | -2736/+2736 |
| | |||||
* | Minor doc updates (removing out of date changebars, improving typedef ↵ | dkf | 2008-06-30 | 162 | -5178/+4854 |
| | | | | | | formatting, etc.) | ||||
* | bug #1997293 - fix documentation of text tag options. | patthoyts | 2008-06-24 | 1 | -12/+7 |
| | |||||
* | [ttk::style theme use] without an argument now returns the current theme | patthoyts | 2008-05-27 | 1 | -3/+5 |
| | |||||
* | Batch of ttk::treeview enhancements: | jenglish | 2008-05-23 | 1 | -9/+35 |
| | | | | | | | | | | | + Added [$tv identify region], [$tv identify element], and [$tv identify item] subcommands. + Simplified bindings. + Added [$tv tag has] subcommand. + Tag-related display improvements: setting a tag -background or -foreground no longer overrides selection feedback. + Don't need separate 'Item', 'Cell', and 'Row' style settings anymore, only the base "Treeview" style is used. | ||||
* | Note negative widths for button | patthoyts | 2008-05-11 | 1 | -3/+5 |
| | |||||
* | Document the identify command as present on all ttk widgets | patthoyts | 2008-05-09 | 16 | -59/+58 |
| | |||||
* | Minor change regarding the system menu on windows (1887169) | patthoyts | 2008-04-20 | 1 | -3/+3 |
| | |||||
* | Minor clarification of the button flash command (1926223) | patthoyts | 2008-04-20 | 1 | -4/+4 |
| | |||||
* | Corrected description of when tag -relief is ignored. | dkf | 2008-04-17 | 1 | -2/+2 |
| | |||||
* | Improved the element factory documentation and cross-links | patthoyts | 2008-04-09 | 3 | -28/+44 |
| | |||||
* | Provide a visual-styles API element engine to permit scripts to create | patthoyts | 2008-04-08 | 1 | -0/+83 |
| | | | | any available windows xp/vista element. Plus basic tests. | ||||
* | Minor fixes to copyright declarations (spelling, consistency) | dkf | 2008-03-26 | 1 | -2/+2 |
| | |||||
* | Documented Tk_PreserveColormap. [Bug 220809] | dkf | 2008-03-19 | 1 | -8/+14 |
| | |||||
* | Correct cross-reference | dkf | 2008-03-16 | 1 | -3/+3 |
| | |||||
* | Improve HTML generation for color lists. | dkf | 2008-03-07 | 1 | -897/+881 |
| | |||||
* | Move "TAB IDENTIFIERS" section above "WIDGET COMMAND" section [Bug 1882011]. | jenglish | 2008-03-06 | 1 | -22/+22 |
| | |||||
* | Arrange to deliver <<ComboboxSelected>> event after listbox is unposted, | jenglish | 2008-02-23 | 1 | -2/+3 |
| | | | | as intended [Bug 1890211]. Clarified documentation. | ||||
* | Added basic documentation for ttk::scale. [Bug 1881925] | dkf | 2008-02-06 | 1 | -0/+102 |
| | |||||
* | Minor documentation improvements | dkf | 2008-02-04 | 2 | -17/+14 |
| | |||||
* | Fix -height and -width options. | dkf | 2008-01-31 | 1 | -4/+11 |
| | |||||
* | Fix erroneous listing of "standard" options. [Bug 1882495] | dkf | 2008-01-30 | 3 | -34/+24 |
| | |||||
* | Minor bug fix | dkf | 2008-01-30 | 1 | -3/+3 |
| | |||||
* | Adjusted handling of the standard options part of the Ttk manual pages so | dkf | 2008-01-29 | 16 | -62/+74 |
| | | | | that they are documented in the correct location. [Bug 1876493] | ||||
* | Document canvas current item/clipping behaviour more precisely. [Bug 1774593] | dkf | 2007-12-30 | 1 | -16/+42 |
| | |||||
* | Documented -outlineoffset item option. [Bug 1836621] | dkf | 2007-12-17 | 1 | -1/+15 |
| | |||||
* | Fix typo [Bug 1850713]. | jenglish | 2007-12-14 | 1 | -2/+2 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 128 | -134/+134 |
| | |||||
* | Various minor updates to ttk_* manpages. | jenglish | 2007-12-12 | 5 | -38/+39 |
| | |||||
* | Clarify docs to note that [event info] isn't clairvoyant. | dkf | 2007-12-10 | 1 | -1/+6 |
| | |||||
* | Various markup fixes | jenglish | 2007-12-10 | 9 | -31/+19 |
| | | | | (mostly: missing quotes on .SH arguments, extraneous .PPs) | ||||
* | Remove extra .BEs that got added by mistake somewhere. | jenglish | 2007-12-10 | 4 | -10/+7 |
| | |||||
* | document OSX [wm attr -notify] | das | 2007-12-10 | 1 | -1/+4 |
| | |||||
* | * doc/ttk_style.n: Remove nonsense about "this manpage has | jenglish | 2007-12-05 | 1 | -6/+3 |
| | | | | not yet been written"; everything supported is documented. | ||||
* | Internal Ttk_Manager API updates; Fixed [Bug 1343984]; | jenglish | 2007-11-25 | 1 | -28/+34 |
| | | | | | | Added [$nb hide] method; [$nb add] on already-managed windows no longer throws an error, can be used to re-add a hidden tab. Updated docs and test suite. | ||||
* | * doc/CrtConsoleChan.3: Fixed markup typo and extended see also | andreas_kupries | 2007-11-06 | 1 | -2/+3 |
| | | | | section per suggestions by Donal. | ||||
* | * doc/CrtConsoleChan.3: New file providing minimal documentation | andreas_kupries | 2007-11-05 | 1 | -0/+45 |
| | | | | of 'Tk_InitConsoleChannels()'. This is for [SF Tk Bug 432435]. | ||||
* | spelling corrections | dgp | 2007-11-05 | 1 | -4/+4 |
| | |||||
* | * doc/chooseDirectory.n: remove/correct obsolete Mac OS 9-era | das | 2007-11-04 | 3 | -41/+24 |
| | | | | | * doc/getOpenFile.n: information. * doc/menu.n: | ||||
* | Fix .DS/.DE to work better when transformed to a table | dkf | 2007-11-01 | 5 | -71/+71 |
| | |||||
* | line endings | dgp | 2007-11-01 | 1 | -43/+43 |
| | |||||
* | Added list of Windows system colors. [Bug 945409] | dkf | 2007-11-01 | 1 | -5/+38 |
| | |||||
* | * doc/console.n: clarify availability of [console] in TkAqua. | das | 2007-11-01 | 1 | -4/+7 |
| | |||||
* | * doc/bind.n: document the Option modifier, clarify meaning | das | 2007-11-01 | 1 | -11/+11 |
| | | | | and availability of Command & Option. | ||||
* | Make documentation use the name that scripts use as much as possible. | dkf | 2007-11-01 | 31 | -221/+141 |
| | | | | [Bug 1640073] | ||||
* | Fixed mistake in [$t tag remove] docs. [Bug 1792191] | dkf | 2007-11-01 | 1 | -3/+3 |
| | |||||
* | Documented the Command modifier. [Bug 1232908] | dkf | 2007-11-01 | 1 | -19/+21 |
| | |||||
* | Fix [Bug 1386955] | dkf | 2007-11-01 | 2 | -4/+12 |
| | |||||
* | More documentation improvements | dkf | 2007-10-30 | 21 | -222/+230 |
| |