| Commit message (Expand) | Author | Age | Files | Lines |
* | Use more Tcl_CmdDeleteProc/Tcl_ObjCmdProc in stead of full function signatures | jan.nijtmans | 2024-03-06 | 1 | -8/+8 |
|
|
* | Fix [e42eef33ee]: valgrind complains at wish startup (input methods). Patch f... | fvogel | 2023-08-29 | 1 | -4/+1 |
|\ |
|
| * | Ignore the return value of XSetLocaleModifiers(). | fvogel | 2023-08-28 | 1 | -5/+1 |
|
|
| * | Make it build, and make it a better fix (no leak). | fvogel | 2023-08-26 | 1 | -3/+5 |
|
|
| * | Remove unintended line space. | fvogel | 2023-08-25 | 1 | -1/+0 |
|
|
| * | Fix [e42eef33ee]: valgrind complains at wish startup (input methods). Patch f... | fvogel | 2023-08-25 | 1 | -4/+4 |
|
|
| * | Fix [fe87e9af39]: X-input extension events are not transfered to Tcl. | jan.nijtmans | 2023-04-19 | 1 | -1/+3 |
|
|
| * | Two more failsOnXQuarz marks. Fix possible compiler warning when HAVE_XKBKEYC... | jan.nijtmans | 2021-03-09 | 1 | -1/+1 |
|
|
| * | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes. | jan.nijtmans | 2020-02-24 | 1 | -2/+2 |
| |\ |
|
| | * | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som... | jan.nijtmans | 2020-02-24 | 1 | -2/+2 |
|
|
| * | | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve... | jan.nijtmans | 2020-02-05 | 1 | -8/+2 |
|
|
* | | | Fix [fe87e9af39]: X-input extension events are not transfered to Tcl. | jan.nijtmans | 2023-04-19 | 1 | -1/+3 |
|
|
* | | | Fix use of DEF_LABEL_FG with Tcl 9.0 headers. Doc fix, various other tweaks | jan.nijtmans | 2021-11-13 | 1 | -0/+1 |
|
|
* | | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | | | CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11 | jan.nijtmans | 2020-04-01 | 1 | -3/+3 |
|
|
* | | | Fix [3551802fff]: Use the Xkb API to simplify Tk's keyboard event handling | jan.nijtmans | 2020-03-12 | 1 | -19/+4 |
|\ \ \ |
|
| * \ \ | Merge 8.7. | jan.nijtmans | 2020-03-10 | 1 | -21/+17 |
| |\ \ \ |
|
| * | | | | Remove detection of Xkb performed at runtime, which removes the deprecation w... | fvogel | 2020-02-23 | 1 | -4/+1 |
|
|
* | | | | | Make Tk compile using C++ against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -0/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge trunk | jan.nijtmans | 2020-02-13 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge trunk | jan.nijtmans | 2020-02-05 | 1 | -8/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Don't panic for "Wild GenericEvent"'s: Just filter out all events Tk doesn't ... | jan.nijtmans | 2020-02-05 | 1 | -8/+2 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-02-03 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Typo (which no compiler would discover, but really xGenericEvent != XGenericE... | jan.nijtmans | 2020-02-03 | 1 | -1/+1 |
|
|
* | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -7/+15 |
|/ / / |
|
* | | | Merge 8.6 | jan.nijtmans | 2019-10-09 | 1 | -1/+20 |
|\ \ \
| |/ / |
|
| * | | Fix [a01b6f7227]: WidthMMOfScreen returns 0 in VirtualBox VM using XWayland. | jan.nijtmans | 2019-10-09 | 1 | -1/+20 |
|
|
* | | | 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-03-29 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b... | jan.nijtmans | 2019-03-29 | 1 | -0/+6 |
|
|
* | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
|
|
* | | | More code cleanup, related to (unused) wchar_t, TCL_THREADS macro, and better... | jan.nijtmans | 2018-10-05 | 1 | -1/+1 |
|/ / |
|
* | | Proposed fix for [7d967c68a09e07e355358af40f36dd5dd84c7022|7d967c68]: Tk appl... | jan.nijtmans | 2016-12-15 | 1 | -0/+46 |
|
|
* | | Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when HAVE_XKBKEYCODETOKEYSYM... | jan.nijtmans | 2014-02-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when HAVE_XKBKEYCODETOKEYSYM... | jan.nijtmans | 2014-02-11 | 1 | -1/+1 |
|
|
* | | Disable XInitThreads() call until we have a better test for it. | jan.nijtmans | 2013-05-24 | 1 | -1/+2 |
|
|
* | | Extra bit of safety. Since we check whether xinitMutex is "still NULL" | dgp | 2013-05-23 | 1 | -1/+1 |
|
|
* | | Fix for [3613668] by not calling XInitThreads when either 1) Tcl is compiled ... | jan.nijtmans | 2013-05-23 | 1 | -3/+7 |
|\ \ |
|
| * | | Only call XInitThreads() when we have a very new X11 library. Checked by look... | jan.nijtmans | 2013-05-22 | 1 | -1/+1 |
|/ / |
|
* | | Don't work around XkbOpenDisplay's non-const-ness with a macro, when there is... | jan.nijtmans | 2013-04-08 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Don't work around XkbOpenDisplay's non-const-ness with a macro, when there is... | jan.nijtmans | 2013-04-08 | 1 | -4/+4 |
|
|
* | | silence compiler warning | dgp | 2013-04-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | silence compiler warning | dgp | 2013-04-01 | 1 | -1/+1 |
|
|
* | | 3607830 Runtime checks that Xkb is available in the X server before trying to | dgp | 2013-04-01 | 1 | -1/+32 |
|\ \
| |/ |
|
| * | Merge 8.5. Bring together the compile time and run time Xkb checks. | dgp | 2013-04-01 | 1 | -1/+8 |
| |\ |
|
| * | | Runtime check for Xkb support in X server. | dgp | 2013-04-01 | 1 | -1/+26 |
| |/ |
|
| * | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning... | stwo | 2012-08-09 | 1 | -1/+1 |
|
|
* | | Put mutex around XInitThreads call, making sure it is only called once. | jan.nijtmans | 2013-02-25 | 1 | -5/+10 |
|
|
* | | Call XInitThreads once before the first Xlib call. Suggested by Brian Griffin. | jan.nijtmans | 2013-02-18 | 1 | -1/+13 |
|
|