Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always compile Tk with -DUSE_TCL_STUBS. | jan.nijtmans | 2012-08-15 | 1 | -53/+103 |
|\ | | | | | Formatting | ||||
| * | Backport some more improvements from Tcl 8.6 | jan.nijtmans | 2012-08-15 | 1 | -62/+127 |
| | | |||||
* | | [Bug 3555644]: Better use of virtual events. | jan.nijtmans | 2012-08-11 | 1 | -36/+38 |
| | | | | | | Pre-define 10 new Virtual events, and correct various bindings according to the Mac OSX documentation. | ||||
* | | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 1 | -4/+3 |
|\ \ | |/ | |||||
| * | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 1 | -4/+3 |
| |\ | |||||
| | * | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 1 | -4/+3 |
| | | | |||||
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -3/+0 |
|\ \ \ | |/ / | |||||
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -3/+0 |
| |\ \ | | |/ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -3/+0 |
| | | | |||||
| * | | Synchronize rules.vc with the version in the tcl source tree. | patthoyts | 2011-04-21 | 1 | -0/+3 |
| | | | | | | | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
| * | | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| | * | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| | * | Fix for AMD64 symbols builds | patthoyts | 2007-09-11 | 1 | -14/+16 |
| | | | |||||
| | * | * win/makefile.vc: Support MSVC8 and AMD64 target. Also try using | patthoyts | 2006-09-26 | 1 | -5/+22 |
| | | | | | | | | | | | | | | | * win/rules.vc: sed to generate the manifest (cross-compile cannot * win/nmakehlp.c: execute tclsh). If no sed, use the tclsh exe. | ||||
| | * | * generic/tkConsole.c: Complete reversal of the changes of Sep 22. | andreas_kupries | 2006-09-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: For compat reason the Tcl core will not change * generic/tkWindow.c: the registered version to include the patchlevel, * library/tk.tcl: making the changes to Tk unnecessary. * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4: | ||||
| | * | * generic/tkConsole.c: TIP #268 update regarding registered package | andreas_kupries | 2006-09-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: version, now using full patchlevel instead of * generic/tkWindow.c: major.minor * library/tk.tcl: * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4: | ||||
| | * | Sync with tcl to enable building with VC8 (VS2005 C compiler) | patthoyts | 2006-06-14 | 1 | -39/+28 |
| | | | |||||
| | * | Avoid pipe problems on Win98 | patthoyts | 2006-03-28 | 1 | -2/+3 |
| | | | |||||
| | * | simplified makefile.vc a little bit | Kevin B Kenny | 2005-12-01 | 1 | -13/+5 |
| | | | |||||
| | * | restored the ability to build from makefile.vc | Kevin B Kenny | 2005-12-01 | 1 | -14/+34 |
| | | | |||||
| | * | * win/tcl.m4: Add build support for Windows-x64 builds. | hobbs | 2005-11-30 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597] * win/configure.in: * win/wish.exe.manifest.in (new): manifest must map in MACHINE * win/rc/wish.exe.manifest (removed): and VERSION to be correct. | ||||
| | * | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 1 | -14/+18 |
| | | | | | | | | | | | | from MSVC or the Platform SDK. | ||||
| | * | * win/makefile.vc (DOTVERSION): Was installing 8.4 relabelled as 8.5 | patthoyts | 2004-10-29 | 1 | -2/+2 |
| | | | |||||
| | * | * win/makefile.vc: Backport to the most recent | davygrvy | 2004-10-27 | 1 | -6/+20 |
| | | | | | | | | | | | | | | | * win/rules.vc: changes on the HEAD. * win/nmakehlp.c: | ||||
| | * | Apply fix from tcl bug #950049 for make docs. | patthoyts | 2004-05-10 | 1 | -2/+2 |
| | | | |||||
| | * | * win/makefile.vc: Restored consistency of pkgIndex.tcl file | dgp | 2003-11-17 | 1 | -7/+3 |
| | | | | | | | | | | | | with that generated by Makefile. | ||||
| | * | Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbols | davygrvy | 2003-11-16 | 1 | -3/+7 |
| | | | |||||
| | * | Corrected several problems that prevented OPTS=symbols from building | Kevin B Kenny | 2003-03-23 | 1 | -5/+13 |
| | | | | | | | | | | | | properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes. | ||||
| | * | Backed the version to 8.4 on the 8.4 branch. | Kevin B Kenny | 2003-03-13 | 1 | -2/+2 |
| | | | | | | | | | | | | (I just loathe sticky tags). | ||||
| | * | Backported the code that makes the makefile build pkgIndex.tcl as part | Kevin B Kenny | 2003-03-11 | 1 | -2/+9 |
| | | | | | | | | | | | | of the install step. | ||||
| * | | * generic/tkConsole.c: Relax the runtime version requirements on Tcl | dgp | 2009-10-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: so that Tk 8.5.8 can [load] into Tcl 8.6 (and * generic/tkWindow.c: later 8.*) interps. * library/tk.tcl * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: | ||||
| * | | * unix/Makefile.in: Relax constraints in index script so that | dgp | 2008-10-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | * win/Makefile.in: each Tk 8.5.* release may be [package require]d * win/makefile.vc: into any Tcl 8.5.* interp. [Bug 1890438]. | ||||
* | | | The -debug:full option is not supported when using the modern versions of ↵ | Joe Mistachkin | 2011-03-17 | 1 | -2/+2 |
| | | | | | | | | | | | | link.exe included with MSVC, use -debug instead. | ||||
* | | | [FRQ 491789]: "setargv() doesn't support a unicode | nijtmans | 2010-10-11 | 1 | -1/+5 |
| | | | | | | | | | | | | cmdline" implemented for Tk on MSVC++ | ||||
* | | | Add netapi32 to the windows link line | nijtmans | 2010-10-11 | 1 | -2/+2 |
| | | | |||||
* | | | win/rules.vc: (sync with tcl version) | nijtmans | 2010-09-09 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | mingw should always link with -ladvapi32 Remove ascii variant of tkWinPocs table, it is no longer necessary. | ||||
* | | | Fix [Tcl Bug 2967340]: Static build failure | nijtmans | 2010-03-12 | 1 | -1/+2 |
| | | | |||||
* | | | Fix dependancies on ${TKSTUBLIB} when | nijtmans | 2009-12-12 | 1 | -5/+5 |
| | | | | | | | | | | | | TCL_USE_STATIC_PACKAGES is defined | ||||
* | | | Include tk stubs in the tktest link line due to nijtmans recent changes | patthoyts | 2009-11-22 | 1 | -2/+2 |
| | | | |||||
* | | | Implementation of TIP #244, PNG image support. | dkf | 2008-12-28 | 1 | -1/+2 |
| | | | |||||
* | | | msvc uses __inline, so added the necessary macro now that we are using this | patthoyts | 2008-10-19 | 1 | -3/+4 |
| | | | |||||
* | | | Implementation of the [tk busy] command on non-OSX. | dkf | 2008-10-18 | 1 | -1/+2 |
| | | | | | | | | | | | | Adapted from [Patch 1997907] | ||||
* | | | Split the photo image core into two pieces to make it easier to maintain. | dkf | 2008-08-25 | 1 | -1/+2 |
| | | | |||||
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -1/+7 |
| | | | |||||
* | | | We should use the thread allocator for threaded builds. Added 'tclalloc' ↵ | patthoyts | 2008-05-15 | 1 | -3/+6 |
| | | | | | | | | | | | | option to disable. | ||||
* | | | Include ws2_32 in the link list [Bug 19200872] | patthoyts | 2008-04-20 | 1 | -2/+2 |
| | | | |||||
* | | | Fixed stubs usage | patthoyts | 2008-04-03 | 1 | -5/+13 |
| | | | |||||
* | | | Tweak the debug targets | patthoyts | 2008-04-02 | 1 | -18/+7 |
| | | | |||||
* | | | * generic/tkWindow.c: Revised package initialization so that | dgp | 2008-04-02 | 1 | -2/+1 |
|/ / | | | | | | | | | | | * unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but * win/Makefile.in: is present only in libtkstub.a. This tightens * win/makefile.bc: up the rules for users of the stubs interfaces. * win/makefile.vc: [Tcl Bug 1819422]. | ||||
* | | Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007]. | jenglish | 2008-03-18 | 1 | -4/+3 |
| | |