Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -0/+2 | |
* | | | | | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf... | jan.nijtmans | 2020-05-20 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Use Glyph indexing in more places (underscoring and canvas text and some more) | jan.nijtmans | 2020-05-19 | 1 | -1/+1 | |
| * | | | | More improvements handling characters > U+FFFF as surrogates. Add internal Tk... | jan.nijtmans | 2020-05-14 | 5 | -59/+114 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
* | | | | | Merge 8.6 | jan.nijtmans | 2020-05-15 | 1 | -2/+2 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
* | | | | | Fix [2712f43f6e]: X11: crash for rotated text w/o Xft, and optimize text item... | fvogel | 2020-05-01 | 1 | -30/+34 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix [2712f43f6e]: X11: crash for rotated text w/o Xft. Patch from Christopher... | fvogel | 2020-04-23 | 1 | -30/+34 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-04-17 | 2 | -24/+24 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Sync tcl.m4 with Tcl. Re-generate UNIX configure script | jan.nijtmans | 2020-04-17 | 2 | -24/+24 | |
* | | | | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -3/+54 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 8.6. | jan.nijtmans | 2020-04-13 | 1 | -2/+11 | |
| |\ \ \ | | |/ / | ||||||
| * | | | Additional suggestion by chw. Unfortunately doesn't help any on Ubuntu :-( | jan.nijtmans | 2020-04-12 | 1 | -3/+9 | |
| * | | | Proposed workaround for [3767882e06]: X Error of failed request: BadLength (p... | jan.nijtmans | 2020-04-09 | 1 | -1/+37 | |
| |/ / | ||||||
| * | | 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 | 3 | -19/+18 | |
* | | | Merge 8.6. More TCL_UNUSED() usage. | jan.nijtmans | 2020-03-19 | 1 | -33/+21 | |
|\ \ \ | |/ / | ||||||
| * | | Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3. | jan.nijtmans | 2020-03-19 | 1 | -7/+7 | |
* | | | TIP 569 remove lint comments | dgp | 2020-03-18 | 4 | -10/+4 | |
* | | | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor... | jan.nijtmans | 2020-03-17 | 1 | -1/+1 | |
* | | | stifle compiler warnings | dgp | 2020-03-16 | 2 | -6/+7 | |
* | | | Fix [50b5e64bccc1e3d0]: Broken Mac OSX build. Reverted part of [df3646cf656c2... | jan.nijtmans | 2020-03-16 | 1 | -3/+3 | |
* | | | Merge 8.6 | jan.nijtmans | 2020-03-16 | 1 | -7/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 8.5 | jan.nijtmans | 2020-03-16 | 1 | -7/+7 | |
| |\ \ | | |/ | ||||||
| | * | Should now (really!) work on OSX, X11 only. | jan.nijtmans | 2020-03-15 | 1 | -7/+7 | |
| | * | Fix the X11 build on OSX | dgp | 2020-03-10 | 1 | -2/+2 | |
* | | | Fix [3551802fff]: Use the Xkb API to simplify Tk's keyboard event handling | jan.nijtmans | 2020-03-12 | 5 | -227/+12 | |
|\ \ \ | ||||||
| * \ \ | Merge 8.7. | jan.nijtmans | 2020-03-10 | 26 | -360/+304 | |
| |\ \ \ | ||||||
| * | | | | Remove detection of Xkb performed at runtime, which removes the deprecation w... | fvogel | 2020-02-23 | 2 | -19/+7 | |
* | | | | | 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 | |
| * | | | | Revert a constification that broke the X build on OSX. | dgp | 2020-03-09 | 1 | -2/+2 | |
* | | | | | Make Tk compile using C++ against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -0/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Finalize the fix for ticket [382712ade65] (X11: 'event generate . <KeyPress>'... | fvogel | 2020-03-04 | 1 | -4/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Finalize the fix for ticket [382712ade65] (X11: 'event generate . <KeyPress>'... | fvogel | 2020-03-04 | 1 | -4/+2 | |
| |\ \ \ | ||||||
| | * \ \ | Merge 8.6 | jan.nijtmans | 2020-02-17 | 6 | -59/+19 | |
| | |\ \ \ | ||||||
| | * | | | | 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 | |
* | | | | | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml... | jan.nijtmans | 2020-03-01 | 2 | -6/+4 | |
* | | | | | | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 24 | -146/+290 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-02-26 | 1 | -7/+8 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Merge trunk. Fix two minor C++ issues in tkTest.c | jan.nijtmans | 2020-02-18 | 1 | -10/+6 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge trunk | jan.nijtmans | 2020-02-14 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-02-13 | 2 | -11/+11 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-02-10 | 4 | -4/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-02-07 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ |