Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pushing the fix out to more files. | dgp | 2014-10-30 | 1 | -4/+4 |
| | |||||
* | merge 8.5core_8_5_17core_8_5_17_rc | 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) | ||||
* | Favor timeline over ChangeLog; also 'make dist' | dgp | 2013-09-03 | 2 | -0/+4 |
| | |||||
* | Bump to 8.5.15 for release. | dgp | 2013-08-30 | 3 | -3/+3 |
| | |||||
* | sync with Tcl version. | jan.nijtmans | 2013-07-26 | 2 | -2/+2 |
| | |||||
* | On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead ↵ | jan.nijtmans | 2013-07-12 | 2 | -4/+2 |
| | | | | bring it in though tkIntXlibDecls.h | ||||
* | Use X11/Xlib.h for checking where X11 can be found in stead of ↵ | jan.nijtmans | 2013-07-07 | 2 | -14/+14 |
| | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig) | ||||
* | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 2 | -56/+14 |
| | |||||
* | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵ | jan.nijtmans | 2013-07-02 | 2 | -2/+2 |
| | | | | 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 | 2 | -8/+8 |
| | |||||
* | Static Cygwin wish.exe cannot link with win32's static libtk85.a (because it ↵ | jan.nijtmans | 2013-06-14 | 2 | -12/+14 |
| | | | | | 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) | ||||
* | clean tk.pc and make it part of "make dist" | jan.nijtmans | 2013-06-13 | 1 | -3/+3 |
| | |||||
* | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 4 | -46/+69 |
| | | | | 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 | 2 | -10/+10 |
|\ | |||||
| * | last-moment fix for FreeBSD from Pietro Cerutti | jan.nijtmans | 2013-06-03 | 2 | -4/+4 |
| | | |||||
* | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 2 | -97/+12 |
|\ \ | |/ | | | | | Pietro Cerutti | ||||
| * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 2 | -296/+159 |
| | | | | | | | | Pietro Cerutti | ||||
| * | sync with Tcl's upgrade of dde/reg packages | jan.nijtmans | 2013-05-01 | 2 | -2/+2 |
| | | |||||
* | | Don't work around XkbOpenDisplay's non-const-ness with a macro, when there ↵ | jan.nijtmans | 2013-04-08 | 1 | -4/+4 |
|\ \ | | | | | | | | | | | | | is only a single call. A type-cate suffices. Merge-mark core-8-5-14, just to document that really all changes are merged back. | ||||
| * \ | Merge 8.5. | dgp | 2013-04-01 | 2 | -15/+52 |
| |\ \ | |||||
| * | | | Backout [9bc120ced2] and part of [ea8d772054] (change-log entry for ↵ | jan.nijtmans | 2013-03-30 | 3 | -17/+3 |
| | | | | | | | | | | | | | | | | [9bc120ced2] only) | ||||
| * | | | make dist | dgp | 2013-03-22 | 1 | -0/+3 |
| | | | | |||||
| * | | | merge 8.5 | dgp | 2013-03-22 | 3 | -3/+17 |
| |\ \ \ | |||||
| * | | | | Release branch for Tk 8.5.14 | dgp | 2013-03-22 | 3 | -9/+9 |
| | | | | | |||||
* | | | | | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 5 | -36/+15 |
| |_|/ / |/| | | | |||||
* | | | | silence compiler warning | dgp | 2013-04-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge 8.5. Bring together the compile time and run time Xkb checks.bug_3607830 | dgp | 2013-04-01 | 8 | -316/+518 |
|\ \ \ \ | |||||
| * | | | | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 2 | -0/+10 |
| | |/ / | |/| | | |||||
| * | | | merge trunk | dgp | 2013-03-22 | 7 | -312/+484 |
| |\ \ \ | | |/ / | |||||
| | * | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 2 | -29/+2 |
| | |\ \ | | | |/ | | | | | | | | | they have in Debian. | ||||
| | | * | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 2 | -80/+2 |
| | | | | | | | | | | | | | | | | they have in Debian. | ||||
| | | * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 2 | -15/+15 |
| | | | | |||||
| | * | | [Bug 3599312]: Apply fix for Alt key problems. | dkf | 2013-02-28 | 1 | -8/+10 |
| | |\ \ | |||||
| | | * | | The proposed fix from Bug 3599312, which should make key map handling interactbug_3599312 | dkf | 2013-01-07 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | better with input methods. Note that this does not work on OSX (in X11 mode) because that handles the Alt key in its own special way. | ||||
| | * | | | Bug [3599928]: Use XkbKeycodeToKeysym if available. | stwo | 2013-01-31 | 3 | -1/+193 |
| | | | | |