summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Should now (really!) work on OSX, X11 only.jan.nijtmans2020-03-151-7/+7
|
* Fix the X11 build on OSXdgp2020-03-101-2/+2
|
* Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix ↵jan.nijtmans2020-02-243-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.nijtmans2020-02-161-2/+2
| | | | | not high prio. Add a few "const" specifiers (backported from 8.6)
* Fix travis build. Revise usage of TCLDIR.jan.nijtmans2020-02-143-23/+31
| | | Make Tk 8.5 compile/run with Tcl 8.6. Useful for Travis build.
* Sync tcl.m4 with Tcljan.nijtmans2020-01-062-6/+2
|
* Fix [056f9e85dc]: debian patchesjan.nijtmans2019-10-314-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 versionjan.nijtmans2019-10-022-10/+36
|
* Add runstatedir to Makefile.in. Not used yet, only used if "configure" ↵jan.nijtmans2019-09-021-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.nijtmans2019-05-271-1/+1
|
* Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵jan.nijtmans2019-01-082-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.nijtmans2019-01-032-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.nijtmans2018-12-312-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.nijtmans2018-12-201-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.nijtmans2018-06-182-1/+74
| | | | for Tk. Just for completeness.
* Sync tcl.m4 with Tcl version. Re-generate unix/configure scriptjan.nijtmans2018-06-172-1/+10
|
* merge 8.5dgp2015-11-304-16/+25
|\
| * 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
| |
* | Bump to release number 8.5.19dgp2015-10-233-3/+3
|/
* 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 datedgp2015-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.5dgp2014-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)