Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implementation of TIP #197. | dkf | 2008-12-06 | 9 | -77/+174 |
| | |||||
* | Remove useless constraint | dkf | 2008-12-06 | 1 | -144/+58 |
| | |||||
* | remove prolog.ps, add xpTheme.tcl | das | 2008-12-05 | 1 | -3/+3 |
| | |||||
* | fix warning | das | 2008-12-05 | 1 | -1/+2 |
| | |||||
* | Improve the code to convert from pixels to points | dkf | 2008-12-05 | 1 | -4/+7 |
| | |||||
* | undid previous 'fix': 'const' is only useful for pointers, not for | nijtmans | 2008-12-05 | 3 | -29/+29 |
| | | | | opaque types. Therefore it should not have slipped in here. | ||||
* | Added vista theme to iron out the visual differences between vista and XP. | patthoyts | 2008-12-05 | 5 | -55/+240 |
| | |||||
* | Remove references to deleted file | dkf | 2008-12-05 | 2 | -7/+7 |
| | |||||
* | Clean up PS prolog generation, getting rid of an obsolete file, and stop text | dkf | 2008-12-05 | 4 | -1626/+1355 |
| | | | | from going wildly wrong when Xft is used. [Bug 2107938] | ||||
* | Make TkTextMakeByteIndex implementation agree with the prototype (const-ness) | patthoyts | 2008-12-05 | 1 | -2/+2 |
| | |||||
* | Move 10 functions from tkText.h to | nijtmans | 2008-12-04 | 5 | -37/+196 |
| | | | | stub table [Feature Request 220906] | ||||
* | Add mentions of Toolbutton style to relevant ttk manpages. | dkf | 2008-12-04 | 5 | -7/+29 |
| | |||||
* | Add new "hover" state | jenglish | 2008-12-03 | 6 | -8/+38 |
| | | | | (patch from Pat Thoyts; needed to support proper visual feedback on Vista). | ||||
* | Minor indentation/capitalization corrections | dkf | 2008-12-02 | 1 | -8/+8 |
| | |||||
* | autoconf-2.59 | das | 2008-12-01 | 1 | -3998/+3584 |
| | |||||
* | Use a styled frame around the popdown listbox so we can adjust the border ↵ | patthoyts | 2008-11-29 | 9 | -16/+64 |
| | | | | for each theme as needed. | ||||
* | Refactoring of the millimeter patch. Fix of a potential issue if a pixel ↵ | ferrieux | 2008-11-29 | 1 | -5/+16 |
| | | | | object is reused across screens of different resolutions. | ||||
* | Fix stupid bug in millimeter patch (conditionally uninited var) | ferrieux | 2008-11-28 | 1 | -1/+3 |
| | |||||
* | Added a test that distance units are not confused with pixels (for the ↵ | ferrieux | 2008-11-28 | 1 | -1/+8 |
| | | | | millimeter patch) | ||||
* | Millimeter patch. Fixes [1813597,2218964] by eliminating the functional ↵ | ferrieux | 2008-11-27 | 5 | -17/+109 |
| | | | | redundancy and unnecessary loss of precision of the {pixel,mm}ObjType tandem. | ||||
* | elminate warning: unused variable 'tkwin' | nijtmans | 2008-11-27 | 6 | -38/+43 |
| | | | | | Replace Tcl_SetResult(interp, NULL, ....) calls with Tcl_ResetResult(interp) everywhere | ||||
* | Making code neater... | dkf | 2008-11-26 | 3 | -122/+104 |
| | |||||
* | Minor tidying up | dkf | 2008-11-25 | 1 | -99/+74 |
| | |||||
* | Minor doc fixes. [Bug 2330040] | dkf | 2008-11-24 | 3 | -5/+6 |
| | |||||
* | [Bug 1389270] event generate silently ignored focus events. These can now be ↵ | patthoyts | 2008-11-23 | 6 | -21/+29 |
| | | | | generated. | ||||
* | Fixed some locale dependencies to reduce the noise on non-English systems | patthoyts | 2008-11-23 | 2 | -651/+662 |
| | |||||
* | Formatting | dkf | 2008-11-23 | 1 | -6/+6 |
| | |||||
* | Re-fixed QWERTY/AZERTY sensitivity of key event generation test (thx to Pat ↵ | ferrieux | 2008-11-23 | 1 | -3/+3 |
| | | | | Thoyts) | ||||
* | Fixed QWERTY/AZERTY sensitivity of key event generation test | ferrieux | 2008-11-22 | 1 | -3/+3 |
| | |||||
* | Added angled text support to demonstration | dkf | 2008-11-22 | 2 | -18/+50 |
| | |||||
* | GOOBE on Win, where stippling and angling work poorly together... | dkf | 2008-11-22 | 1 | -3/+3 |
| | |||||
* | demo angled text | das | 2008-11-22 | 1 | -2/+2 |
| | |||||
* | reduce number of CTM manipulation calls | das | 2008-11-22 | 1 | -4/+4 |
| | |||||
* | use M_PI when available, remove redundant definitions of PI | das | 2008-11-22 | 3 | -10/+7 |
| | |||||
* | [Bug 1991930] combobox dropdown needs to be topmost | patthoyts | 2008-11-22 | 2 | -5/+4 |
| | |||||
* | [Bug 1939129] combobox dropdown was drawn behind topmost toplevels. | patthoyts | 2008-11-22 | 2 | -1/+5 |
| | |||||
* | Added documentation on the -angle option for text items | dkf | 2008-11-22 | 1 | -1/+10 |
| | |||||
* | Fixed up complaints from MSVC engendered by the last commit. In particular ↵ | patthoyts | 2008-11-22 | 5 | -42/+51 |
| | | | | replaced round() which is a C99 function. | ||||
* | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 10 | -660/+1922 |
| | |||||
* | Fixed internationalization issues with the winDialog tests | patthoyts | 2008-11-22 | 1 | -3/+4 |
| | |||||
* | [Bug 2307837] avoid some locale-dependent failures by using id's or an ↵ | patthoyts | 2008-11-22 | 3 | -34/+76 |
| | | | | english constraint | ||||
* | Remove inoperative text stating that slave windows must be | jenglish | 2008-11-19 | 2 | -2/+7 |
| | | | | direct children of the master [Bug 1824996]. | ||||
* | remove unnoticed CVS conflict in ChangeLog | nijtmans | 2008-11-19 | 1 | -21/+0 |
| | |||||
* | Minor simplification in fix for [Bug 2312027]: | nijtmans | 2008-11-18 | 7 | -28/+54 |
| | | | | | | | | no need to malloc and copy photo type name because it is a constant to begin with. Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340 | ||||
* | Widget self-destruction is not necessarily an error [Bug 2298720]. | jenglish | 2008-11-16 | 4 | -9/+21 |
| | |||||
* | Explained constraints on [wm overrideredirect] better. [Bug 2282861] | dkf | 2008-11-16 | 2 | -56/+69 |
| | |||||
* | bug 2239034: restrict [wm manage] to Frame type widgets | patthoyts | 2008-11-15 | 8 | -24/+155 |
| | |||||
* | autoheader-2.59 | das | 2008-11-14 | 1 | -0/+6 |
| | |||||
* | remove -Wno-implicit-int | das | 2008-11-14 | 1 | -2/+2 |
| | |||||
* | ttkWidget.c: Reworked widget construction and destruction sequence; | jenglish | 2008-11-13 | 4 | -127/+177 |
| | | | | | | | fixes [#2207435] and several other problems discovered during investigation of same. ttkButton.c(CheckbuttonInitialize): Account for initializeProc being called earlier in the construction sequence now. |