summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add test-case for bug [f214b8ad5b], in order to prove that Tk 8.5 doesn't ↵jan.nijtmans2013-11-111-0/+11
| | | | suffer.
* Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-05172-172/+172
| | | | after .TH breaks rendering on OpenBSD and possibly others.
* Improved tests to cover StringReadPPM properly.dkf2013-11-031-0/+65
|
* Fix StringReadPPM function from previous commit.jan.nijtmans2013-11-031-1/+1
|
* [1632447]: Allow the PPM maxval to go up to 65535, to conform with a formatdkf2013-11-032-21/+49
| | | definition change from around 2000 (even if that's a rare format).
* Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which ↵jan.nijtmans2013-10-311-1/+1
| | | | was already freed.
* Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-318-32/+52
| | | | | so it is usable to be used for C++ compilers as well without the danger of modifying the calling convention. For tkDecls.h, ttkDecls.h tkIntXlibDecls.h is was no problem, because tk.h, tkTheme.h and Xlib.h already contain those guards. But not for the other *Decls.h files.
* Fix [3603436fff]: png save has wrong component indexesjan.nijtmans2013-10-281-6/+5
|
* Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and ↵Kevin Walzer2013-10-271-0/+1
| | | | Daniel Steffen for patch
* When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-045-9/+15
| | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
* Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵jan.nijtmans2013-10-021-15/+15
| | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64.
* Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵jan.nijtmans2013-10-011-0/+4
| | | | don't enable command line globbing either by default.
* Cherrypick [132bf978f2] from trunk: jan.nijtmans2013-09-272-82/+2
| | | | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway.
* workaround for mingw bug ↵jan.nijtmans2013-09-232-6/+84
| | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
* merge releasedgp2013-09-1811-11/+58
|\
| * merge 8.5; update changescore_8_5_15core_8_5_15_rcdgp2013-09-163-3/+5
| |\ | |/ |/|
* | Fix for http://core.tcl.tk/tk/info/8eb56719cf on broken build with 8.5.15 ↵Kevin Walzer2013-09-162-2/+2
| | | | | | | | with clang on OS X, thanks to Ned Deily for patch
| * Added note to ChangeLog pointing to the fossil timeline for better logging.dgp2013-09-131-0/+9
| |
| * Favor timeline over ChangeLog; also 'make dist'dgp2013-09-033-1/+5
| |
| * changesdgp2013-08-301-0/+20
| |
| * Bump to 8.5.15 for release.dgp2013-08-309-11/+23
|/
* Bug [c597acdab3]: Call [$pb step] in tail position in ↵jan.nijtmans2013-08-262-2/+16
| | | | ttk::progressbar::Autoincrement, so that the widget is in a consistent state when any write traces on the linked -variable are fired
* Fix for 3016181, thanks to Tom Goddard for patchKevin Walzer2013-08-254-6/+13
|
* 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-023-2/+7
| | | | check is incorrect in tcl.m4. Thanks to Brian Griffin.
* Fix [3588364] (hopefully)jan.nijtmans2013-06-281-3/+3
|
* Bug [2501278]: ttk::scale keyboard binding problemjan.nijtmans2013-06-282-1/+9
|
* manually revert changes caused by different autoconf versions.jan.nijtmans2013-06-271-6/+6
|
* fix installation on MacOSXjan.nijtmans2013-06-272-8/+8
|
* Updates to redirect bug reports to the new tracker location.dgp2013-06-172-9/+8
|
* Don't use deprecated stricmp/strnicmp any more, but underscored variant for ↵jan.nijtmans2013-06-141-2/+2
| | | | non-GNU compilers.
* 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
|
* one more entry in ignore-globjan.nijtmans2013-06-131-0/+1
|
* Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-136-51/+88
| | | | 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
* Changelog: more bug-fixes which are fixed by the same commit.jan.nijtmans2013-06-111-1/+5
|
* some code cleanup, remove structure which is no longer used.jan.nijtmans2013-06-071-26/+9
|
* Fix [1913750]: tk_chooseDirectory -initialdir internationalization problem. ↵jan.nijtmans2013-06-072-737/+187
| | | | (backported from Tk 8.6)
* Add support for X11 GUI-mode on Cygwin64jan.nijtmans2013-06-062-4/+4
|
* Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-054-13/+15
|
* Fix [3613759] ttk::entry and symbolic index names.jan.nijtmans2013-06-052-2/+10
|\
| * Suggested fix for [3613759]: ttk::entry and symbolic index namesbug_3613759jan.nijtmans2013-06-042-3/+7
| |
| * merge 8.5dgp2013-06-032-10/+10
| |\
| * | Disable XInitThreads() call until we have a better test for it.jan.nijtmans2013-05-243-12/+17
| | |
| * | Extra bit of safety. Since we check whether xinitMutex is "still NULL"dgp2013-05-231-1/+1
| | | | | | | | | | | | to detect a threads-disabled Tcl, we should be explicitly certain it has an initial value of NULL.
| * | Fix for [3613668] by not calling XInitThreads when either 1) Tcl is compiled ↵jan.nijtmans2013-05-234-3/+103
| |\ \ | | | | | | | | | | | | | | | | without threads 2) X11 library is too old. A more direct test would be more desirable, but for now this should be fine.
| | * | Only call XInitThreads() when we have a very new X11 library. Checked by ↵jan.nijtmans2013-05-223-1/+91
| | | | | | | | | | | | | | | | looking whether XKeycodeToKeysym() is deprecated, which also happend in some very new X11 version.