| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-05-18 | 1 | -1/+5 |
|\ |
|
| * | Add support for setting InputLanguage encoding to "utf-8". I don't know if it... | jan.nijtmans | 2020-05-18 | 1 | -1/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-05-15 | 1 | -70/+70 |
|\ \
| |/ |
|
| * | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w... | jan.nijtmans | 2020-05-15 | 1 | -70/+70 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-04-03 | 1 | -3/+9 |
|\ \
| |/ |
|
| * | Split (internal) TK_THEME_WIN_CLASSIC into two different symbols: TK_THEME_WI... | jan.nijtmans | 2020-04-03 | 1 | -31/+25 |
|
|
* | | Fix [220811] and [220808]: Docs missing for Tk_TranslateWinEvent/Tk_PointerEv... | jan.nijtmans | 2020-04-02 | 1 | -5/+5 |
|
|
* | | CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11 | jan.nijtmans | 2020-04-01 | 1 | -1/+1 |
|
|
* | | Finish for MacOS too | jan.nijtmans | 2020-03-09 | 1 | -2/+2 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-03-09 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin. | jan.nijtmans | 2020-03-09 | 1 | -2/+2 |
|
|
* | | | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet. | jan.nijtmans | 2020-03-09 | 1 | -44/+54 |
|/ / |
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -13/+21 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-11-26 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 1 | -2/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -6/+6 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w... | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
|
|
* | | Merge 8.6. | jan.nijtmans | 2019-09-23 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -10/+10 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -8/+8 |
|
|
| * | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -4/+4 |
|
|
* | | merge trunk (after fixing conflicts) | fvogel | 2019-08-04 | 1 | -13/+33 |
|\ \ |
|
| * | | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co... | jan.nijtmans | 2019-07-30 | 1 | -4/+4 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-07-25 | 1 | -0/+17 |
| |\ \
| | |/ |
|
| | * | Fix [1fb7af623a]: Support for buttons 4 and 5 is missing for Windows. Patch f... | fvogel | 2019-07-21 | 1 | -0/+17 |
|
|
| * | | Fix [ea3db67ddf]: Fix spelling in comment of tkWinX.c (from C. Chavez) | fvogel | 2019-07-20 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix [ea3db67ddf]: Fix spelling in comment of tkWinX.c (from C. Chavez) | fvogel | 2019-07-20 | 1 | -1/+1 |
|
|
| * | | Backout [efab40f95b] that fixed [21525158b0]. This fix looked correct but it ... | fvogel | 2019-07-13 | 1 | -6/+6 |
|
|
| * | | 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 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-06-28 | 1 | -1/+4 |
| |\ \
| | |/ |
|
| | * | Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if pr... | jan.nijtmans | 2019-06-19 | 1 | -1/+4 |
|
|
* | | | merge trunk | fvogel | 2019-06-08 | 1 | -13/+68 |
|\ \ \
| |/ / |
|
| * | | Fix [eb29967e88]: Add horizontal scrolling support for Windows. Patch from Ch... | fvogel | 2019-05-18 | 1 | -13/+63 |
| |\ \
| | |/ |
|
| | * | Fix [eb29967e88]: Add horizontal scrolling support for Windows. Patch from Ch... | fvogel | 2019-04-29 | 1 | -13/+63 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-03-29 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b... | jan.nijtmans | 2019-03-29 | 1 | -0/+5 |
|
|
* | | | Propagate the call to TkpInitKeymapInfo in TkpOpenDisplay from Linux to Windo... | fvogel | 2019-02-03 | 1 | -0/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Propagate the call to TkpInitKeymapInfo in TkpOpenDisplay from Linux to Windows. | fvogel | 2019-02-03 | 1 | -0/+5 |
| |/ |
|
* | | Rebase against new trunk | jan.nijtmans | 2019-01-20 | 1 | -6/+6 |
|\ \ |
|
| * | | Fix crash in canvPs-5.1 test (thanks to Christian Werner), and remove unneces... | fvogel | 2018-12-30 | 1 | -18/+0 |
|
|
| * | | Fix [21525158b0]: On MS Windows XImage data and Tk_Visual() return wrong info... | fvogel | 2018-12-29 | 1 | -0/+18 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2018-12-20 | 1 | -9/+9 |
| |\ \ |
|
* | \ \ | 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 | -9/+9 |
| |\ \ \
| | |_|/
| |/| | |
|
| | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -9/+9 |
|
|
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -9/+9 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|