summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-0/+2
|\
| * Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-0/+2
* | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf...jan.nijtmans2020-05-201-2/+2
|\ \ | |/
| * Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-191-1/+1
| * More improvements handling characters > U+FFFF as surrogates. Add internal Tk...jan.nijtmans2020-05-145-59/+114
| |\
* | \ Merge 8.6jan.nijtmans2020-05-151-2/+2
|\ \ \ | | |/ | |/|
* | | Fix [2712f43f6e]: X11: crash for rotated text w/o Xft, and optimize text item...fvogel2020-05-011-30/+34
|\ \ \ | |/ /
| * | Fix [2712f43f6e]: X11: crash for rotated text w/o Xft. Patch from Christopher...fvogel2020-04-231-30/+34
* | | Merge 8.6jan.nijtmans2020-04-172-24/+24
|\ \ \ | |/ /
| * | Sync tcl.m4 with Tcl. Re-generate UNIX configure scriptjan.nijtmans2020-04-172-24/+24
* | | Merge 8.6jan.nijtmans2020-04-141-3/+54
|\ \ \ | |/ /
| * | Merge 8.6. jan.nijtmans2020-04-131-2/+11
| |\ \ | | |/
| * | Additional suggestion by chw. Unfortunately doesn't help any on Ubuntu :-(jan.nijtmans2020-04-121-3/+9
| * | Proposed workaround for [3767882e06]: X Error of failed request: BadLength (p...jan.nijtmans2020-04-091-1/+37
| |/
| * Fix [f4dec2c2287aee9e]: Build failure with GCC 4.X (tkUnixKey.c)jan.nijtmans2020-03-221-9/+4
* | CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11jan.nijtmans2020-04-013-19/+18
* | Merge 8.6. More TCL_UNUSED() usage.jan.nijtmans2020-03-191-33/+21
|\ \ | |/
| * Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3.jan.nijtmans2020-03-191-7/+7
* | TIP 569 remove lint commentsdgp2020-03-184-10/+4
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-1/+1
* | stifle compiler warningsdgp2020-03-162-6/+7
* | Fix [50b5e64bccc1e3d0]: Broken Mac OSX build. Reverted part of [df3646cf656c2...jan.nijtmans2020-03-161-3/+3
* | Merge 8.6jan.nijtmans2020-03-161-7/+7
|\ \ | |/
| * Merge 8.5jan.nijtmans2020-03-161-7/+7
| |\
| | * Should now (really!) work on OSX, X11 only.jan.nijtmans2020-03-151-7/+7
| | * Fix the X11 build on OSXdgp2020-03-101-2/+2
* | | Fix [3551802fff]: Use the Xkb API to simplify Tk's keyboard event handlingjan.nijtmans2020-03-125-227/+12
|\ \ \
| * \ \ Merge 8.7. jan.nijtmans2020-03-1026-360/+304
| |\ \ \
| * | | | Remove detection of Xkb performed at runtime, which removes the deprecation w...fvogel2020-02-232-19/+7
* | | | | Merge 8.6jan.nijtmans2020-03-111-0/+12
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-111-0/+12
| * | | | Revert a constification that broke the X build on OSX.dgp2020-03-091-2/+2
* | | | | Make Tk compile using C++ against Tcl 9.0 headers.jan.nijtmans2020-03-111-0/+1
| |_|/ / |/| | |
* | | | Finalize the fix for ticket [382712ade65] (X11: 'event generate . <KeyPress>'...fvogel2020-03-041-4/+2
|\ \ \ \ | |/ / /
| * | | Finalize the fix for ticket [382712ade65] (X11: 'event generate . <KeyPress>'...fvogel2020-03-041-4/+2
| |\ \ \
| | * \ \ Merge 8.6jan.nijtmans2020-02-176-59/+19
| | |\ \ \
| | * | | | Simplify the code slightly: we did already bail out earlier when (eventPtr->t...fvogel2020-02-111-4/+2
| | * | | | Revert the 6 previous commits, returning therefore to the state at [eaad647e].fvogel2020-02-111-2/+2
| | * | | | Let branch buildfvogel2020-02-111-1/+1
| | * | | | Sigh...fvogel2020-01-281-1/+1
| | * | | | Today is not a good day. event->type rather than event.typefvogel2020-01-281-1/+1
| | * | | | Restore %A for KeyRelease on Linuxfvogel2020-01-281-2/+2
* | | | | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml...jan.nijtmans2020-03-012-6/+4
* | | | | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-2824-146/+290
|\ \ \ \ \ \
| * \ \ \ \ \ Merge trunkjan.nijtmans2020-02-261-7/+8
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge trunk. Fix two minor C++ issues in tkTest.cjan.nijtmans2020-02-181-10/+6
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge trunkjan.nijtmans2020-02-141-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2020-02-132-11/+11
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-02-104-4/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-02-072-2/+2
| |\ \ \ \ \ \ \ \ \