Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ↵ | jan.nijtmans | 2021-11-16 | 2 | -3/+6 |
| | | | | from 8.7 | ||||
* | Sync unix/tcl.m4 with Tcl (no effect on configure script) | jan.nijtmans | 2021-11-07 | 1 | -2/+4 |
| | |||||
* | Merge 8.6 | culler | 2021-11-02 | 2 | -63/+31 |
|\ | |||||
| * | Update DragonFly/FreeBSD configuration (requested by Pietro Cerutti) | jan.nijtmans | 2021-11-01 | 2 | -63/+31 |
| | | |||||
* | | Bump to 8.6.12 for release | jan.nijtmans | 2021-10-27 | 3 | -3/+3 |
|/ | |||||
* | Fix [8ebed330ed]: doing some Tk inside of several threads crashes | jan.nijtmans | 2021-10-14 | 1 | -0/+37 |
| | |||||
* | Remove compiler warning: | fvogel | 2021-07-12 | 1 | -1/+5 |
| | | | | | | | ./unix/tkUnix.c: In function ‘Tk_GetUserInactiveTime’: ./unix/tkUnix.c:207:14: warning: unused parameter ‘dpy’ [-Wunused-parameter] Display *dpy) /* The display for which to query the inactive ~~~~~~~~~^~~ (This can be seen with the main branch). | ||||
* | Fix [dba9f5ce3b]: tkInt.h: define MODULE_SCOPE before including tkPort.h | jan.nijtmans | 2021-07-02 | 1 | -0/+3 |
| | | | Since X11/Xlib.h doesn't compile with -Wc++-compat, don't even try. | ||||
* | sync unix/tcl.m4 with Tcl, re-generate unix/configure | jan.nijtmans | 2021-06-08 | 2 | -7/+12 |
| | |||||
* | Analogous changes for linux and Windows | jan.nijtmans | 2021-06-04 | 1 | -0/+1 |
| | |||||
* | Fix parameter mismatch between functions definitions and implementation. ↵ | jan.nijtmans | 2021-05-27 | 1 | -2/+2 |
| | | | | This gives a warning with Gcc 11 | ||||
* | Fix [3e33602eae]: Inconsistent bind substitution of %S | jan.nijtmans | 2021-05-22 | 1 | -1/+1 |
| | |||||
* | Proposed fix for [8b679f597b]: tk unix/Makefile.in : uses a library path ↵ | jan.nijtmans | 2021-05-19 | 1 | -1/+1 |
| | | | | rather than a directory location when building tk library | ||||
* | Possibly a genuine fix - use an explicit CALayer for the TKContentView. | culler | 2021-04-24 | 2 | -2/+2 |
| | |||||
* | Tcl_StaticPackage -> Tcl_StaticLibrary | jan.nijtmans | 2021-04-04 | 1 | -5/+8 |
| | |||||
* | Two more failsOnXQuarz marks. Fix possible compiler warning when ↵ | jan.nijtmans | 2021-03-09 | 1 | -1/+1 |
| | | | | HAVE_XKBKEYCODETOKEYSYM is not defined | ||||
* | Merge 8.5 | jan.nijtmans | 2021-02-08 | 1 | -5/+7 |
|\ | |||||
| * | Fix [44eaf9a908]: 'make distclean' fails on trunk | jan.nijtmans | 2021-02-08 | 1 | -11/+13 |
| | | | | | | | | Undo ttk.decls from unnecessary "current" and ending semicolon Don't use "catch" in Tk's pkgIndex.tcl, and don't use "load" 2th argument | ||||
* | | Undo previous change to unix/configure.in | jan.nijtmans | 2021-01-29 | 1 | -1/+1 |
| | | |||||
* | | Fix 2 warnings when running autoconf 2.69 or 2.70 | jan.nijtmans | 2021-01-29 | 2 | -3/+3 |
| | | |||||
* | | Compile stub library with -fno-lto. See ↵ | jan.nijtmans | 2021-01-21 | 3 | -3/+80 |
| | | | | | | | | [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] for the reason why. | ||||
* | | Sync unix/tcl.m4 with Tcl | jan.nijtmans | 2021-01-08 | 1 | -19/+25 |
| | | |||||
* | | Merge 8.5. Sync */tcl.m4 with Tcl. | jan.nijtmans | 2021-01-05 | 3 | -127/+129 |
|\ \ | |/ | |||||
| * | Sync */tcl.m4 with Tcl | jan.nijtmans | 2021-01-05 | 3 | -115/+122 |
| | | |||||
* | | merge 8.6core-8-6-11 | dgp | 2020-12-31 | 2 | -0/+6 |
|\ \ | |||||
| * | | Attempt to fix [85f316beb1]: Tk 8.6.11 RC1 fails to produce static Wish with ↵ | jan.nijtmans | 2020-12-31 | 2 | -0/+6 |
| | | | | | | | | | | | | Aqua support | ||||
* | | | merge 8.6 | dgp | 2020-12-30 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [https://core.tcl-lang.org/tcl/info/43d371ac19|43d371ac19]: Usage of ↵ | jan.nijtmans | 2020-12-29 | 1 | -0/+1 |
| |\ \ | | |/ | | | | | | | exit() without including <stdlib.h> in unix/configure | ||||
| | * | Fix [https://core.tcl-lang.org/tcl/info/43d371ac19|43d371ac19]: Usage of ↵ | jan.nijtmans | 2020-12-29 | 1 | -0/+1 |
| | | | | | | | | | | | | exit() without including <stdlib.h> in unix/configure | ||||
* | | | merge 8.6 | dgp | 2020-12-26 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Sync installManPage with Tcl. unix/configure.in is not supposed to be ↵ | jan.nijtmans | 2020-12-24 | 2 | -2/+2 |
| |\ \ | | |/ | | | | | | | executable in the dist | ||||
| | * | unix/configure.in is not supposed to be executable in the dist. | jan.nijtmans | 2020-12-24 | 1 | -6/+1 |
| | | | | | | | | | Don't generate unix/tkConfig.h.in and unix/configure as part of "make dist" | ||||
| | * | Sync unix/installManPage with Tcl | jan.nijtmans | 2020-12-24 | 1 | -7/+7 |
| | | | |||||
| | * | Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵ | jan.nijtmans | 2020-12-22 | 4 | -362/+130 |
| | | | | | | | | | | | | everything still generated with (modified) autoconf-2.59 | ||||
* | | | merge 8.6 | dgp | 2020-12-17 | 2 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.5. Add .travis.yml and .github/workflows/*.yml to "make dist" | jan.nijtmans | 2020-12-17 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Add Travis and github action build scripts to "make dist" | jan.nijtmans | 2020-12-17 | 1 | -0/+3 |
| | | | |||||
| * | | Tidy up with a patch from Christopher Chavez. Removes redundant include ↵ | marc_culler | 2020-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | | directives and double semicolons. Uses nil instead of NULL for references to NSObjects in Objective C. | ||||
| * | | make dist | jan.nijtmans | 2020-12-13 | 1 | -18/+4 |
| | | | |||||
* | | | make dist | dgp | 2020-12-11 | 1 | -18/+4 |
| | | | |||||
* | | | merge 8.6 | dgp | 2020-12-10 | 1 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Sync win/rules.vc with Tcl. And the use of TCL_USE_STATIC_PACKAGES as well | jan.nijtmans | 2020-12-09 | 1 | -1/+5 |
| | | | |||||
* | | | merge 8.6 | dgp | 2020-12-07 | 4 | -22/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.5 | jan.nijtmans | 2020-12-03 | 2 | -16/+0 |
| |\ \ | | |/ | |||||
| | * | sync tcl.m4 and ruls.vc with Tcl | jan.nijtmans | 2020-12-02 | 2 | -16/+0 |
| | |\ | | |/ | |/| | |||||
| * | | Merge 8.5 | jan.nijtmans | 2020-12-01 | 2 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Sync unix/tcl.m4 with Tcl | jan.nijtmans | 2020-12-01 | 2 | -4/+4 |
| | | | |||||
| | * | Advanced build; this one works and is full function | dkf | 2020-11-20 | 1 | -4/+21 |
| | | | |||||
| * | | Fix "make install" on Cygwin. Build github actions on ↵ | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | windows-2019/macos-11.0 explicitly. | ||||
| * | | Merge 8.5. Some more explicit type-casts. | jan.nijtmans | 2020-11-16 | 1 | -0/+6 |
| |\ \ | | |/ |