summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | rebasejan.nijtmans2013-08-012-88/+26
| |\ \
| | * | Suggested fix for Bug [069c9e43c4]jan.nijtmans2013-07-313-90/+36
| | | |
* | | | Sync with Tcl version of tcl.m4jan.nijtmans2013-08-112-0/+9
|/ / /
* | | Make sure that in test-cases, Tk_DeleteOptionTable() is never called more ↵jan.nijtmans2013-08-012-7/+11
|/ / | | | | | | times than the corresponding Tk_CreateOptionTable(). Although it doesn't crash now, this behavior cannot be depended on.
* | Don't hardcode "tclWinError.o" for Cygwin.jan.nijtmans2013-07-262-2/+4
| |
* | sync with Tcl versionjan.nijtmans2013-07-262-4/+6
|\ \ | |/
| * 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
| * 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)
| * 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
| |
* | 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.
| * 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.
* | merge-markjan.nijtmans2013-06-280-0/+0
|\ \ | |/
| * Fix [3588364] (hopefully)jan.nijtmans2013-06-281-3/+3
| |
* | Bug [2501278]: ttk::scale keyboard binding problemjan.nijtmans2013-06-282-1/+9
|\ \ | |/
| * Bug [2501278]: ttk::scale keyboard binding problemjan.nijtmans2013-06-282-1/+9
| |
* | manually revert changes caused by different autoconf versionsjan.nijtmans2013-06-271-6/+6
|\ \ | |/
| * manually revert changes caused by different autoconf versions.jan.nijtmans2013-06-271-6/+6
| |
* | fix installation on MacOSXjan.nijtmans2013-06-272-8/+8
|\ \ | |/
| * fix installation on MacOSXjan.nijtmans2013-06-272-8/+8
| |
* | Updates to redirect bug reports to the new tracker locationdgp2013-06-172-9/+8
|\ \ | |/
| * Updates to redirect bug reports to the new tracker location.dgp2013-06-172-9/+8
| |
* | Static Cygwin wish.exe cannot link with win32's static libtk86.a (because it ↵jan.nijtmans2013-06-143-14/+16
|\ \ | |/ | | | | | | | | 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). Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers.
| * 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)
* | Additional install of libtk86.a for Cygwinjan.nijtmans2013-06-131-3/+4
|\ \ | |/ | | Remove unused @EXTRA_AQUA_OBJS and @EXTRA_AQUA_SRCS
| * 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-136-187/+80
|\ \ | |/ | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Remove some old carbon-leftovers from configure/make (see [3607215]).
| * 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/+3
|\ \ | |/
| * 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-37/+10
|\ \ | |/
| * some code cleanup, remove structure which is no longer used.jan.nijtmans2013-06-071-26/+9
| |
* | merge-markjan.nijtmans2013-06-070-0/+0
|\ \ | |/
| * 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-7/+7
|\ \ | |/
| * 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-6/+15
|\ \ | |/
| * 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
|\ \ | |/
| * 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-markjan.nijtmans2013-06-050-0/+0
| |\ \
| | * \ merge releasecore_8_4_branchdgp2013-06-0311-39/+168
| | |\ \
| | | * \ Tag for release.core_8_4_20core_8_4_20_rcdgp2013-06-033-5/+5
| | | |\ \ | | | |/ / | | |/| |
| | | * | Tag for releasedgp2013-05-283-298/+167
| | | |\ \