summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* On cygwin, install libtk8.5.dll.a in the {prefix}/lib directory.jan.nijtmans2015-11-262-2/+2
|
* Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Unix: Window ↵jan.nijtmans2015-11-092-8/+17
| | | | embedding can not work on 64-bit Unix and Windows
* Re-generate "configure"jan.nijtmans2015-10-251-6/+6
|
* Tk/OpenBSD/Sparc needs -fPIC.stu2015-10-092-8/+8
|
* Hm, better keep the TIP as it is, not making it more difficult than it ↵jan.nijtmans2015-09-301-0/+1
| | | | already is.
* Bring panedwindow proxy behavior in line with TIP #437 description.jan.nijtmans2015-09-301-19/+16
|
* Added -proxyborderwidth optionfvogel2015-09-301-18/+19
|
* Added -proxybackground optionfvogel2015-09-291-0/+1
|
* Bug [1247115fff] - Added -proxyrelief optionfvogel2015-07-141-0/+1
|
* Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-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 commentfvogel2015-05-301-1/+1
|
* Partly undo the effect of [46e08e5ab3b742bb], which didn't only update the ↵jan.nijtmans2015-05-201-4387/+7106
| | | | release date; it changed the autoconf version as well.
* update release datecore_8_5_18core_8_5_18_rcdgp2015-03-062-7130/+4397
|
* merge 8.5dgp2015-02-121-1/+1
|\
| * Silence some compiler warningsdgp2015-02-121-1/+1
| |
* | Bump to version 8.5.18.dgp2015-02-053-9/+9
|/
* Pushing the fix out to more files.dgp2014-10-301-4/+4
|
* merge 8.5core_8_5_17core_8_5_17_rcdgp2014-10-211-1/+1
|\
| * Restore the use of -DTCL_NO_DEPRECATED when building Tk.dgp2014-10-211-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.17dgp2014-10-133-3/+3
|/
* Better pic flag for OpenBSD, see: ↵jan.nijtmans2014-09-172-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.nijtmans2014-09-012-8/+4
| | | | single SHLIB_LD_LIBS usable for both Tcl and Tk
* Bump to 8.5.16 for release.dgp2014-07-233-3/+3
|
* Provide full Tk patchlevel to tk.pc and move private libs to "Libs.private".jan.nijtmans2014-04-091-3/+4
|
* Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ↵jan.nijtmans2014-04-012-3/+5
| | | | token @TK_LIBS@ in pkgconfig file
* Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵jan.nijtmans2014-03-202-26/+18
| | | | build on FreeBSD 10.0
* Update configure files on Aqua to remove garbage collection flag, which is ↵Kevin Walzer2014-03-162-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.nijtmans2014-02-111-1/+1
| | | | HAVE_XKBKEYCODETOKEYSYM is not defined
* Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Ceruttijan.nijtmans2014-01-252-0/+4
|
* Put -lfontconfig in XFT_LIBS, not XLIBSW flagjan.nijtmans2014-01-232-2/+2
|
* Fix [3606644]: Static build misses fontconfigjan.nijtmans2014-01-232-0/+90
|
* Cygwin: In stead of checking whether the win32 part is configured properly, ↵jan.nijtmans2013-11-183-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'dgp2013-09-032-0/+4
|
* Bump to 8.5.15 for release.dgp2013-08-303-3/+3
|
* sync with Tcl version.jan.nijtmans2013-07-262-2/+2
|
* On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead ↵jan.nijtmans2013-07-122-4/+2
| | | | bring it in though tkIntXlibDecls.h
* Use X11/Xlib.h for checking where X11 can be found in stead of ↵jan.nijtmans2013-07-072-14/+14
| | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig)
* OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-072-56/+14
|
* Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵jan.nijtmans2013-07-022-2/+2
| | | | check is incorrect in tcl.m4. Thanks to Brian Griffin.
* manually revert changes caused by different autoconf versions.jan.nijtmans2013-06-271-6/+6
|
* fix installation on MacOSXjan.nijtmans2013-06-272-8/+8
|
* Static Cygwin wish.exe cannot link with win32's static libtk85.a (because it ↵jan.nijtmans2013-06-142-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.nijtmans2013-06-131-3/+3
|
* Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-134-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.4dgp2013-06-032-10/+10
|\
| * last-moment fix for FreeBSD from Pietro Ceruttijan.nijtmans2013-06-032-4/+4
| |
* | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-192-97/+12
|\ \ | |/ | | | | Pietro Cerutti
| * Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-192-296/+159
| | | | | | | | Pietro Cerutti
| * sync with Tcl's upgrade of dde/reg packagesjan.nijtmans2013-05-012-2/+2
| |
* | Don't work around XkbOpenDisplay's non-const-ness with a macro, when there ↵jan.nijtmans2013-04-081-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.