summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
...
* | remove duplicate codejan.nijtmans2013-01-241-5/+0
| |
* | Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ↵jan.nijtmans2013-01-161-1/+1
|\ \ | |/ | | | | 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 compile Tk with -DTCL_NO_DEPRECATED by defaultjan.nijtmans2013-01-161-1/+1
| | | | | | | | | | | | 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)
* | 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-113-7/+5
|\ \ | |/ | | | | | | | | | | 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_
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-113-9/+8
| | | | | | | | | | | | 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.
* | [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-131-32/+47
|\ \ | |/ | | <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-131-59/+80
| | | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
* | merge 8.5dgp2012-11-091-2/+2
|\ \
| * | Avoid setting TK_LIBRARY to a relative pathname.dgp2012-11-091-2/+2
| | |
* | | Release branch for Tk 8.5.13.dgp2012-11-052-2/+2
|/ /
* | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-232-7/+8
|\ \ | |/ | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
| * sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-4/+5
| |
* | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar ↵jan.nijtmans2012-10-232-22/+5
| | | | | | | | metrics handling from trunk
* | Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-11/+22
|\ \ | |/
| * Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-9/+15
| |
* | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
|\ \ | |/ | | | | version numbers.
| * nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
| | | | | | | | version numbers.
* | Backport some more improvements from Tcl 8.6jan.nijtmans2012-08-151-62/+127
| |
* | Only build the threaded builds by default. jan.nijtmans2012-08-152-70/+88
| | | | | | Backport some improvements from Tcl 8.6
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-87/+58
|\ \ | |/
| * Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-60/+267
| |
* | merge 8.5dgp2012-07-242-7/+7
|\ \
| * \ autoconf-2.59jan.nijtmans2012-07-191-3/+3
| |\ \ | | |/
| * | better formatting of "configure --help"jan.nijtmans2012-07-181-4/+4
| | |
* | | merge 8.5dgp2012-07-171-4/+3
|\ \ \ | |/ /
| * | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
| |\ \ | | |/
| | * [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
| | |
* | | Release candidate branch for Tk 8.5.12.dgp2012-07-102-2/+2
|/ /
* | don't forget to excape quotesjan.nijtmans2012-07-081-1/+1
| |
* | use "in" operator in steadjan.nijtmans2012-07-081-1/+1
| |
* | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
|\ \ | |/ | | | | ::argv variable before trying to use it
| * [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
| | | | | | | | ::argv variable before trying to use it
* | typojan.nijtmans2012-07-041-3/+3
|\ \ | |/
| * typojan.nijtmans2012-07-041-1/+1
| |
* | [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdkf2012-07-041-35/+46
|\ \ | |/ | | options are listed in error messages in alphabetical order.
| * [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdkf2012-07-041-32/+31
| | | | | | there's no longer any need to have mysterious increments.
* | Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-042-23/+11
|\ \ | |/ | | | | remove TkBindDeadWindow from Cygwin stub table [Bug 3540127]: filebox.test fails on win32
| * Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-042-15/+0
| | | | | | remove TkBindDeadWindow from Cygwin stub table
* | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish2012-07-021-1/+1
| | | | | | are statically allocated. Caught by Michael Kirkham.
* | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-231-2/+2
|\ \ | |/
| * sync tcl.m4 with Tcl versionjan.nijtmans2012-06-232-47/+41
| | | | | | autoconf-2.13
| * [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-221-2/+2
| |
* | some quoting issues, eliminate TCL_VARARGS_DEFINEjan.nijtmans2012-06-072-6/+6
|\ \ | |/
| * some more quoting issuesjan.nijtmans2012-06-071-5/+5
| |
* | eliminate some warnings, caused by previous mergejan.nijtmans2012-06-071-0/+1
| |
* | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-074-45/+80
|\ \ | |/ | | | | needed for Cygwin
| * merge core-8-4-branchbug_3508771jan.nijtmans2012-06-059-171/+182
| |\
| * \ merge core-8-4-branchjan.nijtmans2012-05-296-150/+200
| |\ \
| * \ \ merge core-8-4-branchjan.nijtmans2012-05-021-13/+4
| |\ \ \