| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6. | jan.nijtmans | 2019-09-23 | 1 | -28/+28 |
|\ |
|
| * | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -28/+28 |
|
|
* | | Eliminate all references to Tcl_WinTCharToUtf/Tcl_WinUtfToTChar functions, us... | jan.nijtmans | 2019-09-20 | 1 | -2/+4 |
|\ \ |
|
| * \ | Merge trunk | jan.nijtmans | 2019-09-20 | 1 | -11/+11 |
| |\ \
| |/ /
|/| | |
|
| * | | Merge trunk | jan.nijtmans | 2019-09-09 | 1 | -3/+3 |
| |\ \ |
|
| * \ \ | Merge trunk | jan.nijtmans | 2019-07-07 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | More TCHAR -> WCHAR conversions | jan.nijtmans | 2019-06-11 | 1 | -7/+7 |
|
|
| * | | | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(... | jan.nijtmans | 2019-06-10 | 1 | -2/+4 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -11/+11 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -11/+11 |
|
|
| * | | | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -7/+7 |
|
|
* | | | | More removals of "register" keyword. | jan.nijtmans | 2019-08-16 | 1 | -1/+1 |
|
|
* | | | | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co... | jan.nijtmans | 2019-07-30 | 1 | -7/+7 |
| |_|/
|/| | |
|
* | | | Merge 8.6 | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 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 |
|
|
* | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 1 | -5/+5 |
|
|
* | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu... | jan.nijtmans | 2019-03-31 | 1 | -9/+9 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-03-19 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making... | jan.nijtmans | 2019-03-19 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-03-15 | 1 | -5/+11 |
|\ \
| |/ |
|
| * | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish. | jan.nijtmans | 2019-03-15 | 1 | -5/+11 |
|
|
* | | TIP #533 (Extension of the menu post command) implementation was accepted by ... | fvogel | 2019-02-02 | 1 | -6/+106 |
|\ \
| |/ |
|
| * | TIP #533 (Extension of the menu post command) implementation was accepted by ... | fvogel | 2019-02-02 | 1 | -6/+106 |
| |\ |
|
| | * | Use TkGetMenuIndex to parse the index argument to the post command. | culler | 2019-01-15 | 1 | -11/+11 |
|
|
| | * | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu post | culler | 2019-01-13 | 1 | -0/+94 |
|
|
| | * | Fix related menubutton issues on linux and Windows. | culler | 2019-01-11 | 1 | -6/+12 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| | | | |
| | \ | |
| *-. \ | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -2/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -2/+2 |
|
|
| * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -2/+2 |
| |\ \ \ \
| | |/ / /
| |/| | /
| | | |/
| | |/| |
|
| | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -2/+2 |
| | |/ |
|
* | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -8/+7 |
|
|
* | | | Fix [9658bc800c]: Several display issues with menu items, more easily seen wh... | fvogel | 2018-10-06 | 1 | -4/+14 |
|\ \ \
| |/ / |
|
| * | | Fix [9658bc800c]: Several display issues with menu items, more easily seen wh... | fvogel | 2018-10-06 | 1 | -4/+14 |
| |\ \ |
|
| | * | | Fix drawing of the tearoff entry | fvogel | 2018-09-29 | 1 | -1/+1 |
|
|
| | * | | Guard against negative widths for the indicator of menu entries, that could b... | fvogel | 2018-09-29 | 1 | -0/+10 |
|
|
| | * | | Once the menu geometry is correctly computed there is no need anymore for que... | fvogel | 2018-09-29 | 1 | -3/+3 |
|
|
* | | | | Fix [8229232472]: Cascade menu entry indicator wrong colour on Unix. Patch pr... | fvogel | 2018-09-30 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Remove somewhat misleading text in comments | fvogel | 2018-09-22 | 1 | -2/+2 |
| |/ / |
|
* | | | Add Windows implementation | fvogel | 2018-09-11 | 1 | -2/+18 |
|
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-10-27 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | tkWinMenu.c: In function ‘TkWinMenuKeyObjCmd’: | jan.nijtmans | 2017-10-27 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | tkWinMenu.c: In function ‘TkWinMenuKeyObjCmd’: | jan.nijtmans | 2017-10-27 | 1 | -1/+1 |
|
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-01-18 | 1 | -24/+22 |
|\ \ \
| |/ / |
|
| * | | Use the win32 Wide API in some more places. And some simplifications, since w... | jan.nijtmans | 2017-01-18 | 1 | -24/+22 |
|
|
| * | | Fixed bug [1192095] - Toplevel menus return incorrect active index (cherrypic... | fvogel | 2016-03-27 | 1 | -1/+11 |
|
|
| * | | Fixed bug [487861ffff] - cascade with -accelerator looks wrong (cherrypicked ... | fvogel | 2016-03-20 | 1 | -6/+11 |
|
|
* | | | Bring all win32 version stuff to one place. Should work the same (should stil... | jan.nijtmans | 2016-11-09 | 1 | -11/+6 |
|
|