Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve documentation of -offset and -outlineoffset item options. [Bug 1836621] | dkf | 2009-01-03 | 1 | -336/+272 |
| | |||||
* | Fix incorrect statement about %-substituees quoting. | ferrieux | 2009-01-03 | 1 | -3/+2 |
| | |||||
* | Implementation of TIP #244, PNG image support. | dkf | 2008-12-28 | 1 | -5/+45 |
| | |||||
* | doc/busy.n: add missing .BS | jenglish | 2008-12-27 | 1 | -1/+2 |
| | |||||
* | Regularized doc of postscript subcommand's -channel option. | dkf | 2008-12-21 | 1 | -3/+11 |
| | |||||
* | Small doc fixes | dkf | 2008-12-17 | 1 | -3/+5 |
| | |||||
* | TIP #338 IMPLEMENTATION | dgp | 2008-12-15 | 1 | -1/+7 |
| | | | | | | * doc/Tk_Main.c: Removed the last two '#include "tclInt.h"'. * generic/tkMain.c: Tk is now limited to Tcl's public interface. * macosx/tkMacOSXInit.c: | ||||
* | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 2 | -20/+207 |
| | |||||
* | Implementation of TIP #197. | dkf | 2008-12-06 | 1 | -1/+9 |
| | |||||
* | Add mentions of Toolbutton style to relevant ttk manpages. | dkf | 2008-12-04 | 4 | -4/+20 |
| | |||||
* | Add new "hover" state | jenglish | 2008-12-03 | 1 | -1/+9 |
| | | | | (patch from Pat Thoyts; needed to support proper visual feedback on Vista). | ||||
* | Minor doc fixes. [Bug 2330040] | dkf | 2008-11-24 | 3 | -5/+6 |
| | |||||
* | Added documentation on the -angle option for text items | dkf | 2008-11-22 | 1 | -1/+10 |
| | |||||
* | Remove inoperative text stating that slave windows must be | jenglish | 2008-11-19 | 1 | -2/+1 |
| | | | | direct children of the master [Bug 1824996]. | ||||
* | Explained constraints on [wm overrideredirect] better. [Bug 2282861] | dkf | 2008-11-16 | 1 | -1/+8 |
| | |||||
* | bug 2239034: restrict [wm manage] to Frame type widgets | patthoyts | 2008-11-15 | 1 | -2/+6 |
| | |||||
* | modify Tk_Create(Old)ImageType signature, relaxing | nijtmans | 2008-11-12 | 1 | -5/+6 |
| | | | | | | | | | | the constraint that every Tk_ImageType can only be passed to this function once. This allows tkImg to be loaded in multiple interpreters in a thread-enabled build of Tk. This CONSTification complies with TIP #27. It is binary compatible with the old interface, but not fully source compatible (although tkImg does not suffer). | ||||
* | One more (hopefully the last) signature change | nijtmans | 2008-11-09 | 2 | -7/+7 |
| | | | | in Tk_CreatePhotoImageFormat | ||||
* | fix [Bug 1866774 ] Remove X10 references from docs | nijtmans | 2008-11-05 | 2 | -4/+4 |
| | |||||
* | Cleanup and document TK_MOVABLE_POINTS | dkf | 2008-11-01 | 1 | -78/+167 |
| | |||||
* | Implementation of TIP 97 - canvas imove and rchars methods. | dkf | 2008-11-01 | 1 | -3/+24 |
| | |||||
* | Implemented the themed spinbox widget ttk::spinbox. | patthoyts | 2008-11-01 | 1 | -0/+88 |
| | |||||
* | Minor formatting/usage correction | dkf | 2008-11-01 | 1 | -2/+3 |
| | |||||
* | [Bug 2190619] Warnings due to Tk_SmoothMethod | nijtmans | 2008-10-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | name constness change. Although dkf's solution (simply adding a type cast) is correct as well, changing the return value (as das suggested) has the advantage that all Tk_OptionPrintProc implementations don't need a type cast any more in its code. This makes all those functions robust against the -Wwrite-strings warning option. Further on, the customPtr field of Tk_ConfigSpec can be a constant, without any danger of source incompatibility. | ||||
* | Tweaking for better readability. | dkf | 2008-10-27 | 2 | -71/+92 |
| | |||||
* | Implementation of the [tk busy] command on non-OSX. | dkf | 2008-10-18 | 3 | -4/+281 |
| | | | | Adapted from [Patch 1997907] | ||||
* | doc fixes | Joe Mistachkin | 2008-10-02 | 1 | -2/+2 |
| | |||||
* | Implemented TIP #236 from patch by Neil McKay. | dkf | 2008-09-30 | 1 | -2/+88 |
| | |||||
* | Fix [Bug 2123813] | dkf | 2008-09-23 | 1 | -2/+2 |
| | |||||
* | Fix [Bug 2118116] | dkf | 2008-09-23 | 80 | -161/+322 |
| | |||||
* | Bug [2098425] docs typo | tmh | 2008-09-08 | 1 | -2/+2 |
| | |||||
* | 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. |