| Commit message (Expand) | Author | Age | Files | Lines |
* | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP) | jan.nijtmans | 2023-11-27 | 1 | -1/+1 |
|
|
* | More -Wconversion C warning fixes | jan.nijtmans | 2023-03-06 | 1 | -6/+7 |
|
|
* | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 1 | -1/+1 |
|
|
* | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -1/+1 |
|
|
* | 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 | -1/+1 |
|
|
* | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | Fix [09abd739b5]: bind-13.14 fails on Debian 10. | fvogel | 2020-07-14 | 1 | -0/+8 |
|\ |
|
| * | Fix blank space | fvogel | 2020-07-07 | 1 | -2/+2 |
|
|
| * | Same fix, code organized differently | fvogel | 2020-07-07 | 1 | -12/+10 |
|
|
| * | Fix [09abd739b5]: bind-13.14 fails on Debian 10. | fvogel | 2020-07-07 | 1 | -2/+12 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-06-25 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Use XK_Oslash in stead of XK_Ooblique, since that's the official X11 name now. | jan.nijtmans | 2020-06-19 | 1 | -1/+5 |
|
|
| * | Fix [f4dec2c2287aee9e]: Build failure with GCC 4.X (tkUnixKey.c) | jan.nijtmans | 2020-03-22 | 1 | -9/+4 |
|
|
* | | CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11 | jan.nijtmans | 2020-04-01 | 1 | -0/+2 |
|
|
* | | stifle compiler warnings | dgp | 2020-03-16 | 1 | -4/+0 |
|
|
* | | Fix [3551802fff]: Use the Xkb API to simplify Tk's keyboard event handling | jan.nijtmans | 2020-03-12 | 1 | -27/+8 |
|\ \ |
|
| * \ | Merge 8.7. | jan.nijtmans | 2020-03-10 | 1 | -12/+6 |
| |\ \ |
|
| * | | | Remove detection of Xkb performed at runtime, which removes the deprecation w... | fvogel | 2020-02-23 | 1 | -15/+6 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-01-06 | 1 | -2/+2 |
| |\ \ \ |
|
* | \ \ \ | Merge 8.6 | jan.nijtmans | 2020-03-11 | 1 | -0/+12 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c... | jan.nijtmans | 2020-03-11 | 1 | -0/+12 |
|
|
* | | | | Finalize the fix for ticket [382712ade65] (X11: 'event generate . <KeyPress>'... | fvogel | 2020-03-04 | 1 | -4/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Simplify the code slightly: we did already bail out earlier when (eventPtr->t... | fvogel | 2020-02-11 | 1 | -4/+2 |
|
|
| * | | | Revert the 6 previous commits, returning therefore to the state at [eaad647e]. | fvogel | 2020-02-11 | 1 | -2/+2 |
|
|
| * | | | Let branch build | fvogel | 2020-02-11 | 1 | -1/+1 |
|
|
| * | | | Sigh... | fvogel | 2020-01-28 | 1 | -1/+1 |
|
|
| * | | | Today is not a good day. event->type rather than event.type | fvogel | 2020-01-28 | 1 | -1/+1 |
|
|
| * | | | Restore %A for KeyRelease on Linux | fvogel | 2020-01-28 | 1 | -2/+2 |
| | |/
| |/| |
|
| * | | Make install-sh executable. Harmless warnings in tkUnixKey.c | jan.nijtmans | 2020-01-06 | 1 | -2/+2 |
|
|
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -5/+5 |
| |/
|/| |
|
* | | merge core-8-6-branch, in particular, push a different fix for the 'Column ..... | fvogel | 2019-11-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter... | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
|
|
* | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -1/+1 |
|
|
* | | Fix [382712ade6] (X11: 'event generate . <KeyPress>' segfaults) again with a ... | fvogel | 2018-09-08 | 1 | -17/+16 |
|\ \
| |/ |
|
| * | Moved range check of keycode to TkpSetKeycodeAndState for ticket [382712ad]. | Christian Werner | 2018-06-03 | 1 | -23/+17 |
|
|
| * | Further patch from Christian Werner, on the observation that on Fedora 28 Wor... | fvogel | 2018-05-03 | 1 | -3/+9 |
|
|
* | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro... | jan.nijtmans | 2018-07-10 | 1 | -3/+4 |
|/ |
|
* | Fix broken build (one line of the patch was missing) | fvogel | 2018-01-18 | 1 | -0/+1 |
|
|
* | Fix [382712ade6]: X11: 'event generate . <KeyPress>' segfaults. Patch from Ch... | fvogel | 2018-01-10 | 1 | -1/+27 |
|
|
* | 3607830 Runtime checks that Xkb is available in the X server before trying to | dgp | 2013-04-01 | 1 | -20/+28 |
|\ |
|
| * | Merge 8.5. Bring together the compile time and run time Xkb checks. | dgp | 2013-04-01 | 1 | -9/+15 |
| |\ |
|
| * | | Runtime check for Xkb support in X server. | dgp | 2013-04-01 | 1 | -14/+20 |
|
|
* | | | [Bug 3599312]: Apply fix for Alt key problems. | dkf | 2013-02-28 | 1 | -8/+10 |
|\ \ \
| | |/
| |/| |
|
| * | | [Bug 3599312]: Apply fix for Alt key problems. | dkf | 2013-02-28 | 1 | -8/+10 |
| |\ \ |
|
| | * | | The proposed fix from Bug 3599312, which should make key map handling interact | dkf | 2013-01-07 | 1 | -8/+9 |
| | |/ |
|
| * | | Bug [3599928]: Use XkbKeycodeToKeysym if available. | stwo | 2013-01-31 | 1 | -1/+6 |
| |/ |
|
| * | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 1 | -5/+5 |
| |\ |
|
| * | | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning... | stwo | 2012-08-09 | 1 | -2/+2 |
|
|
* | | | Oops. Missed removing one line in last commit. | stwo | 2013-01-31 | 1 | -2/+0 |
|
|