summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | modify Tk_Create(Old)ImageType signature, relaxingnijtmans2008-11-121-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 changenijtmans2008-11-092-7/+7
| | | | | | | | | | | | in Tk_CreatePhotoImageFormat
* | | fix [Bug 1866774 ] Remove X10 references from docsnijtmans2008-11-052-4/+4
| | |
* | | Cleanup and document TK_MOVABLE_POINTSdkf2008-11-011-78/+167
| | |
* | | Implementation of TIP 97 - canvas imove and rchars methods.dkf2008-11-011-3/+24
| | |
* | | Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-011-0/+88
| | |
* | | Minor formatting/usage correctiondkf2008-11-011-2/+3
| | |
* | | [Bug 2190619] Warnings due to Tk_SmoothMethodnijtmans2008-10-301-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.dkf2008-10-272-71/+92
| | |
* | | Implementation of the [tk busy] command on non-OSX.dkf2008-10-183-4/+281
| | | | | | | | | | | | Adapted from [Patch 1997907]
* | | doc fixesJoe Mistachkin2008-10-021-2/+2
| | |
* | | Implemented TIP #236 from patch by Neil McKay.dkf2008-09-301-2/+88
| | |
* | | Fix [Bug 2123813]dkf2008-09-231-2/+2
| | |
* | | Fix [Bug 2118116]dkf2008-09-2380-161/+322
| | |
* | | Bug [2098425] docs typotmh2008-09-081-2/+2
| | |
* | | bug #1686012: Direct user to the font manual for the -font optionpatthoyts2008-07-261-2/+3
| | |
* | | Fixed broken line endings from last doc commitpatthoyts2008-07-0833-2736/+2736
| | |
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-30162-5178/+4854
| | | | | | | | | | | | | | | | | | formatting, etc.)
* | | bug #1997293 - fix documentation of text tag options.patthoyts2008-06-241-12/+7
| | |
* | | [ttk::style theme use] without an argument now returns the current themepatthoyts2008-05-271-3/+5
| | |
* | | Batch of ttk::treeview enhancements:jenglish2008-05-231-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 buttonpatthoyts2008-05-111-3/+5
| | |
* | | Document the identify command as present on all ttk widgetspatthoyts2008-05-0916-59/+58
| | |
* | | Minor change regarding the system menu on windows (1887169)patthoyts2008-04-201-3/+3
| | |
* | | Minor clarification of the button flash command (1926223)patthoyts2008-04-201-4/+4
| | |
* | | Corrected description of when tag -relief is ignored.dkf2008-04-171-2/+2
| | |
* | | Improved the element factory documentation and cross-linkspatthoyts2008-04-093-28/+44
| | |
* | | Provide a visual-styles API element engine to permit scripts to createpatthoyts2008-04-081-0/+83
|/ / | | | | | | any available windows xp/vista element. Plus basic tests.
* | Minor fixes to copyright declarations (spelling, consistency)dkf2008-03-261-2/+2
| |
* | Documented Tk_PreserveColormap. [Bug 220809]dkf2008-03-191-8/+14
| |
* | Correct cross-referencedkf2008-03-161-3/+3
| |
* | Improve HTML generation for color lists.dkf2008-03-071-897/+881
| |
* | Move "TAB IDENTIFIERS" section above "WIDGET COMMAND" section [Bug 1882011].jenglish2008-03-061-22/+22
| |
* | Arrange to deliver <<ComboboxSelected>> event after listbox is unposted,jenglish2008-02-231-2/+3
| | | | | | | | as intended [Bug 1890211]. Clarified documentation.
* | Added basic documentation for ttk::scale. [Bug 1881925]dkf2008-02-061-0/+102
| |
* | Minor documentation improvementsdkf2008-02-042-17/+14
| |
* | Fix -height and -width options.dkf2008-01-311-4/+11
| |
* | Fix erroneous listing of "standard" options. [Bug 1882495]dkf2008-01-303-34/+24
| |
* | Minor bug fixdkf2008-01-301-3/+3
| |
* | Adjusted handling of the standard options part of the Ttk manual pages sodkf2008-01-2916-62/+74
| | | | | | | | that they are documented in the correct location. [Bug 1876493]
* | Document canvas current item/clipping behaviour more precisely. [Bug 1774593]dkf2007-12-301-16/+42
| |
* | Documented -outlineoffset item option. [Bug 1836621]dkf2007-12-171-1/+15
| |
* | Fix typo [Bug 1850713].jenglish2007-12-141-2/+2
| |
* | merge stable branch onto HEADdgp2007-12-13128-134/+134
| |
* | Various minor updates to ttk_* manpages.jenglish2007-12-125-38/+39
| |
* | Clarify docs to note that [event info] isn't clairvoyant.dkf2007-12-101-1/+6
| |
* | Various markup fixesjenglish2007-12-109-31/+19
| | | | | | | | (mostly: missing quotes on .SH arguments, extraneous .PPs)
* | Remove extra .BEs that got added by mistake somewhere.jenglish2007-12-104-10/+7
| |
* | document OSX [wm attr -notify]das2007-12-101-1/+4
| |
* | * doc/ttk_style.n: Remove nonsense about "this manpage hasjenglish2007-12-051-6/+3
| | | | | | | | not yet been written"; everything supported is documented.