Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d... | nijtmans@users.sourceforge.net | 2013-10-01 | 1 | -0/+4 |
* | Cherrypick [132bf978f2] from trunk: | nijtmans@users.sourceforge.net | 2013-09-27 | 2 | -82/+2 |
* | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user... | nijtmans@users.sourceforge.net | 2013-09-23 | 2 | -6/+84 |
* | merge release | dgp@users.sourceforge.net | 2013-09-18 | 11 | -11/+58 |
|\ | |||||
| * | merge 8.5; update changes | dgp@users.sourceforge.net | 2013-09-16 | 3 | -3/+5 |
| |\ | |/ |/| | |||||
* | | Fix for http://core.tcl.tk/tk/info/8eb56719cf on broken build with 8.5.15 wit... | Kevin Walzer | 2013-09-16 | 2 | -2/+2 |
| * | Added note to ChangeLog pointing to the fossil timeline for better logging. | dgp@users.sourceforge.net | 2013-09-13 | 1 | -0/+9 |
| * | Favor timeline over ChangeLog; also 'make dist' | dgp@users.sourceforge.net | 2013-09-03 | 3 | -1/+5 |
| * | changes | dgp@users.sourceforge.net | 2013-08-30 | 1 | -0/+20 |
| * | Bump to 8.5.15 for release. | dgp@users.sourceforge.net | 2013-08-30 | 9 | -11/+23 |
|/ | |||||
* | Bug [c597acdab3]: Call [$pb step] in tail position in ttk::progressbar::Autoi... | nijtmans@users.sourceforge.net | 2013-08-26 | 2 | -2/+16 |
* | Fix for 3016181, thanks to Tom Goddard for patch | Kevin Walzer | 2013-08-25 | 4 | -6/+13 |
* | sync with Tcl version. | nijtmans@users.sourceforge.net | 2013-07-26 | 2 | -2/+2 |
* | On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead br... | nijtmans@users.sourceforge.net | 2013-07-12 | 2 | -4/+2 |
* | Use X11/Xlib.h for checking where X11 can be found in stead of X11/XIntrinsic... | nijtmans@users.sourceforge.net | 2013-07-07 | 2 | -14/+14 |
* | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo@users.sourceforge.net | 2013-07-07 | 2 | -56/+14 |
* | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 che... | nijtmans@users.sourceforge.net | 2013-07-02 | 3 | -2/+7 |
* | Fix [3588364] (hopefully) | nijtmans@users.sourceforge.net | 2013-06-28 | 1 | -3/+3 |
* | Bug [2501278]: ttk::scale keyboard binding problem | nijtmans@users.sourceforge.net | 2013-06-28 | 2 | -1/+9 |
* | manually revert changes caused by different autoconf versions. | nijtmans@users.sourceforge.net | 2013-06-27 | 1 | -6/+6 |
* | fix installation on MacOSX | nijtmans@users.sourceforge.net | 2013-06-27 | 2 | -8/+8 |
* | Updates to redirect bug reports to the new tracker location. | dgp@users.sourceforge.net | 2013-06-17 | 2 | -9/+8 |
* | Don't use deprecated stricmp/strnicmp any more, but underscored variant for n... | nijtmans@users.sourceforge.net | 2013-06-14 | 1 | -2/+2 |
* | Static Cygwin wish.exe cannot link with win32's static libtk85.a (because it ... | nijtmans@users.sourceforge.net | 2013-06-14 | 2 | -12/+14 |
* | clean tk.pc and make it part of "make dist" | nijtmans@users.sourceforge.net | 2013-06-13 | 1 | -3/+3 |
* | one more entry in ignore-glob | nijtmans@users.sourceforge.net | 2013-06-13 | 1 | -0/+1 |
* | Some more fixes for Cygwin32/64 in win32 GUI mode. | nijtmans@users.sourceforge.net | 2013-06-13 | 6 | -51/+88 |
* | Changelog: more bug-fixes which are fixed by the same commit. | nijtmans@users.sourceforge.net | 2013-06-11 | 1 | -1/+5 |
* | some code cleanup, remove structure which is no longer used. | nijtmans@users.sourceforge.net | 2013-06-07 | 1 | -26/+9 |
* | Fix [1913750]: tk_chooseDirectory -initialdir internationalization problem. (... | nijtmans@users.sourceforge.net | 2013-06-07 | 2 | -737/+187 |
* | Add support for X11 GUI-mode on Cygwin64 | nijtmans@users.sourceforge.net | 2013-06-06 | 2 | -4/+4 |
* | Fix [2100430]: ttk::entry widget index must be integer | nijtmans@users.sourceforge.net | 2013-06-05 | 4 | -13/+15 |
* | Fix [3613759] ttk::entry and symbolic index names. | nijtmans@users.sourceforge.net | 2013-06-05 | 2 | -2/+10 |
|\ | |||||
| * | Suggested fix for [3613759]: ttk::entry and symbolic index names | nijtmans@users.sourceforge.net | 2013-06-04 | 2 | -3/+7 |
| * | merge 8.5 | dgp@users.sourceforge.net | 2013-06-03 | 2 | -10/+10 |
| |\ | |||||
| * | | Disable XInitThreads() call until we have a better test for it. | nijtmans@users.sourceforge.net | 2013-05-24 | 3 | -12/+17 |
| * | | Extra bit of safety. Since we check whether xinitMutex is "still NULL" | dgp@users.sourceforge.net | 2013-05-23 | 1 | -1/+1 |
| * | | Fix for [3613668] by not calling XInitThreads when either 1) Tcl is compiled ... | nijtmans@users.sourceforge.net | 2013-05-23 | 4 | -3/+103 |
| |\ \ | |||||
| | * | | Only call XInitThreads() when we have a very new X11 library. Checked by look... | nijtmans@users.sourceforge.net | 2013-05-22 | 3 | -1/+91 |
| * | | | Fix for FreeBSD, and remove support for old FreeBSD versions. Patch by Pietro... | nijtmans@users.sourceforge.net | 2013-05-19 | 3 | -209/+11 |
| |\ \ \ | | |/ / | |/| | | |||||
| * | | | Tell fossil and Eclipse that the default eol-convention is LF. | nijtmans@users.sourceforge.net | 2013-04-11 | 1 | -0/+11 |
| |\ \ \ | |||||
| * \ \ \ | [Bug 3568760]: Tk documentation fails to build | nijtmans@users.sourceforge.net | 2013-04-10 | 2 | -1/+5 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Don't work around XkbOpenDisplay's non-const-ness with a macro, when there is... | nijtmans@users.sourceforge.net | 2013-04-08 | 1 | -4/+4 |
| |\ \ \ \ \ | |||||
| * | | | | | | make dist | dgp@users.sourceforge.net | 2013-04-03 | 1 | -0/+3 |
| * | | | | | | merge-mark | dgp@users.sourceforge.net | 2013-04-03 | 0 | -0/+0 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | silence compiler warning | dgp@users.sourceforge.net | 2013-04-01 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | 3607830 Runtime checks that Xkb is available in the X server before trying to | dgp@users.sourceforge.net | 2013-04-01 | 4 | -21/+65 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Bring back test window-2.9. No longer hangs. | dgp@users.sourceforge.net | 2013-04-01 | 2 | -5/+5 |
| * | | | | | | | | | merge-mark | nijtmans@users.sourceforge.net | 2013-03-29 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Remove dead code. During 8.6 alpha/beta, Tk_DefineBitmap/Tk_GetBitmapFromData... | nijtmans@users.sourceforge.net | 2013-03-28 | 3 | -22/+0 |