| Commit message (Expand) | Author | Age | Files | Lines |
* | More usage for Tcl_Size (internal TkEnsemble) | jan.nijtmans | 2022-11-03 | 1 | -17/+30 |
|
|
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0) | jan.nijtmans | 2022-10-30 | 1 | -3/+4 |
|
|
* | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -3/+3 |
|
|
* | Alphabetize some string tables | jan.nijtmans | 2022-05-04 | 1 | -6/+6 |
|
|
* | Fix [32bda06ec0]: Tk build failure at branch "main" (2021-10-04) using mingw ... | jan.nijtmans | 2021-10-06 | 1 | -1/+1 |
|
|
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -3/+3 |
|
|
* | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -3/+3 |
|
|
* | Merge 8.6. Eliminate more C++ comments | jan.nijtmans | 2020-10-28 | 1 | -2/+2 |
|\ |
|
| * | MSVC++ 6.0 does't handle C++ comments | jan.nijtmans | 2020-10-28 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-09 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | A few more -Wundef warnings, and a 'const' addition | jan.nijtmans | 2020-10-09 | 1 | -12/+8 |
|
|
* | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc... | fvogel | 2020-08-19 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -... | fvogel | 2020-07-18 | 1 | -6/+6 |
|
|
| * | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for... | fvogel | 2020-07-18 | 1 | -2/+2 |
|
|
* | | Fix [3c6660b6f0], [601cead1d0] and [4b50b76028]: Wrong ttk::checkbutton and t... | fvogel | 2020-05-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Implement a much simpler method to get the proper sizing (nemethi). | bll | 2020-05-24 | 1 | -32/+11 |
|
|
| * | Add FETCH_ONCE to the treeview indicator also. | bll | 2020-05-24 | 1 | -1/+1 |
|
|
| * | Use S_OK for result instead of directly 0. | fvogel | 2020-05-24 | 1 | -2/+2 |
|
|
| * | Work around a windows vsapi issue where the size returned for a vsapi | bll | 2020-05-20 | 1 | -10/+31 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-04-03 | 1 | -5/+1 |
|\ \
| |/ |
|
| * | Split (internal) TK_THEME_WIN_CLASSIC into two different symbols: TK_THEME_WI... | jan.nijtmans | 2020-04-03 | 1 | -5/+1 |
|
|
| * | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni... | jan.nijtmans | 2020-03-24 | 1 | -37/+44 |
|
|
* | | Put back accidently commented-out part from ttkWinXPTheme.c | jan.nijtmans | 2020-03-11 | 1 | -2/+0 |
|
|
* | | More progress in making win32 build C++-ready. | jan.nijtmans | 2020-03-10 | 1 | -6/+8 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin. | jan.nijtmans | 2020-03-09 | 1 | -1/+1 |
|
|
* | | Rename (static) function TkMenuCleanup() to MenuCleanup(). Make TkGetMenuInde... | jan.nijtmans | 2020-02-21 | 1 | -1/+1 |
|
|
* | | Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons... | jan.nijtmans | 2020-02-19 | 1 | -21/+27 |
|
|
* | | Add many 'const' modifiers, allowing the C-compiler to put many configuration... | jan.nijtmans | 2020-02-06 | 1 | -36/+36 |
|
|
* | | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly confi... | fvogel | 2019-12-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly confi... | fvogel | 2019-12-08 | 1 | -1/+1 |
|
|
| * | Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w... | jan.nijtmans | 2019-09-24 | 1 | -2/+2 |
|
|
* | | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possi... | jan.nijtmans | 2019-09-25 | 1 | -5/+3 |
|
|
* | | Eliminate all references to Tcl_WinTCharToUtf/Tcl_WinUtfToTChar functions, us... | jan.nijtmans | 2019-09-20 | 1 | -3/+6 |
|\ \ |
|
| * \ | Merge trunk | jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
| |\ \
| |/ /
|/| | |
|
| * | | Merge trunk | jan.nijtmans | 2019-09-09 | 1 | -3/+3 |
| |\ \ |
|
| * \ \ | Merge trunk | jan.nijtmans | 2019-06-15 | 1 | -2/+2 |
| |\ \ \ |
|
| * | | | | More TCHAR -> WCHAR conversions | jan.nijtmans | 2019-06-11 | 1 | -1/+1 |
|
|
| * | | | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(... | jan.nijtmans | 2019-06-10 | 1 | -3/+6 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|
|
| * | | | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -1/+1 |
|
|
* | | | | Merge 8.6. Code cleanup, possible because we know we are compiling in UNICOD... | jan.nijtmans | 2019-06-19 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
* | | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -4/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e... | fvogel | 2019-04-30 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e... | fvogel | 2019-04-30 | 1 | -1/+1 |
|
|
| * | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -3/+3 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -17/+38 |
|\ \ \
| |/ / |
|
| * | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 1 | -6/+6 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-03-15 | 1 | -16/+37 |
| |\ \
| | |/ |
|