| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [59cba33c6d]: win: theme detection in TkWinGetPlatformTheme() likely broken | jan.nijtmans | 2020-09-30 | 1 | -3/+3 |
|
|
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|
|
* | Add support for setting InputLanguage encoding to "utf-8". I don't know if it... | jan.nijtmans | 2020-05-18 | 1 | -1/+5 |
|
|
* | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w... | jan.nijtmans | 2020-05-15 | 1 | -70/+70 |
|
|
* | Split (internal) TK_THEME_WIN_CLASSIC into two different symbols: TK_THEME_WI... | jan.nijtmans | 2020-04-03 | 1 | -31/+25 |
|
|
* | Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin. | jan.nijtmans | 2020-03-09 | 1 | -2/+2 |
|
|
* | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 1 | -2/+1 |
|
|
* | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -6/+6 |
|
|
* | Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w... | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
|
|
* | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -10/+10 |
|
|
* | *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 |
|
|
* | 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 |
|
|
* | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
* | Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if pr... | jan.nijtmans | 2019-06-19 | 1 | -1/+4 |
|
|
* | Fix [eb29967e88]: Add horizontal scrolling support for Windows. Patch from Ch... | fvogel | 2019-04-29 | 1 | -13/+63 |
|
|
* | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b... | jan.nijtmans | 2019-03-29 | 1 | -0/+5 |
|
|
*-. | 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 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -9/+9 |
|
|
| * | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 1 | -8/+11 |
|
|
* | | Solution from dnikolajevich made thread safe. Thanks to Christian Werner for ... | fvogel | 2018-03-31 | 1 | -17/+17 |
|
|
* | | Better solution to [75d38f8608], that fixes the problem for all widgets, not ... | fvogel | 2018-03-25 | 1 | -3/+25 |
|
|
* | | Fix [a5ba1c9764]: Race condition in clipboard cleanup on Windows. Patch from ... | fvogel | 2017-05-05 | 1 | -13/+17 |
|
|
* | | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis... | jan.nijtmans | 2016-11-07 | 1 | -4/+1 |
|
|
* | | Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition() | jan.nijtmans | 2016-09-27 | 1 | -14/+24 |
|\ \ |
|
| * | | Internal code simplification: Store Unicode character in keycode field in ste... | jan.nijtmans | 2016-09-27 | 1 | -9/+6 |
|
|
| * | | New attempt to fix [720879afe9] - WM_CHAR message handling. Patch from Christ... | fvogel | 2016-09-25 | 1 | -8/+11 |
|
|
* | | | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places... | jan.nijtmans | 2016-09-19 | 1 | -7/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | More simplifications | jan.nijtmans | 2016-09-19 | 1 | -7/+6 |
|
|
| * | | merge core-8-6-branch | jan.nijtmans | 2016-09-08 | 1 | -18/+40 |
| |\ \
| |/ /
|/| | |
|
| * | | Fixed [2945130fff] for the right Control and Alt keys. WONTFIX the case of th... | fvogel | 2016-09-04 | 1 | -5/+1 |
| |\ \ |
|
| * \ \ | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should... | jan.nijtmans | 2016-08-31 | 1 | -2/+2 |
| |\ \ \ |
|
* | \ \ \ | merge core-8-6-branch | jan.nijtmans | 2016-09-08 | 1 | -5/+1 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Fixed [2945130fff] for the right Control and Alt keys. WONTFIX the case of th... | fvogel | 2016-09-04 | 1 | -5/+1 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | Consider the Extended flag for both KeyPress and KeyRelease events coming fro... | fvogel | 2016-08-11 | 1 | -5/+1 |
|
|
* | | | | | unnecessary macro | jan.nijtmans | 2016-09-01 | 1 | -2/+0 |
|
|
* | | | | | (experiment) don't fill trans_chars any more when send_event == -3. Results i... | jan.nijtmans | 2016-09-01 | 1 | -60/+4 |
|
|
* | | | | | don't forget to set the keycode ;-) | jan.nijtmans | 2016-09-01 | 1 | -0/+1 |
|
|
* | | | | | Implement USE_EXTRA_EVENTS=1, which generates additional events for surrogate... | jan.nijtmans | 2016-08-31 | 1 | -8/+50 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should... | jan.nijtmans | 2016-08-31 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Enhance TkpGetString() to handle Unicode characters, even when TCL_UTF_MAX==3. | jan.nijtmans | 2016-08-30 | 1 | -2/+8 |
|
|
* | | | | merge core-8-6-branch. | jan.nijtmans | 2016-08-30 | 1 | -17/+14 |
|\ \ \ \
| |/ / / |
|
* | | | | rebase to core-8-6-branch.
| jan.nijtmans | 2016-08-29 | 1 | -28/+27 |
|\ \ \ \
| |/ / / |
|
* | | | | Patch [6c0d7aec67] from Christian Werner on upstream Androwish to better hand... | fvogel | 2016-08-23 | 1 | -9/+68 |
| |/ /
|/| | |
|
* | | | Change Tk_FreeXId() into a macro. | jan.nijtmans | 2016-08-12 | 1 | -24/+0 |
|/ / |
|
* | | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
|
|