Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix ↵ | jan.nijtmans | 2020-02-24 | 3 | -4/+4 |
| | | | | some ANSI prototypes. Sync tcl.m4 with Tcl. | ||||
* | Don't build static with tcl8.6, that doesn't work (yet). Could be fixed, but ↵ | jan.nijtmans | 2020-02-16 | 1 | -2/+2 |
| | | | | | not high prio. Add a few "const" specifiers (backported from 8.6) | ||||
* | Fix travis build. Revise usage of TCLDIR. | jan.nijtmans | 2020-02-14 | 3 | -23/+31 |
| | | | Make Tk 8.5 compile/run with Tcl 8.6. Useful for Travis build. | ||||
* | Sync tcl.m4 with Tcl | jan.nijtmans | 2020-01-06 | 2 | -6/+2 |
| | |||||
* | Fix [056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 4 | -7/+24 |
| | | | Don't define HAVE_STDINT_H in win/makefile.vc: Most (older) Visual Studio versions still don't have stdint.h, and it isn't used by Tk. | ||||
* | Sync tcl.m4 with Tcl version | jan.nijtmans | 2019-10-02 | 2 | -10/+36 |
| | |||||
* | Add runstatedir to Makefile.in. Not used yet, only used if "configure" ↵ | jan.nijtmans | 2019-09-02 | 1 | -0/+1 |
| | | | | script is re-generated with autoconf-2.70 | ||||
* | Rename top README to README.md, just as done in Tcl. Reformat to md format. | jan.nijtmans | 2019-05-27 | 1 | -1/+1 |
| | |||||
* | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵ | jan.nijtmans | 2019-01-08 | 2 | -3/+3 |
|\ | | | | | | | | | | | Windows.h have conflicting symbols. *** POTENTIAL INCOMPATIBILITY *** on Windows only: gcc/clang/MSVC will generate new warnings in extensions when the "None" symbol is used incorrectly. Those warnings are all fixed in the core, that's what most of this commit is doing. | ||||
| * | Bring back more original "None" usages, and fix other warnings which ↵ | jan.nijtmans | 2019-01-03 | 2 | -8/+8 |
| | | | | | | | | | | gradually slipped in. Wherever possible, pragma's are used in MSVC to silence useless compiler warnings. | ||||
| * | As requested by Christian Werner/François Vogel and others: Undo many None ↵ | jan.nijtmans | 2018-12-31 | 2 | -3/+3 |
| | | | | | | | | | | -> 0 changes, in order to reduce the probability of merge conflicts with other branches. Remark: Many usages of "None" in Tk are wrong, "NULL" should be used in many places where pointers are referenced in stead of XID's. Those places are corrected. | ||||
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵ | jan.nijtmans | 2018-12-20 | 1 | -6/+6 |
|/ | | | | | Windows.h have conflicting symbols. Also fix a few newer (harmless) gcc warnings. | ||||
* | Sync DIR64 changes from Tcl to Tk too (even though DIR64 isn't actually used ↵ | jan.nijtmans | 2018-06-18 | 2 | -1/+74 |
| | | | | for Tk. Just for completeness. | ||||
* | Sync tcl.m4 with Tcl version. Re-generate unix/configure script | jan.nijtmans | 2018-06-17 | 2 | -1/+10 |
| | |||||
* | merge 8.5 | dgp | 2015-11-30 | 4 | -16/+25 |
|\ | |||||
| * | On cygwin, install libtk8.5.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 2 | -2/+2 |
| | | |||||
| * | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Unix: Window ↵ | jan.nijtmans | 2015-11-09 | 2 | -8/+17 |
| | | | | | | | | embedding can not work on 64-bit Unix and Windows | ||||
| * | Re-generate "configure" | jan.nijtmans | 2015-10-25 | 1 | -6/+6 |
| | | |||||
* | | Bump to release number 8.5.19 | dgp | 2015-10-23 | 3 | -3/+3 |
|/ | |||||
* | Tk/OpenBSD/Sparc needs -fPIC. | stu | 2015-10-09 | 2 | -8/+8 |
| | |||||
* | Hm, better keep the TIP as it is, not making it more difficult than it ↵ | jan.nijtmans | 2015-09-30 | 1 | -0/+1 |
| | | | | already is. | ||||
* | Bring panedwindow proxy behavior in line with TIP #437 description. | jan.nijtmans | 2015-09-30 | 1 | -19/+16 |
| | |||||
* | Added -proxyborderwidth option | fvogel | 2015-09-30 | 1 | -18/+19 |
| | |||||
* | Added -proxybackground option | fvogel | 2015-09-29 | 1 | -0/+1 |
| | |||||
* | Bug [1247115fff] - Added -proxyrelief option | fvogel | 2015-07-14 | 1 | -0/+1 |
| | |||||
* | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -5/+0 |
| | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | ||||
* | Fixed typo in comment | fvogel | 2015-05-30 | 1 | -1/+1 |
| | |||||
* | Partly undo the effect of [46e08e5ab3b742bb], which didn't only update the ↵ | jan.nijtmans | 2015-05-20 | 1 | -4387/+7106 |
| | | | | release date; it changed the autoconf version as well. | ||||
* | update release date | dgp | 2015-03-06 | 2 | -7130/+4397 |
| | |||||
* | merge 8.5 | dgp | 2015-02-12 | 1 | -1/+1 |
|\ | |||||
| * | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -1/+1 |
| | | |||||
* | | Bump to version 8.5.18. | dgp | 2015-02-05 | 3 | -9/+9 |
|/ | |||||
* | Pushing the fix out to more files. | dgp | 2014-10-30 | 1 | -4/+4 |
| | |||||
* | merge 8.5 | dgp | 2014-10-21 | 1 | -1/+1 |
|\ | |||||
| * | Restore the use of -DTCL_NO_DEPRECATED when building Tk. | dgp | 2014-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Without this, attempts to build with the latest Xcode tools fail because of a conflict between the long (long long long long) deprecated macro panic() from Tcl's header and a panic() prototype in the system mach.h file, which rides into the build on the tails of Cocoa.h | ||||
* | | Bump to 8.5.17 | dgp | 2014-10-13 | 3 | -3/+3 |
|/ | |||||
* | Better pic flag for OpenBSD, see: ↵ | jan.nijtmans | 2014-09-17 | 2 | -2/+16 |
| | | | | [http://core.tcl.tk/tcl/info/ae059042333583f6d4e2cea4aab3c2a3e9db9a6a|ae05904233] | ||||
* | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵ | jan.nijtmans | 2014-09-01 | 2 | -8/+4 |
| | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk | ||||
* | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 3 | -3/+3 |
| | |||||
* | Provide full Tk patchlevel to tk.pc and move private libs to "Libs.private". | jan.nijtmans | 2014-04-09 | 1 | -3/+4 |
| | |||||
* | Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ↵ | jan.nijtmans | 2014-04-01 | 2 | -3/+5 |
| | | | | token @TK_LIBS@ in pkgconfig file | ||||
* | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵ | jan.nijtmans | 2014-03-20 | 2 | -26/+18 |
| | | | | build on FreeBSD 10.0 | ||||
* | Update configure files on Aqua to remove garbage collection flag, which is ↵ | Kevin Walzer | 2014-03-16 | 2 | -2/+2 |
| | | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays. | ||||
* | Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when ↵ | jan.nijtmans | 2014-02-11 | 1 | -1/+1 |
| | | | | HAVE_XKBKEYCODETOKEYSYM is not defined | ||||
* | Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Cerutti | jan.nijtmans | 2014-01-25 | 2 | -0/+4 |
| | |||||
* | Put -lfontconfig in XFT_LIBS, not XLIBSW flag | jan.nijtmans | 2014-01-23 | 2 | -2/+2 |
| | |||||
* | Fix [3606644]: Static build misses fontconfig | jan.nijtmans | 2014-01-23 | 2 | -0/+90 |
| | |||||
* | Cygwin: In stead of checking whether the win32 part is configured properly, ↵ | jan.nijtmans | 2013-11-18 | 3 | -14/+26 |
| | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library) |