summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* No need to #include "default.h" in ttk widgets (and in tkUnixMenu.c/tkMenubut...jan.nijtmans2020-07-021-1/+0
* Don't use constants like DEF_BUTTON_UNDERLINE any more, since the default und...jan.nijtmans2020-07-021-6/+0
* Merge trunkjan.nijtmans2020-07-025-34/+48
|\
| * Fix "make dist". Re-generate tkConfig.h.injan.nijtmans2020-06-292-22/+24
| * Merge 8.6jan.nijtmans2020-06-282-11/+11
| |\
| | * Add "make dist" target to Travis build, as regression test. This should conti...jan.nijtmans2020-06-262-11/+11
| * | Merge 8.6jan.nijtmans2020-06-253-3/+15
| |\ \ | | |/
| | * 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
* | | | Handle different possible form of "none" better.jan.nijtmans2020-06-191-2/+2
* | | | More progress, mainly in tkCanvTest.cjan.nijtmans2020-06-151-1/+0
* | | | More progress, implementing enhanced "-underline"jan.nijtmans2020-06-121-3/+3
* | | | Merge trunk. Add new option type TK_OPTION_INDEX. Start implementing extended...jan.nijtmans2020-06-111-2/+6
|/ / /
* | | Merge 8.6jan.nijtmans2020-06-081-1/+1
|\ \ \ | |/ /
| * | Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-1/+1
* | | Add "-fno-common" to SHARED_CFLAGS on various platforms (e.g. Linux, CYGWIN)....jan.nijtmans2020-06-082-14/+16
* | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-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
|\ \ \ | |/ /
| * | 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
|\ \ \ \ \ | | |_|/ / | |/| | |