summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-158-24/+155
|
* autoheader-2.59das2008-11-141-0/+6
|
* remove -Wno-implicit-intdas2008-11-141-2/+2
|
* ttkWidget.c: Reworked widget construction and destruction sequence;jenglish2008-11-134-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.
* bug #1777362 - handle windows with funky names by avoiding use of thepatthoyts2008-11-123-42/+100
| | | | window path for anchors.
* Small syntactic improvementsdkf2008-11-121-18/+23
|
* fix [Bug 2265860] new test failuresnijtmans2008-11-122-2/+6
|
* Use -O2 as gcc optimization compiler flag, and getnijtmans2008-11-123-6/+16
| | | | rid of -Wno-implicit-int for UNIX
* modify Tk_Create(Old)ImageType signature, relaxingnijtmans2008-11-129-55/+118
| | | | | | | | | | 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).
* Don't crash when application uses nondefault visual [#2264732].jenglish2008-11-112-3/+7
|
* reverted change from 2008-11-06 (was under the impression thatnijtmans2008-11-113-2/+8
| | | | "-Wno-implicit-int" added an extra warning)
* Ttk widget initializeProc()s now return void instead ofjenglish2008-11-0912-52/+45
| | | | | a status code, and are no longer allowed to fail. (Fix for #2207435 in progress).
* One more (hopefully the last) signature changenijtmans2008-11-096-20/+23
| | | | in Tk_CreatePhotoImageFormat
* One more (hopefully the last) signature changenijtmans2008-11-097-18/+23
| | | | in Tk_CreateSmoothMethod.
* Remove unnecessary casts from ttkWidget.c.jenglish2008-11-092-15/+18
| | | | (More remain in other files; will get to those later).
* make all Tk_CustomOption tables const andnijtmans2008-11-099-61/+57
| | | | remove unnecessary type cast
* More small changes to use C89 better and manage the result more efficiently.dkf2008-11-0813-218/+187
|
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-115/+110
|
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-0836-553/+586
|
* add "-Wno-implicit-int" flag for gcc, as on UNIXnijtmans2008-11-064-4/+11
| | | | | Use tkUnixDefault.h under CygWin. With this change, at least the X11 version of Tk can be built with cygwin
* regendkf2008-11-061-3540/+4025
|
* Fix [Bug 2229999].dkf2008-11-062-13/+19
|
* no need to use CONST in internal header filesnijtmans2008-11-055-21/+23
|
* fix [Bug 1866774 ] Remove X10 references from docsnijtmans2008-11-053-4/+6
|