Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On cygwin, install libtk8.5.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | Re-generate "configure" | jan.nijtmans | 2015-10-25 | 1 | -6/+6 |
| | |||||
* | Tk/OpenBSD/Sparc needs -fPIC. | stu | 2015-10-09 | 1 | -7/+7 |
| | |||||
* | 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 datecore_8_5_18core_8_5_18_rc | dgp | 2015-03-06 | 1 | -7112/+4393 |
| | |||||
* | Bump to version 8.5.18. | dgp | 2015-02-05 | 1 | -7/+7 |
| | |||||
* | Bump to 8.5.17 | dgp | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Better pic flag for OpenBSD, see: ↵ | jan.nijtmans | 2014-09-17 | 1 | -1/+8 |
| | | | | [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 | 1 | -4/+2 |
| | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk | ||||
* | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵ | jan.nijtmans | 2014-03-20 | 1 | -13/+9 |
| | | | | build on FreeBSD 10.0 | ||||
* | Update configure files on Aqua to remove garbage collection flag, which is ↵ | Kevin Walzer | 2014-03-16 | 1 | -1/+1 |
| | | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays. | ||||
* | Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Cerutti | jan.nijtmans | 2014-01-25 | 1 | -0/+2 |
| | |||||
* | Put -lfontconfig in XFT_LIBS, not XLIBSW flag | jan.nijtmans | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | Fix [3606644]: Static build misses fontconfig | jan.nijtmans | 2014-01-23 | 1 | -0/+78 |
| | |||||
* | Cygwin: In stead of checking whether the win32 part is configured properly, ↵ | jan.nijtmans | 2013-11-18 | 1 | -4/+9 |
| | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library) | ||||
* | Favor timeline over ChangeLog; also 'make dist' | dgp | 2013-09-03 | 1 | -0/+1 |
| | |||||
* | Bump to 8.5.15 for release. | dgp | 2013-08-30 | 1 | -1/+1 |
| | |||||
* | sync with Tcl version. | jan.nijtmans | 2013-07-26 | 1 | -1/+1 |
| | |||||
* | Use X11/Xlib.h for checking where X11 can be found in stead of ↵ | jan.nijtmans | 2013-07-07 | 1 | -10/+10 |
| | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig) | ||||
* | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 1 | -45/+10 |
| | |||||
* | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵ | jan.nijtmans | 2013-07-02 | 1 | -1/+1 |
| | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin. | ||||
* | manually revert changes caused by different autoconf versions. | jan.nijtmans | 2013-06-27 | 1 | -6/+6 |
| | |||||
* | fix installation on MacOSX | jan.nijtmans | 2013-06-27 | 1 | -7/+7 |
| | |||||
* | Static Cygwin wish.exe cannot link with win32's static libtk85.a (because it ↵ | jan.nijtmans | 2013-06-14 | 1 | -6/+7 |
| | | | | | expects a different runtime), so configure shouldn't even try to do this. (On a dynamic wish.exe this works, this is exactly how wish can run even without X11) | ||||
* | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -26/+29 |
| | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Add tk.pc | ||||
* | merge 8.4 | dgp | 2013-06-03 | 1 | -8/+8 |
|\ | |||||
| * | last-moment fix for FreeBSD from Pietro Cerutti | jan.nijtmans | 2013-06-03 | 1 | -2/+2 |
| | | |||||
* | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -67/+9 |
|\ \ | |/ | | | | | Pietro Cerutti | ||||
| * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -252/+156 |
| | | | | | | | | Pietro Cerutti | ||||
| * | sync with Tcl's upgrade of dde/reg packages | jan.nijtmans | 2013-05-01 | 1 | -1/+1 |
| | | |||||
* | | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 1 | -23/+8 |
| | | |||||
* | | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 1 | -0/+6 |
| | | |||||
* | | merge trunk | dgp | 2013-03-22 | 1 | -231/+376 |
|\ \ | |||||
| * \ | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 1 | -16/+1 |
| |\ \ | | |/ | | | | | | | they have in Debian. | ||||
| | * | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 1 | -56/+1 |
| | | | | | | | | | | | | they have in Debian. | ||||
| | * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 1 | -7/+7 |
| | | | |||||
| * | | Bug [3599928]: Use XkbKeycodeToKeysym if available. | stwo | 2013-01-31 | 1 | -0/+157 |
| | | | |||||
| * | | Bug [3602534]: Test for XScreensaver last. | stwo | 2013-01-31 | 1 | -215/+218 |
| | | | |||||
* | | | Set of changes that permits Tk 8.5.14 to build against the released | dgp | 2012-12-10 | 1 | -1/+10 |
|/ / | | | | | | | header files of Tcl 8.6.0. Developed and tested only on linux so far. A step in the saga to decouple Tcl and Tk releases. | ||||
* | | Release branch for Tk 8.5.13. | dgp | 2012-11-05 | 1 | -7/+7 |
| | | |||||
* | | Test for XftFontOpen in Xft library, not FT_New_Face | jan.nijtmans | 2012-09-25 | 1 | -13/+14 |
| | | |||||
* | | review remarks, see mail. | jan.nijtmans | 2012-09-12 | 1 | -4376/+7005 |
| | | |||||
* | | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -7036/+4394 |
| | | |||||
* | | Installer improvements, like [a3b936f0a1]. | stwo | 2012-08-07 | 1 | -14/+14 |
| | | |||||
* | | Release candidate branch for Tk 8.5.12. | dgp | 2012-07-10 | 1 | -7/+7 |
| | | |||||
* | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -3/+3 |
| | | |||||
* | | merge | jan.nijtmans | 2012-06-27 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | link cygwin wish with tk84.dll | jan.nijtmans | 2012-06-27 | 1 | -11/+15 |
| | | | | | | install tk84.dll |