| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |\ \
| | |/ |
|
| | * | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish. | jan.nijtmans | 2019-03-15 | 1 | -16/+37 |
|
|
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -2/+2 |
|/ / |
|
* | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 1 | -2/+2 |
|
|
* | | CONST'ify some string arrays (strings itself where already CONST, but the arr... | jan.nijtmans | 2017-11-28 | 1 | -1/+1 |
|
|
* | | Bring all win32 version stuff to one place. Should work the same (should stil... | jan.nijtmans | 2016-11-09 | 1 | -5/+1 |
|/ |
|
* | 'xpnative' and 'vista' (and 'aqua') themes: 'alternate on' changed to be iden... | fvogel | 2016-10-05 | 1 | -0/+2 |
|
|
* | Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l... | jan.nijtmans | 2013-11-20 | 1 | -3/+3 |
|\ |
|
| * | Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l... | jan.nijtmans | 2013-11-20 | 1 | -3/+3 |
|
|
* | | ttk::theme::* packages don't Provide anything Extra. | jenglish | 2013-02-15 | 1 | -1/+1 |
|
|
* | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers... | jan.nijtmans | 2013-02-15 | 1 | -1/+1 |
|
|
* | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -4/+4 |
|\ \
| |/ |
|
* | | Fix build for VC 11. | dgp | 2012-12-10 | 1 | -1/+1 |
|
|
* | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -2/+2 |
|
|
* | | a few more places | dkf | 2012-07-24 | 1 | -5/+9 |
|
|