Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 2 | -4/+6 |
| | |||||
* | [Bug 2914943]: Correct the first option(n) example. | dkf | 2009-12-25 | 1 | -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 Stubs | nijtmans | 2009-11-19 | 1 | -0/+1 |
| | |||||
* | doc/GetHINSTANCE.3 Fix mentioned header file | nijtmans | 2009-11-19 | 1 | -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. | dkf | 2009-11-15 | 1 | -24/+25 |
| | |||||
* | Minor correction. | dkf | 2009-11-02 | 1 | -2/+2 |
| | |||||
* | minor doc fix for htmlhelp | Joe Mistachkin | 2009-11-01 | 1 | -2/+2 |
| | |||||
* | Uniform, extensible syntax for [$w identify] methods: | jenglish | 2009-11-01 | 3 | -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 consistently | dkf | 2009-10-22 | 1 | -2/+11 |
| | | | | with global variables (the only way it *can* work...) | ||||
* | Doc improvements. | dkf | 2009-10-18 | 1 | -121/+180 |
| | |||||
* | Small updates for minor issues | dkf | 2009-08-06 | 1 | -41/+34 |
| | |||||
* | Reword so that the modern API is presented as preferred. | dkf | 2009-07-27 | 1 | -24/+24 |
| | |||||
* | Slight clarification. | dkf | 2009-07-26 | 5 | -33/+40 |
| | |||||
* | Corrected description of acceptable join styles. Spotted by Emiliano Gavilan. | dkf | 2009-07-26 | 1 | -3/+3 |
| | |||||
* | Corrected definition of -height and -width for canvas' window items. [2326602] | dkf | 2009-07-14 | 1 | -5/+5 |
| | |||||
* | dot needs quoting at the start of a line | patthoyts | 2009-07-11 | 1 | -4/+4 |
| | |||||
* | [Bug 2818455]: Corrected example. | dkf | 2009-07-11 | 1 | -2/+33 |
| | |||||
* | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 2 | -20/+49 |
| | |||||
* | Fix [Bug 487220]. | dkf | 2009-05-05 | 1 | -4/+3 |
| | |||||
* | Fix [Bug 1832015]. | dkf | 2009-05-05 | 1 | -3/+10 |
| | |||||
* | Purge mention of interp->result. [Bug 2431507] | dkf | 2009-05-04 | 18 | -73/+84 |
| | |||||
* | Fix typo | dkf | 2009-04-30 | 1 | -3/+2 |
| | |||||
* | Fix [Bug 1881896] | dkf | 2009-04-04 | 1 | -4/+19 |
| | |||||
* | Fix [Bug 974421] | dkf | 2009-04-03 | 1 | -4/+6 |
| | |||||
* | bring doc and demos in line with http://wiki.tcl.tk/812 | nijtmans | 2009-03-25 | 1 | -2/+2 |
| | |||||
* | Tidy up and expand examples. | dkf | 2009-03-10 | 1 | -9/+38 |
| | |||||
* | [Feature Request 2636558] Tk_DefineBitmap | nijtmans | 2009-02-27 | 1 | -2/+2 |
| | | | | and Tk_GetBitmapFromData signature problem | ||||
* | Apply some GOOBE to the ttk::intro(n) manpage. [Bug 2604420] | dkf | 2009-02-16 | 1 | -18/+25 |
| | |||||
* | Fix a typo | dkf | 2009-01-24 | 1 | -2/+2 |
| | |||||
* | Fix missing word spotted by stu. | patthoyts | 2009-01-11 | 1 | -2/+2 |
| | |||||
* | A few const -> CONST86 modifications, improving | nijtmans | 2009-01-06 | 4 | -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] | 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 |
| |