Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ↵ | jan.nijtmans | 2013-01-16 | 1 | -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 default | jan.nijtmans | 2013-01-16 | 1 | -4/+4 | |
| | | | | | | | | | | | | 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) | |||||
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*---. \ | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 3 | -8/+7 | |
|\ \ \ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | 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 too | jan.nijtmans | 2013-01-11 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | wrong end brace location | jan.nijtmans | 2013-01-11 | 1 | -1/+1 | |
| |/ | ||||||
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 3 | -8/+7 | |
| | | | | | | | | | | | | 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. | |||||
| * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 4 | -19/+3 | |
| | | | | | | | | systems. | |||||
* | | make dist | dgp | 2012-11-06 | 1 | -4/+18 | |
| | | ||||||
* | | 3584471 Repair `make dist` backport. | dgp | 2012-11-06 | 1 | -4/+5 | |
| | | ||||||
* | | Release branch for Tk 8.5.13. | dgp | 2012-11-05 | 3 | -9/+9 | |
| | | ||||||
* | | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 6 | -43/+59 | |
|\ \ | |/ | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal | |||||
* | | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar ↵ | jan.nijtmans | 2012-10-23 | 1 | -1/+1 | |
| | | | | | | | | metrics handling from trunk | |||||
* | | fix typo | dgp | 2012-10-05 | 1 | -1/+1 | |
| | | ||||||
* | | Backport of dgp fixes on 50e0c049b2 to 8.5 | Kevin Walzer | 2012-10-02 | 1 | -0/+2 | |
| | | ||||||
* | | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵ | jan.nijtmans | 2012-09-28 | 1 | -0/+13 | |
|\ \ | |/ | | | | | lime, olive, silver and teal), part of TIP #403 | |||||
| * | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵ | jan.nijtmans | 2012-09-28 | 1 | -91/+110 | |
| | | | | | | | | lime, olive, silver and teal), part of TIP #403 | |||||
* | | Test for XftFontOpen in Xft library, not FT_New_Face | jan.nijtmans | 2012-09-25 | 2 | -25/+30 | |
| | | ||||||
* | | Merge Tk-Cocoa backport into core-8-5-branch | Kevin Walzer | 2012-09-25 | 4 | -110/+58 | |
|\ \ | ||||||
| * | | review remarks, see mail. | jan.nijtmans | 2012-09-12 | 3 | -4439/+7025 | |
| | | | ||||||
| * | | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 4 | -7123/+4485 | |
|/ / | ||||||
* | | 3554026 3561016 Better fix from Emiliano Gavilan | dgp | 2012-08-25 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | 3554026 3561016 Better fix from Emiliano Gavilan. | dgp | 2012-08-25 | 1 | -2/+2 | |
| | | ||||||
* | | 3554026,3561016 Stop crash with tearoff menus. | dgp | 2012-08-23 | 1 | -0/+7 | |
|\ \ | |/ | ||||||
| * | 3554026,3561016 Stop crash with tearoff menus. | dgp | 2012-08-23 | 1 | -0/+7 | |
| | | ||||||
* | | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The ↵ | stwo | 2012-08-09 | 3 | -4/+4 | |
| | | | | | | | | warnings were false flags from a faulty OpenBSD C compiler. | |||||
* | | Installer improvements, like [a3b936f0a1]. | stwo | 2012-08-07 | 4 | -144/+533 | |
| | | ||||||
* | | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fix | dkf | 2012-07-31 | 1 | -10/+12 | |
|\ \ | |/ | | | deprecation warning. | |||||
| * | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fix | dkf | 2012-07-31 | 1 | -9/+11 | |
| | | | | | | deprecation warning. | |||||
| * | Backport fix for [Bug 3546073] | jenglish | 2012-07-31 | 1 | -5/+3 | |
| | | ||||||
| * | [Bug 3545457]: Crash on packing a menubuttonbug_3545457 | fvogel | 2012-07-18 | 1 | -2/+4 | |
| | | ||||||
* | | merge 8.5 | dgp | 2012-07-24 | 1 | -5/+2 | |
|\ \ | ||||||
| * | | silence compiler warnings | dgp | 2012-07-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix for [Bug 3546073]: | root | 2012-07-23 | 1 | -5/+2 | |
| | | | | | | | | | | | | Replace Tk_CreateWindow(... DisplayString(dispPtr->display)) with direct call to TkAllocWindow(). | |||||
* | | | merge 8.5 | dgp | 2012-07-16 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Type correctness fix, to stop compiler complaint. | dkf | 2012-07-12 | 1 | -2/+2 | |
| | | | ||||||
* | | | Release candidate branch for Tk 8.5.12. | dgp | 2012-07-10 | 4 | -12/+15 | |
|/ / | ||||||
* | | don't forget to excape quotes | jan.nijtmans | 2012-07-08 | 1 | -1/+1 | |
| | | ||||||
* | | use "in" operator in stead | jan.nijtmans | 2012-07-08 | 1 | -1/+1 | |
| | | ||||||
* | | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵ | jan.nijtmans | 2012-07-08 | 1 | -2/+2 | |
|\ \ | |/ | | | | | ::argv variable before trying to use it | |||||
| * | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵ | jan.nijtmans | 2012-07-08 | 1 | -2/+2 | |
| | | | | | | | | ::argv variable before trying to use it | |||||
* | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 5 | -8/+20 | |
|\ \ | |/ | ||||||
| * | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 5 | -8/+13 | |
| | | ||||||
* | | merge | jan.nijtmans | 2012-06-27 | 3 | -4/+6 | |
|\ \ | |/ | ||||||
| * | link cygwin wish with tk84.dll | jan.nijtmans | 2012-06-27 | 4 | -31/+45 | |
| | | | | | | install tk84.dll | |||||
* | | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 3 | -11/+26 | |
|\ \ | |/ | ||||||
| * | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 3 | -24/+38 | |
| | | ||||||
* | | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3 | jan.nijtmans | 2012-06-23 | 2 | -0/+16 | |
|\ \ | |/ | ||||||
| * | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-06-23 | 1 | -176/+182 | |
| | | | | | | autoconf-2.13 | |||||
| * | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3 | jan.nijtmans | 2012-06-22 | 1 | -0/+6 | |
| | | ||||||
| * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 2 | -5/+5 | |
| | | | | | | | | make various other tables CONST (All backported from Tk 8.6) |