summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Fix "make dist"jan.nijtmans2020-06-292-5/+19
* Add "make dist" target to Travis build, as regression test. This should conti...jan.nijtmans2020-06-262-11/+11
* Merge 8.5jan.nijtmans2020-06-252-2/+10
|\
| * Fix [https://core.tcl-lang.org/tcl/info/9080d6a871|9080d6a871]: Build fix for...jan.nijtmans2020-06-253-2/+12
* | Use XK_Oslash in stead of XK_Ooblique, since that's the official X11 name now.jan.nijtmans2020-06-191-1/+5
* | sync tcl.m4 and rules.vc with Tcljan.nijtmans2020-06-122-3/+3
* | Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-1/+1
* | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-1/+1
* | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-0/+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
|\ \
| * | Fix [2712f43f6e]: X11: crash for rotated text w/o Xft. Patch from Christopher...fvogel2020-04-231-30/+34
| * | Sync tcl.m4 with Tcl. Re-generate UNIX configure scriptjan.nijtmans2020-04-172-24/+24
| * | 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
* | Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3.jan.nijtmans2020-03-191-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
* | 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
* | 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
* | | | Add errno.h include to tkMacOSXPort.h and tkUnixPort.h: now needed in tkConso...jan.nijtmans2020-02-261-7/+8
* | | | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes.jan.nijtmans2020-02-243-4/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som...jan.nijtmans2020-02-243-4/+4
| * | Don't build static with tcl8.6, that doesn't work (yet). Could be fixed, but ...jan.nijtmans2020-02-161-2/+2
| * | Fix travis build. Revise usage of TCLDIR.jan.nijtmans2020-02-143-23/+31
* | | A few missing (internal) "const" modifiers.jan.nijtmans2020-02-141-2/+2
* | | Fix travis build. Revise usage of TCLDIRjan.nijtmans2020-02-131-12/+12
* | | Fix [90a4b7581f]: Tk fontconfig crash if there is no font installedfvogel2020-02-091-1/+1
|\ \ \
| * | | Fix [90a4b7581f]: Tk fontconfig crash if there is no font installedfvogel2020-01-261-1/+1
| | |/ | |/|
* | | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve...jan.nijtmans2020-02-051-8/+2
* | | (cherry-pick): Some DBGX cleanup (not used any more)jan.nijtmans2020-02-052-36/+2
* | | Typo (which no compiler would discover, but really xGenericEvent != XGenericE...jan.nijtmans2020-02-031-1/+1
|/ /
* | Sync tcl.m4 and rules.vc to latest version from Tcljan.nijtmans2020-01-242-2/+2
* | Merge 8.5jan.nijtmans2020-01-062-2/+2
|\ \ | |/
| * Sync tcl.m4 with Tcljan.nijtmans2020-01-062-6/+2
* | Make install-sh executable. Harmless warnings in tkUnixKey.cjan.nijtmans2020-01-062-2/+2
* | In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m...jan.nijtmans2019-12-014-16/+19
* | Various cleanups in Unicode handling. Note that without Xft on X11 we don't h...jan.nijtmans2019-11-261-23/+23
|\ \
| * | X11 correct UTF-16 encoding (not meant for Tk 8.6.10 yet!)jan.nijtmans2019-11-201-32/+46