summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make distdgp2013-09-031-0/+6
| | | FossilOrigin-Name: ef91404641471590c7198acb42d94d7b196e6c69
* Update changesdgp2013-09-031-0/+42
| | | FossilOrigin-Name: 66ba963215cd105d6396b829f0ece825736f1f78
* Bump to 8.6.1.dgp2013-08-309-8/+20
| | | FossilOrigin-Name: 446c66c447ec8371e6a7651c79cc92c3cd4676a2
* Changelog entries for previous two commitsjan.nijtmans2013-08-261-0/+14
|\ | | | | FossilOrigin-Name: d0e516387b79c186197826237d71352329a2a264
| * 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 FossilOrigin-Name: 35fd9c96ce3a3b754ad8aebf6ee19f544bdac920
| * Fix for 3016181, thanks to Tom Goddard for patchkevin_walzer2013-08-254-6/+13
| | | | | | FossilOrigin-Name: 58c0a40203327885f6ba95e6fefcf12603950203
* | Fix for 3016181, thanks to Tom Goddard for patchkevin_walzer2013-08-252-15/+16
| | | | | | FossilOrigin-Name: 1f184c7377317f71651d83fc5eb86542a5d102a6
* | Bug [b744526512]: Call [$pb step] in tail position jenglish2013-08-151-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. FossilOrigin-Name: 8ea3ccb4b748307339328723b2feaac01b54f909
* | Bug [069c9e43c4]: FreeOptionInternalRep() breaks Tk_CreateOptionTable()jan.nijtmans2013-08-143-90/+56
|\ \ | | | | | | FossilOrigin-Name: aaf11bdce2085809d8fe033855f4cac5ef21f852
| * | Fix reference counting for "option" objects, when being duplicated.jan.nijtmans2013-08-141-1/+24
| | | | | | | | | FossilOrigin-Name: bc21cf9277c0d644dc019a80dffa85e2844d2bd7
| * | rebasejan.nijtmans2013-08-112-89/+27
| |\ \ |/ / / | | | FossilOrigin-Name: aa61bf42e0ce3512e18c9e067ea0ddb022bbe561
| * | Fix some commentsjan.nijtmans2013-08-011-3/+3
| | | | | | | | | FossilOrigin-Name: 9aa08cb32d49d06e708fd0d1f548e6625f2ad5c7
| * | rebasejan.nijtmans2013-08-012-88/+26
| |\ \ | | | | | | | | FossilOrigin-Name: 218ef501abd1805d001f8b0007dea0f36f368ca0
| | * | Suggested fix for Bug [069c9e43c4]jan.nijtmans2013-07-313-90/+36
| | | | | | | | | | | | FossilOrigin-Name: 7ece6c712b6a7a7f16ff63d83c49f07e4025e6f2
* | | | Sync with Tcl version of tcl.m4jan.nijtmans2013-08-112-0/+9
|/ / / | | | | | | FossilOrigin-Name: f230352739ea7553f8c1c9e0345ef8744b7313bf
* | | 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. FossilOrigin-Name: 5b0cea38b5a8b0965326c7b3aac4e37d5ff3fc2a
* | Don't hardcode "tclWinError.o" for Cygwin.jan.nijtmans2013-07-262-2/+4
| | | | | | FossilOrigin-Name: ef0cac7ca639c4750a788d86669dd7538592ab56
* | sync with Tcl versionjan.nijtmans2013-07-262-4/+6
|\ \ | |/ | | FossilOrigin-Name: 81d1637c79438361c0109801c69035ab832eed90
| * sync with Tcl version.jan.nijtmans2013-07-262-2/+2
| | | | | | FossilOrigin-Name: af2f5c1aecc6153644ce06fe633c33de40a94f2c
* | On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead ↵jan.nijtmans2013-07-122-4/+2
|\ \ | |/ | | | | | | bring it in though tkIntXlibDecls.h FossilOrigin-Name: b96b92ac8ce2902e2c78ac522575df4507c478f6
| * On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead ↵jan.nijtmans2013-07-122-4/+2
| | | | | | | | | | bring it in though tkIntXlibDecls.h FossilOrigin-Name: 145542bac4041696ac660d3480f1bbfec06232a2
* | 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) FossilOrigin-Name: e8359b0f65f279d55a6acd7848447656756b308a
| * 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) FossilOrigin-Name: 116b3f3a0b680675372a104b93e96bebcd4b80b3
| * OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-072-56/+14
| | | | | | FossilOrigin-Name: 1c7506ed45bf264d9239e240cb530a37a970de28
* | OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-072-56/+14
| | | | | | FossilOrigin-Name: 4c584d696930320a9ec8ea2285759ad68118b553
* | Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian ↵jan.nijtmans2013-07-023-2/+7
|\ \ | |/ | | | | | | Griffin. FossilOrigin-Name: f3fee9f1fa0c1df91f9712887c38c8285e073dfc
| * Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian ↵jan.nijtmans2013-07-023-2/+7
| | | | | | | | | | Griffin. FossilOrigin-Name: a404429567ae5201f67210aed422b80bb4c71d23
* | merge-markjan.nijtmans2013-06-280-0/+0
|\ \ | |/ | | FossilOrigin-Name: 5606b8b71d5b63c13aa939283b3c2ee0cc6f74ba
| * Fix [3588364] (hopefully)jan.nijtmans2013-06-281-3/+3
| | | | | | FossilOrigin-Name: ff3922525e61f25120d5251862318eaba045e2ed
* | Bug [2501278]: ttk::scale keyboard binding problemjan.nijtmans2013-06-282-1/+9
|\ \ | |/ | | FossilOrigin-Name: 57f9af7736bfaa207bf39c4ea79bff6869628d6f
| * Bug [2501278]: ttk::scale keyboard binding problemjan.nijtmans2013-06-282-1/+9
| | | | | | FossilOrigin-Name: 3fec32a981aa335f1c3628308c691c45029b6d3f
* | manually revert changes caused by different autoconf versionsjan.nijtmans2013-06-271-6/+6
|\ \ | |/ | | FossilOrigin-Name: fea7f4b3758b2449cf1709e1bdc42a96c4804be9
| * manually revert changes caused by different autoconf versions.jan.nijtmans2013-06-271-6/+6
| | | | | | FossilOrigin-Name: 3dfb5d7cdfb18b249b1b7bcca876c638f811960a
* | fix installation on MacOSXjan.nijtmans2013-06-272-8/+8
|\ \ | |/ | | FossilOrigin-Name: de7a75fcde784b59e22edc392afbfd593066e7ca
| * fix installation on MacOSXjan.nijtmans2013-06-272-8/+8
| | | | | | FossilOrigin-Name: a7dc1f8a549113046281a1b979f0b5c8b192dd37
* | Updates to redirect bug reports to the new tracker locationdgp2013-06-172-9/+8
|\ \ | |/ | | FossilOrigin-Name: be61bb59de4b89b5cff9d6c20ec3966d2567b839
| * Updates to redirect bug reports to the new tracker location.dgp2013-06-172-9/+8
| | | | | | FossilOrigin-Name: b9f13957f34c2b6ed99bbe61d6e48eefa8540d39
* | Static Cygwin wish.exe cannot link with win32's static libtk85.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. FossilOrigin-Name: a31e03f91d2f0ba4a70f6ab8c7512932e03d22ed
| * Don't use deprecated stricmp/strnicmp any more, but underscored variant for ↵jan.nijtmans2013-06-141-2/+2
| | | | | | | | | | non-GNU compilers. FossilOrigin-Name: 2fc3508392cf4083a31767360e8a591d413e3337
| * 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) FossilOrigin-Name: 22a9f6858515a22da2ae5592a179e42687c8447d
* | Additional install of libtk86.a for Cygwinjan.nijtmans2013-06-131-3/+4
|\ \ | |/ | | | | | | Remove unused @EXTRA_AQUA_OBJS and @EXTRA_AQUA_SRCS FossilOrigin-Name: 1bfeda09e75e1bba83bba9f0512b1749df07db20
| * clean tk.pc and make it part of "make dist"jan.nijtmans2013-06-131-3/+3
| | | | | | FossilOrigin-Name: c51df8eb0917b66039949df4422be0512ad492cd
* | 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. FossilOrigin-Name: 456e5dfc9c2b5adb82b4ac8a8ee5f71a17033197
| * one more entry in ignore-globjan.nijtmans2013-06-131-0/+1
| | | | | | FossilOrigin-Name: f364f2e757313d08d021eccf7b7c0cba186ed601
| * 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 FossilOrigin-Name: facb4fce459cda40793531354cef9e45c7b0333a
* | Changelog: more bug-fixes which are fixed by the same commit.jan.nijtmans2013-06-111-1/+3
|\ \ | |/ | | FossilOrigin-Name: f42684ba7e3c84f8d1487cd5cf33e0c560dd1132
| * Changelog: more bug-fixes which are fixed by the same commit.jan.nijtmans2013-06-111-1/+5
| | | | | | FossilOrigin-Name: 8e19e7ca190af5e93222c90366ed9fa63404193d
* | some code cleanup, remove structure which is no longer used.jan.nijtmans2013-06-071-37/+10
|\ \ | |/ | | FossilOrigin-Name: aa0b268a96d3fe46875e034d4d1ecf9e0443c088
| * some code cleanup, remove structure which is no longer used.jan.nijtmans2013-06-071-26/+9
| | | | | | FossilOrigin-Name: 797c31678d5740f866bf45861c81b298d2c6cbea
* | merge-markjan.nijtmans2013-06-070-0/+0
|\ \ | |/ | | FossilOrigin-Name: 0ff86ad6b56cdf0bc124f547bb3f1612ceaaa0e1