summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge releasecore_8_4_branchdgp2013-06-0311-39/+168
|\
| * Tag for release.core_8_4_20core_8_4_20_rcdgp2013-06-033-5/+5
| |\ | |/ |/|
* | last-moment fix for FreeBSD from Pietro Ceruttijan.nijtmans2013-06-032-4/+4
| |
* | docs typodgp2013-06-031-1/+1
| |
| * Tag for releasedgp2013-05-283-298/+167
| |\ | |/ |/|
* | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-193-296/+164
| | | | | | | | Pietro Cerutti
| * merge 8.4dgp2013-05-149-6/+44
| |\ | |/ |/|
* | sync with Tcl's upgrade of dde/reg packagesjan.nijtmans2013-05-013-6/+6
| |
* | Tell fossil and Eclipse that the default eol-convention is LF. jan.nijtmans2013-04-116-0/+38
| | | | | | | | Tell fossil which files are binary and which files should never be committed. Tell Eclipse that the default encoding is UTF-8
| * Tag for release.dgp2013-03-264-13/+25
| |
| * selected changesdgp2013-03-221-0/+78
| |
| * merge 8.4dgp2013-03-2229-435/+860
| |\ | |/ |/|
* | Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-133-80/+7
| | | | | | | | they have in Debian.
* | Extend the public and private stub tables with dummy NULL entries, up to the ↵jan.nijtmans2013-02-156-1/+226
| | | | | | | | size of the Tk 8.6 stub tables. This makes it easier to debug Tk extensions which use Tk 8.5/8.6 features but (erroneously) are attempted to be loaded in wish8.4
* | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵jan.nijtmans2013-02-142-46/+58
| | | | | | | | Cygwin shell.
* | Backport various improvements from Tcl 8.5jan.nijtmans2013-02-124-151/+366
| |
* | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() ↵jan.nijtmans2013-01-222-5/+7
| | | | | | | | fails, in stead of simply abort()
* | Don't compile Tk with -DTCL_NO_DEPRECATED by defaultjan.nijtmans2013-01-163-8/+16
| | | | | | | | | | | | any more, it might hurt when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet)
* | Don't use deprecated "case" any more.jan.nijtmans2013-01-152-10/+7
| | | | | | Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case.
* | 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-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
* | 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).
* | 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 8.4dgp2012-11-1952-1881/+86
| |\ | |/ |/|
* | More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-1551-1881/+86
| | | | | | | | systems.
| * merge 8.4dgp2012-11-157-1823/+117
| |\ | |/ |/|
* | 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.
| * merge 8.4dgp2012-11-1557-36235/+0
| |\ | |/ |/|
* | Remove all long-dead mac/* files (for Mac OS9 !?!).dgp2012-11-1557-36235/+0
| |
| * merge 8.4dgp2012-11-141-1/+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.
| * Release branch for Tk 8.4.20.dgp2012-11-147-27/+65
|/
* [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.
* sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-4/+5
|
* Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-286-282/+374
| | | | lime, olive, silver and teal), part of TIP #403
* Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-262-9/+19
|
* [Bug 3562426]: Context menu goes out of edge of screenjan.nijtmans2012-08-282-0/+7
|\
| * [Bug 3562426]: Context menu goes out of edge of screen. jan.nijtmans2012-08-282-0/+7
| | | | | | | | <p>PLEASE DON'T PUT THIS ASIDE TO A <b>MISTAKE</b> BRANCH OR SOMETHING! It's simply a fork, in fossil there's nothing wrong with that!</p>
* | [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredkf2012-08-252-28/+57
| | | | | | that knows how to avoid nasty problems when non-list filters are used.
* | 3554026 3561016 Better fix from Emiliano Gavilan.dgp2012-08-251-2/+2
| |
* | 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-232-0/+11
|/
* nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-172-4/+11
| | | | version numbers.
* Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-032-2/+6
|
* [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-312-9/+17
| | | deprecation warning.