summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * Minor doc fixdkf2004-02-171-2/+2
| |
| * Update the docs for the Mac OS X MouseWheel changes.wolfsuit2004-02-161-6/+8
| |
| * Line transposition bug. [Bug 857159]dkf2003-12-101-2/+2
| |
| * * 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]
| * D'oh! Important word missing...dkf2003-07-171-4/+4
| |
| * Better docs of [$photo put]. [Bug 728952]dkf2003-07-171-9/+16
| |
| * Panedwindow fixes that make things behave right in complex geometry cases.dkf2003-07-171-6/+2
| | | | | | | | [Bugs 738143+747814]
| * Added missing .TPdkf2003-07-141-1/+2
| |
* | * doc/menu.n: Formatting error.dgp2010-09-011-3/+3
| |
* | Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-2625-230/+552
| | | | | | | | | | | | | | | | | | | | | | | | | | | | committed to head (8.6), although they could apply for 8.5 as well. This re-sync makes future work easier to maintain and adds some useful work for 8.5 users. Notable changes: - Lots of code cleanup - Some bug fixes never backported - Addition of ttk::spinbox - minor color changes - Improved Vista/7 styling - Move to tile version 0.8.6 (pseudo-package) - ABI and API compatible (even $w identify) - minor new features (extended $w identify)
* | * doc/listbox.n (SEE ALSO): [Bug 3048809]: Corrected what other pagedkf2010-08-191-2/+2
| | | | | | | | was referred to (ttk::treeview can work as a listbox).
* | * doc/text.n: Fixed minor typo in the description of 'textandreas_kupries2010-07-061-2/+2
| | | | | | | | delete', as reported by <eee@users.sf.net> on the chat.
* | correct doc backport from headhobbs2010-03-091-2/+3
| |
* | Added note about transfer types, prompted by question on Tcler's Chat.dkf2010-03-041-1/+6
| |
* | TIP 360: Remove special handling of the .help menu on X11.patthoyts2010-01-091-13/+17
| |
* | [Bug 2927569] Backported documentation fix for image put -topatthoyts2010-01-081-3/+3
| |
* | Trivial CYGWIN fixes (backported from trunk)nijtmans2010-01-061-0/+1
| |
* | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-022-5/+7
| |
* | [Bug 2914943]: Correct the first option(n) example.dkf2009-12-251-7/+40
| | | | | | | | | | Also define what the format of option patterns is; that's a much less commonly known fact than it used to be.
* | doc/GetHINSTANCE.3 correct mentioned header filenijtmans2009-12-021-4/+2
| | | | | | | | | | make TkWinChildProc available in private stub table. [Bug #220600] and [Bug #220690].
* | Minor correction.dkf2009-11-021-2/+2
| |
* | Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-2/+2
| | | | | | | | with global variables (the only way it *can* work...)
* | Corrected definition of -height and -width for canvas' window items. [2326602]dkf2009-07-141-5/+9
| |
* | [Bug 2818455]: Corrected example.dkf2009-07-111-2/+5
| |
* | Backported support for the Vista theme.patthoyts2009-05-144-10/+117
| | | | | | | | This requires the vsapi element engine, the hover state and the theme script definition.
* | Fix typodkf2009-04-301-3/+6
| |
* | Fix missing word spotted by stu.patthoyts2009-01-111-2/+2
| |
* | Fix incorrect statement about %-substituees quoting.ferrieux2009-01-031-3/+2
| |
* | [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-151-2/+6
| |
* | Bug [2098425] docs typotmh2008-09-081-2/+2
| |
* | bug #1686012: Direct user to the font manual for the -font optionpatthoyts2008-07-261-2/+3
| |
* | Backported documentation fixes from HEADpatthoyts2008-05-1117-62/+63
| |
* | 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
| |