summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix leaks flagged by clang static analyzerdas2008-12-072-3/+27
|
* TkpDisplayButton: use computed borderWidthdas2008-12-071-2/+2
|
* MenuDefProc: avoid crash with non-Tk menusdas2008-12-071-7/+3
|
* SeparatorElementSize: fix state lookupdas2008-12-071-2/+3
|
* Implementation of TIP #197.dkf2008-12-069-77/+174
|
* Remove useless constraintdkf2008-12-061-144/+58
|
* remove prolog.ps, add xpTheme.tcldas2008-12-051-3/+3
|
* fix warningdas2008-12-051-1/+2
|
* Improve the code to convert from pixels to pointsdkf2008-12-051-4/+7
|
* undid previous 'fix': 'const' is only useful for pointers, not fornijtmans2008-12-053-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.patthoyts2008-12-055-55/+240
|
* Remove references to deleted filedkf2008-12-052-7/+7
|
* Clean up PS prolog generation, getting rid of an obsolete file, and stop textdkf2008-12-054-1626/+1355
| | | | from going wildly wrong when Xft is used. [Bug 2107938]
* Make TkTextMakeByteIndex implementation agree with the prototype (const-ness)patthoyts2008-12-051-2/+2
|
* Move 10 functions from tkText.h tonijtmans2008-12-045-37/+196
| | | | stub table [Feature Request 220906]
* Add mentions of Toolbutton style to relevant ttk manpages.dkf2008-12-045-7/+29
|
* Add new "hover" statejenglish2008-12-036-8/+38
| | | | (patch from Pat Thoyts; needed to support proper visual feedback on Vista).
* Minor indentation/capitalization correctionsdkf2008-12-021-8/+8
|
* autoconf-2.59das2008-12-011-3998/+3584
|
* Use a styled frame around the popdown listbox so we can adjust the border ↵patthoyts2008-11-299-16/+64
| | | | for each theme as needed.
* Refactoring of the millimeter patch. Fix of a potential issue if a pixel ↵ferrieux2008-11-291-5/+16
| | | | object is reused across screens of different resolutions.
* Fix stupid bug in millimeter patch (conditionally uninited var)ferrieux2008-11-281-1/+3
|
* Added a test that distance units are not confused with pixels (for the ↵ferrieux2008-11-281-1/+8
| | | | millimeter patch)
* Millimeter patch. Fixes [1813597,2218964] by eliminating the functional ↵ferrieux2008-11-275-17/+109
| | | | redundancy and unnecessary loss of precision of the {pixel,mm}ObjType tandem.
* elminate warning: unused variable 'tkwin'nijtmans2008-11-276-38/+43
| | | | | Replace Tcl_SetResult(interp, NULL, ....) calls with Tcl_ResetResult(interp) everywhere
* Making code neater...dkf2008-11-263-122/+104
|
* Minor tidying updkf2008-11-251-99/+74
|
* Minor doc fixes. [Bug 2330040]dkf2008-11-243-5/+6
|
* [Bug 1389270] event generate silently ignored focus events. These can now be ↵patthoyts2008-11-236-21/+29
| | | | generated.
* Fixed some locale dependencies to reduce the noise on non-English systemspatthoyts2008-11-232-651/+662
|
* Formattingdkf2008-11-231-6/+6
|
* Re-fixed QWERTY/AZERTY sensitivity of key event generation test (thx to Pat ↵ferrieux2008-11-231-3/+3
| | | | Thoyts)
* Fixed QWERTY/AZERTY sensitivity of key event generation testferrieux2008-11-221-3/+3
|
* Added angled text support to demonstrationdkf2008-11-222-18/+50
|
* GOOBE on Win, where stippling and angling work poorly together...dkf2008-11-221-3/+3
|
* demo angled textdas2008-11-221-2/+2
|
* reduce number of CTM manipulation callsdas2008-11-221-4/+4
|
* use M_PI when available, remove redundant definitions of PIdas2008-11-223-10/+7
|
* [Bug 1991930] combobox dropdown needs to be topmostpatthoyts2008-11-222-5/+4
|
* [Bug 1939129] combobox dropdown was drawn behind topmost toplevels.patthoyts2008-11-222-1/+5
|
* Added documentation on the -angle option for text itemsdkf2008-11-221-1/+10
|
* Fixed up complaints from MSVC engendered by the last commit. In particular ↵patthoyts2008-11-225-42/+51
| | | | replaced round() which is a C99 function.
* TIP#119 implementation. [Patch 1611359]dkf2008-11-2210-660/+1922
|
* Fixed internationalization issues with the winDialog testspatthoyts2008-11-221-3/+4
|
* [Bug 2307837] avoid some locale-dependent failures by using id's or an ↵patthoyts2008-11-223-34/+76
| | | | english constraint
* Remove inoperative text stating that slave windows must bejenglish2008-11-192-2/+7
| | | | direct children of the master [Bug 1824996].
* remove unnoticed CVS conflict in ChangeLognijtmans2008-11-191-21/+0
|
* Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-187-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].jenglish2008-11-164-9/+21
|
* Explained constraints on [wm overrideredirect] better. [Bug 2282861]dkf2008-11-162-56/+69
|