| Commit message (Expand) | Author | Age | Files | Lines |
* | More -Wconversion C warning fixes | jan.nijtmans | 2023-03-06 | 1 | -1/+2 |
|
|
* | -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 1 | -2/+2 |
|
|
* | Merge 8.6 (more TCL_UNUSED usage) | jan.nijtmans | 2023-02-07 | 1 | -4/+2 |
|\ |
|
* | | Fix building against Tcl 8.6 headers | jan.nijtmans | 2022-04-03 | 1 | -1/+1 |
|
|
* | | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc... | jan.nijtmans | 2022-04-01 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-03-02 | 1 | -16/+7 |
|\ \
| |/ |
|
| * | Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing) | jan.nijtmans | 2022-03-02 | 1 | -14/+14 |
|
|
* | | Change (non-standard, Windows-only) keysyms "Win_L", "Win_R" and "App" keycod... | jan.nijtmans | 2021-01-18 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|
|
* | | Revert part of [27e083eed755bf65], which broke the Windows build. | jan.nijtmans | 2020-05-22 | 1 | -5/+5 |
|
|
* | | Fix some deprecation/unused parameter compiler warnings | jan.nijtmans | 2020-05-19 | 1 | -5/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-05-15 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w... | jan.nijtmans | 2020-05-15 | 1 | -2/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-04-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati... | jan.nijtmans | 2020-04-06 | 1 | -38/+40 |
| |\ |
|
* | \ | Finish for MacOS too | jan.nijtmans | 2020-03-09 | 1 | -1/+1 |
|\ \ \ |
|
* | | | | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet. | jan.nijtmans | 2020-03-09 | 1 | -0/+17 |
|/ / / |
|
* | | | Merge 8.7. More WIP. | jan.nijtmans | 2019-12-16 | 1 | -7/+16 |
| |/
|/| |
|
* | | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 1 | -1/+1 |
|
|
* | | Add support for 4 keycodes on Windows (Mail, AudioMedia, Launch0 and Launch1)... | jan.nijtmans | 2019-11-13 | 1 | -36/+38 |
|
|
* | | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter... | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
|/ |
|
* | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -7/+7 |
|
|
* | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -3/+3 |
|
|
* | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making... | jan.nijtmans | 2019-03-19 | 1 | -1/+1 |
|
|
* | Proposed fix for [499526180d]: Add support for windows multimedia virtual key... | fvogel | 2017-01-28 | 1 | -2/+9 |
|
|
* | Fix [e36963bfe8]: event generate and diaeresis | jan.nijtmans | 2016-10-23 | 1 | -19/+19 |
|
|
* | clearify comment | jan.nijtmans | 2016-09-27 | 1 | -1/+1 |
|
|
* | Internal code simplification: Store Unicode character in keycode field in ste... | jan.nijtmans | 2016-09-27 | 1 | -15/+0 |
|
|
* | Introduce two utility functions for handling Unicode surrogate pairs, and use... | jan.nijtmans | 2016-09-26 | 1 | -17/+4 |
|
|
* | merge core-8-6-branch | jan.nijtmans | 2016-09-08 | 1 | -12/+18 |
|\ |
|
| * | Fixed [2945130fff] for the right Control and Alt keys. WONTFIX the case of th... | fvogel | 2016-09-04 | 1 | -12/+18 |
| |\ |
|
| | * | Left and right Control and Alt keys are distinguished using the Extended flag... | fvogel | 2016-08-11 | 1 | -12/+18 |
|
|
| * | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should... | jan.nijtmans | 2016-08-31 | 1 | -2/+2 |
| |/ |
|
* | | (experiment) don't fill trans_chars any more when send_event == -3. Results i... | jan.nijtmans | 2016-09-01 | 1 | -6/+9 |
|
|
* | | Enhance TkpGetString() to handle Unicode characters, even when TCL_UTF_MAX==3. | jan.nijtmans | 2016-08-30 | 1 | -4/+12 |
|/ |
|
* | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-08 | 1 | -1/+2 |
|\ |
|
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 1 | -1/+2 |
| |\ |
|
| | * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 1 | -8/+9 |
|
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+0 |
|
|
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * win/tkWinKey.c: Add WM_UNICHAR window message support (used by | hobbs | 2006-08-30 | 1 | -1/+8 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -13/+10 |
|
|
* | | | tkWindow.c/tkStubInit.c adapted from stub changes in Tcl | nijtmans | 2010-02-16 | 1 | -2/+2 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -2/+2 |
|
|
* | | | CONSTify return values of TkKeysymToString, | nijtmans | 2009-12-16 | 1 | -2/+2 |
|/ / |
|