summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* ttk_widget.n(SEE ALSO): s/style/ttk::style/jenglish2010-07-031-2/+2
| | | | (patch from David Welton sent to tcl-core)
* Consistent use of variable names in RestrictEventnijtmans2010-05-111-8/+8
| | | | | | API documentation and implementation: Use 'prev' in stead of 'old', and 'arg' in stead of 'clientData' everywhere, just as in tkEvent.c.
* CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-2/+2
| | | | | TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar Bring Tk_CreateBinding doc and signature (param name) in line.
* Follow-up to [Bug 2983824]: update docnijtmans2010-04-091-3/+4
|
* ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods.jenglish2010-03-281-1/+15
|
* Added note about transfer types, prompted by question on Tcler's Chat.dkf2010-03-041-1/+6
|
* CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-173-10/+10
|
* Adjust formatting to make this look nicerdkf2010-01-141-11/+10
|
* Improve linking between pages, put Tk variables in Tk docs.dkf2010-01-141-3/+12
|
* Embolden literalsdkf2010-01-131-24/+29
|
* Tidy up subcommand order and formattingdkf2010-01-131-18/+20
|
* Improve links/keywordsdkf2010-01-131-5/+6
|
* Add subcommands to SYNOPSIS, small improvement to cross-linksdkf2010-01-132-6/+33
|
* Formatting correctiondkf2010-01-131-2/+2
|
* Reorganize to split "interesting" variables from internal/debug ones.dkf2010-01-131-17/+39
| | | | Improved the list of keywords.
* Better keywordsdkf2010-01-131-2/+3
|
* Small doc improvements to improve cross-links.dkf2010-01-132-4/+10
|
* Changes to make this convert betterdkf2010-01-131-24/+27
|
* Small improvements in language use, added cross-linksdkf2010-01-121-17/+23
|
* Small cleanups to improve HTML generation.dkf2010-01-103-13/+15
|
* CONSTify Tk_SetClassProcsnijtmans2010-01-101-2/+2
|
* TIP 360: Remove special handling of .help menu on X11.patthoyts2010-01-091-5/+9
| | | | | | | | | | | | Tk is the only toolkit to continue the Motif scheme of anchoring a Help menu to the extreme right of the menubar. This patch disables the special handling of the .help menu so that the help menu will be grouped with the other menu items as is common with other toolkits. The old behaviour can be restored by setting the option *Menu.useMotifHelp to true or by calling 'tk::classic::restore menu'. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* Minor formatting fixdkf2010-01-081-3/+43
|
* [Bug 2927569] Corrected image put documentation for -to option.patthoyts2010-01-081-3/+3
| | | | | Multiple edits have peverted the original meaning of the phrase 'image file data' to reference a filename option that does not exist.
* Centralize the definitions of what keys do particular types of left and rightdkf2010-01-061-1/+64
| | | | movements in entries and text widgets. They vary between platforms!
* Bug 2192104: mention the USE_TK_STUBS macro in the man pagepatthoyts2010-01-041-8/+11
|
* Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-022-4/+6
|
* [Bug 2914943]: Correct the first option(n) example.dkf2009-12-251-5/+34
| | | | | Also define what the format of option patterns is; that's a much less commonly known fact than it used to be.
* Compile tkTest.c and friends with Stubsnijtmans2009-11-191-0/+1
|
* doc/GetHINSTANCE.3 Fix mentioned header filenijtmans2009-11-191-2/+2
| | | | | win/tcl.m4 Should have been checked in together with the 2009-08-09 check in of "win/configure"
* Added note that the 'move' operation restores detached nodes.dkf2009-11-151-24/+25
|
* Minor correction.dkf2009-11-021-2/+2
|
* minor doc fix for htmlhelpJoe Mistachkin2009-11-011-2/+2
|
* Uniform, extensible syntax for [$w identify] methods:jenglish2009-11-013-82/+90
| | | | | | | | | | [$w identify $component $x $y]. All ttk::* widgets support [$w identify element $x $y]; widgets with other identifiable parts may have additional subcommands. Notebook widgets support [$nb identify tab], Panedwindow widgets support [$w identify sash]. Older 2-argument form [$w identify $x $y] still supported, though it does different things depending on the widget.
* Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-2/+11
| | | | with global variables (the only way it *can* work...)
* Doc improvements.dkf2009-10-181-121/+180
|
* Small updates for minor issuesdkf2009-08-061-41/+34
|
* Reword so that the modern API is presented as preferred.dkf2009-07-271-24/+24
|
* Slight clarification.dkf2009-07-265-33/+40
|
* Corrected description of acceptable join styles. Spotted by Emiliano Gavilan.dkf2009-07-261-3/+3
|
* Corrected definition of -height and -width for canvas' window items. [2326602]dkf2009-07-141-5/+5
|
* dot needs quoting at the start of a linepatthoyts2009-07-111-4/+4
|
* [Bug 2818455]: Corrected example.dkf2009-07-111-2/+33
|
* Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-292-20/+49
|
* Fix [Bug 487220].dkf2009-05-051-4/+3
|
* Fix [Bug 1832015].dkf2009-05-051-3/+10
|
* Purge mention of interp->result. [Bug 2431507]dkf2009-05-0418-73/+84
|
* Fix typodkf2009-04-301-3/+2
|
* Fix [Bug 1881896]dkf2009-04-041-4/+19
|