Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug [c597acdab3]: Call [$pb step] in tail position | jenglish | 2013-08-15 | 1 | -2/+2 |
| | | | | | in ttk::progressbar::Autoincrement, so that the widget is in a consistent state when any write traces on the linked -variable are fired. | ||||
* | Bug [069c9e43c4]: FreeOptionInternalRep() breaks Tk_CreateOptionTable() | jan.nijtmans | 2013-08-14 | 3 | -90/+56 |
|\ | |||||
| * | Fix reference counting for "option" objects, when being duplicated.bug_069c9e43c4 | jan.nijtmans | 2013-08-14 | 1 | -1/+24 |
| | | |||||
| * | rebase | jan.nijtmans | 2013-08-11 | 2 | -89/+27 |
| |\ |/ / | |||||
| * | Fix some comments | jan.nijtmans | 2013-08-01 | 1 | -3/+3 |
| | | |||||
| * | rebase | jan.nijtmans | 2013-08-01 | 2 | -88/+26 |
| |\ | |||||
| | * | Suggested fix for Bug [069c9e43c4] | jan.nijtmans | 2013-07-31 | 3 | -90/+36 |
| | | | |||||
* | | | Sync with Tcl version of tcl.m4 | jan.nijtmans | 2013-08-11 | 2 | -0/+9 |
|/ / | |||||
* | | Make sure that in test-cases, Tk_DeleteOptionTable() is never called more ↵ | jan.nijtmans | 2013-08-01 | 2 | -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.nijtmans | 2013-07-26 | 2 | -2/+4 |
| | |||||
* | sync with Tcl version | jan.nijtmans | 2013-07-26 | 2 | -4/+6 |
|\ | |||||
| * | sync with Tcl version. | jan.nijtmans | 2013-07-26 | 2 | -2/+2 |
| | | |||||
* | | On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead ↵ | jan.nijtmans | 2013-07-12 | 2 | -4/+2 |
|\ \ | |/ | | | | | bring it in though tkIntXlibDecls.h | ||||
| * | On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead ↵ | jan.nijtmans | 2013-07-12 | 2 | -4/+2 |
| | | | | | | | | bring it in though tkIntXlibDecls.h | ||||
* | | Use X11/Xlib.h for checking where X11 can be found in stead of ↵ | jan.nijtmans | 2013-07-07 | 2 | -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.nijtmans | 2013-07-07 | 2 | -14/+14 |
| | | | | | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig) | ||||
| * | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 2 | -56/+14 |
| | | |||||
* | | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 2 | -56/+14 |
| | | |||||
* | | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵ | jan.nijtmans | 2013-07-02 | 3 | -2/+7 |
|\ \ | |/ | | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin. | ||||
| * | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵ | jan.nijtmans | 2013-07-02 | 3 | -2/+7 |
| | | | | | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin. | ||||
* | | merge-mark | jan.nijtmans | 2013-06-28 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fix [3588364] (hopefully) | jan.nijtmans | 2013-06-28 | 1 | -3/+3 |
| | | |||||
* | | Bug [2501278]: ttk::scale keyboard binding problem | jan.nijtmans | 2013-06-28 | 2 | -1/+9 |
|\ \ | |/ | |||||
| * | Bug [2501278]: ttk::scale keyboard binding problem | jan.nijtmans | 2013-06-28 | 2 | -1/+9 |
| | | |||||
* | | manually revert changes caused by different autoconf versions | jan.nijtmans | 2013-06-27 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | manually revert changes caused by different autoconf versions. | jan.nijtmans | 2013-06-27 | 1 | -6/+6 |
| | | |||||
* | | fix installation on MacOSX | jan.nijtmans | 2013-06-27 | 2 | -8/+8 |
|\ \ | |/ | |||||
| * | fix installation on MacOSX | jan.nijtmans | 2013-06-27 | 2 | -8/+8 |
| | | |||||
* | | Updates to redirect bug reports to the new tracker location | dgp | 2013-06-17 | 2 | -9/+8 |
|\ \ | |/ | |||||
| * | Updates to redirect bug reports to the new tracker location. | dgp | 2013-06-17 | 2 | -9/+8 |
| | | |||||
* | | Static Cygwin wish.exe cannot link with win32's static libtk86.a (because it ↵ | jan.nijtmans | 2013-06-14 | 3 | -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.nijtmans | 2013-06-14 | 1 | -2/+2 |
| | | | | | | | | non-GNU compilers. | ||||
| * | Static Cygwin wish.exe cannot link with win32's static libtk85.a (because it ↵ | jan.nijtmans | 2013-06-14 | 2 | -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 Cygwin | jan.nijtmans | 2013-06-13 | 1 | -3/+4 |
|\ \ | |/ | | | Remove unused @EXTRA_AQUA_OBJS and @EXTRA_AQUA_SRCS | ||||
| * | clean tk.pc and make it part of "make dist" | jan.nijtmans | 2013-06-13 | 1 | -3/+3 |
| | | |||||
* | | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 6 | -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-glob | jan.nijtmans | 2013-06-13 | 1 | -0/+1 |
| | | |||||
| * | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 6 | -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.nijtmans | 2013-06-11 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Changelog: more bug-fixes which are fixed by the same commit. | jan.nijtmans | 2013-06-11 | 1 | -1/+5 |
| | | |||||
* | | some code cleanup, remove structure which is no longer used. | jan.nijtmans | 2013-06-07 | 1 | -37/+10 |
|\ \ | |/ | |||||
| * | some code cleanup, remove structure which is no longer used. | jan.nijtmans | 2013-06-07 | 1 | -26/+9 |
| | | |||||
* | | merge-mark | jan.nijtmans | 2013-06-07 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fix [1913750]: tk_chooseDirectory -initialdir internationalization problem. ↵ | jan.nijtmans | 2013-06-07 | 2 | -737/+187 |
| | | | | | | | | (backported from Tk 8.6) | ||||
* | | Add support for X11 GUI-mode on Cygwin64 | jan.nijtmans | 2013-06-06 | 2 | -7/+7 |
|\ \ | |/ | |||||
| * | Add support for X11 GUI-mode on Cygwin64 | jan.nijtmans | 2013-06-06 | 2 | -4/+4 |
| | | |||||
* | | Fix [2100430]: ttk::entry widget index must be integer | jan.nijtmans | 2013-06-05 | 4 | -6/+15 |
|\ \ | |/ | |||||
| * | Fix [2100430]: ttk::entry widget index must be integer | jan.nijtmans | 2013-06-05 | 4 | -13/+15 |
| | | |||||
* | | Fix [3613759] ttk::entry and symbolic index names. | jan.nijtmans | 2013-06-05 | 2 | -2/+10 |
|\ \ | |/ | |||||
| * | Fix [3613759] ttk::entry and symbolic index names. | jan.nijtmans | 2013-06-05 | 2 | -2/+10 |
| |\ |