summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix [Bug 974421]dkf2009-04-031-4/+6
|
* bring doc and demos in line with http://wiki.tcl.tk/812nijtmans2009-03-251-2/+2
|
* Tidy up and expand examples.dkf2009-03-101-9/+38
|
* [Feature Request 2636558] Tk_DefineBitmapnijtmans2009-02-271-2/+2
| | | | and Tk_GetBitmapFromData signature problem
* Apply some GOOBE to the ttk::intro(n) manpage. [Bug 2604420]dkf2009-02-161-18/+25
|
* Fix a typodkf2009-01-241-2/+2
|
* Fix missing word spotted by stu.patthoyts2009-01-111-2/+2
|
* A few const -> CONST86 modifications, improvingnijtmans2009-01-064-23/+23
| | | | | | | | | backwards compatibility. Change Tk_ItemIndexProc and Tk_ItemInsertProc signature to have a Tcl_Obj parameter in stead of a string parameter. This is binary and source compatible with previous API, it just prevents the need for a type cast in the Tk_ItemType table construction. Bring doc in line with API.
* Improve documentation of -offset and -outlineoffset item options. [Bug 1836621]dkf2009-01-031-336/+272
|
* Fix incorrect statement about %-substituees quoting.ferrieux2009-01-031-3/+2
|
* Implementation of TIP #244, PNG image support.dkf2008-12-281-5/+45
|
* doc/busy.n: add missing .BSjenglish2008-12-271-1/+2
|
* Regularized doc of postscript subcommand's -channel option.dkf2008-12-211-3/+11
|
* Small doc fixesdkf2008-12-171-3/+5
|
* TIP #338 IMPLEMENTATIONdgp2008-12-151-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 IMPLEMENTATIONdas2008-12-102-20/+207
|
* Implementation of TIP #197.dkf2008-12-061-1/+9
|
* Add mentions of Toolbutton style to relevant ttk manpages.dkf2008-12-044-4/+20
|
* Add new "hover" statejenglish2008-12-031-1/+9
| | | | (patch from Pat Thoyts; needed to support proper visual feedback on Vista).
* Minor doc fixes. [Bug 2330040]dkf2008-11-243-5/+6
|
* Added documentation on the -angle option for text itemsdkf2008-11-221-1/+10
|
* Remove inoperative text stating that slave windows must bejenglish2008-11-191-2/+1
| | | | direct children of the master [Bug 1824996].
* Explained constraints on [wm overrideredirect] better. [Bug 2282861]dkf2008-11-161-1/+8
|
* bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-151-2/+6
|
* 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
|