Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner ↵ | jan.nijtmans | 2016-09-27 | 2 | -4/+4 |
|\ | | | | | | | | | backported from http://www.androwish.org/index.html/info/a0da5845594cec28. Change (internal) TkpGetFontAttrsForChar() signature to match androwish's, no functional change. | ||||
| * | merge 8.5 | dgp | 2015-11-30 | 4 | -16/+25 |
| |\ | |||||
| * | | Bump to release number 8.5.19 | dgp | 2015-10-23 | 3 | -3/+3 |
| | | | |||||
* | | | Start RC branch for Tk 8.6.6 | dgp | 2016-07-12 | 3 | -3/+3 |
| | | | |||||
* | | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to ↵bug_545f10fcf3 | fvogel | 2016-05-10 | 1 | -44/+106 |
| | | | | | | | | | | | | James Bonfield for the bug report, to Rob Davies for the patch, and to Brian Griffin for the testing | ||||
* | | | Update version in tk.spec | jan.nijtmans | 2016-03-02 | 1 | -1/+1 |
| | | | |||||
* | | | Revert part of [032c1ee138449c93dfa885fab07796783945e174|032c1ee138]: Only ↵ | jan.nijtmans | 2016-03-02 | 1 | -6/+6 |
| | | | | | | | | | | | | the patchlevel should have been changed, nothing else. | ||||
* | | | Put [wm forget] fix in the 8.6.5 release.core_8_6_5core_8_6_5_rc | dgp | 2016-02-25 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | Fixed bug [e9112ef96e] - [wm forget] doesn't completely | fvogel | 2016-02-24 | 1 | -0/+5 |
| | | | | |||||
* | | | | Bump to 8.6.5 | dgp | 2016-01-28 | 2 | -8/+8 |
|/ / / | |||||
* | | | Improved patch formatting. No functional change | fvogel | 2016-01-11 | 1 | -1/+1 |
| | | | |||||
* | | | merged trunk | fvogel | 2016-01-11 | 16 | -330/+156 |
|\ \ \ | |||||
| * \ \ | On cygwin, install libtk8.6.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 2 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | 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 | ||||
| | * | | 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 |
| |\ \ \ | | |/ / | |||||
| | * | | Re-generate "configure" | jan.nijtmans | 2015-10-25 | 1 | -6/+6 |
| | |/ | |||||
| | * | Tk/OpenBSD/Sparc needs -fPIC. | stu | 2015-10-09 | 2 | -8/+8 |
| | | | |||||
| * | | Tk/OpenBSD/Sparc needs -fPIC. | stu | 2015-10-09 | 2 | -2/+2 |
| | | | |||||
| * | | TIP #437: Tk panedwindow options for proxy window | jan.nijtmans | 2015-10-08 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | 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. | ||||
| | * | 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 |
| |\ \ | | |/ | |||||
| | * | 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 datecore_8_5_18core_8_5_18_rc | dgp | 2015-03-06 | 2 | -7130/+4397 |
| | | | |||||
| | * | merge 8.5 | dgp | 2015-02-12 | 1 | -1/+1 |
| | |\ | |||||
| | * | | Bump to version 8.5.18. | dgp | 2015-02-05 | 3 | -9/+9 |
| | | | | |||||
| * | | | [29044ba23f] Remove RANLIB as part of library installation. At best it's ↵ | dgp | 2015-05-20 | 3 | -12/+4 |
| | | | | | | | | | | | | | | | | redundant to the RANLIB already done as part of library build. At worst, it conflicts with needs of cross-compiling. Thanks Erik Leunissen. | ||||
| * | | | Purge configuration efforts at supporting platforms lacking <limits.h>. | dgp | 2015-03-24 | 6 | -182/+7 |
| | | | | |||||
| * | | | merge trunkcore_8_6_4core_8_6_4_rc | dgp | 2015-03-11 | 1 | -18/+4 |
| |\ \ \ | |||||
| * | | | | Bump to 8.6.4. | dgp | 2015-02-26 | 3 | -9/+9 |
| |/ / / | |||||
| * | | | Silence some compiler warnings. | dgp | 2015-02-12 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -1/+1 |
| | |/ | |||||
| * | | merge trunk | dgp | 2014-11-07 | 1 | -4/+4 |
| |\ \ | |||||
| | * \ | [3417012] Stop [scale] segfault when -digits too big. Thanks fvogel. | dgp | 2014-10-30 | 1 | -4/+4 |
| | |\ \ | | | |/ | |||||
| | | * | 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 |
| | | |/ | |||||
| * | | | Bump to Tk 8.6.3; update changes file | dgp | 2014-10-14 | 3 | -3/+3 |
| |/ / | |||||
| * | | Better pic flag for OpenBSD, see: ↵ | jan.nijtmans | 2014-09-17 | 2 | -2/+16 |
| |\ \ | | |/ | | | | | | | [http://core.tcl.tk/tcl/info/fc3dfd9bc8e16b7ee0b49850df9de93eb4aa4ea6|fc3dfd9bc8] | ||||
| | * | 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 | -10/+6 |
| |\ \ | | |/ | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk |