summaryrefslogtreecommitdiffstats
ModeNameSize
-rw-r--r--.gitattributes305logstatsplain
-rw-r--r--CMakeCPack.cmake5565logstatsplain
-rw-r--r--CMakeCPackOptions.cmake.in2741logstatsplain
-rw-r--r--CMakeGraphVizOptions.cmake153logstatsplain
-rw-r--r--CMakeLists.txt19005logstatsplain
-rw-r--r--CMakeLogo.gif4481logstatsplain
-rw-r--r--CTestConfig.cmake986logstatsplain
-rw-r--r--CTestCustom.cmake.in1939logstatsplain
-rw-r--r--CTestCustom.ctest.in145logstatsplain
-rw-r--r--ChangeLog.manual8239logstatsplain
-rw-r--r--ChangeLog.txt2603523logstatsplain
-rw-r--r--CompileFlags.cmake2386logstatsplain
-rw-r--r--Copyright.txt2637logstatsplain
-rw-r--r--DartConfig.cmake809logstatsplain
-rw-r--r--DartLocal.conf.in4144logstatsplain
d---------Docs129logstatsplain
d---------Example105logstatsplain
d---------Modules14835logstatsplain
-rw-r--r--Readme.txt1946logstatsplain
d---------Source23792logstatsplain
d---------Templates1024logstatsplain
d---------Tests3901logstatsplain
d---------Utilities552logstatsplain
-rwxr-xr-xbootstrap48551logstatsplain
-rw-r--r--cmake.13684logstatsplain
-rw-r--r--cmake_uninstall.cmake.in968logstatsplain
-rwxr-xr-xconfigure99logstatsplain
-rw-r--r--doxygen.config28398logstatsplain
option> Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More flexible search for win32 tclConfig.sh, backported from TEA.jan.nijtmans2013-01-142-67/+285
|
*---. Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-1116-36/+42
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_
| | | * add [file normalize] to UNIX pkgIndex.tcl toojan.nijtmans2013-01-111-1/+1
| | |/
| | * wrong end brace locationjan.nijtmans2013-01-111-1/+1
| |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-1111-33/+31
| | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases.
* | Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ↵jan.nijtmans2013-01-041-60/+51
|\ \ | |/ | | | | | | | | | | error message, but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c
| * Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ↵jan.nijtmans2013-01-041-59/+86
| | | | | | | | | | | | | | error message, but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c
* | Make Aqua Tk build on OSX Leopard again; *I* still use it!dkf2012-12-171-4/+25
| |
* | Force the use of the correct internal function for parsing hex colors rather ↵dkf2012-12-061-85/+63
|\ \ | |/ | | | | than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently).
| * Minor improvements now that we're no longer tracking a standard API.dkf2012-12-061-3/+2
| |
| * Force the use of the correct internal function for parsing hex colors ratherdkf2012-12-061-85/+64
| | | | | | | | than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently).
* | [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-045-3/+48
|\ \ | |/
| * Fixed commit datefvogel2012-12-031-1/+1
| |
| * [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-12-033-3/+39
| |\
| | * Added tests for weird embedded windows namesbug_3588824fvogel2012-11-241-5/+15
| | |
| | * [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-11-223-3/+29
| |/
* | merge-markjan.nijtmans2012-12-020-0/+0
|\ \ | |/
| * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-1551-1881/+86
| | | | | | | | systems.
* | merge-markjan.nijtmans2012-11-150-0/+0
|\ \ | |/
| * Remove all the long dead mac entries in tk*.decls files jan.nijtmans2012-11-157-1823/+117
| | | | | | <p>re-generate all tk*Decls.h files.
| * Remove all long-dead mac/* files (for Mac OS9 !?!).dgp2012-11-1557-36235/+0
| |
| * Avoid crashing the test suite due to apparent Xlib bug handling thedgp2012-11-141-1/+0
| | | | | | zapfdingbats font as a core font, observed on Snow Leopard.
* | [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-133-178/+289
|\ \ | |/ | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
| * [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-133-203/+315
| | | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
* | merge release to 8.5dgp2012-11-1212-23/+54
|\ \
| * | ChangeLog release markcore_8_5_13core_8_5_13_rcdgp2012-11-091-0/+14
| | |
| * | merge 8.5dgp2012-11-09