Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Fix for FreeBSD, and remove support for old FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 2 | -209/+6 | |
|\ | | | | | | | Pietro Cerutti | |||||
| * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 2 | -97/+12 | |
| |\ | | | | | | | | | | Pietro Cerutti | |||||
| | * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 2 | -296/+159 | |
| | | | | | | | | | | | | Pietro Cerutti | |||||
| | * | sync with Tcl's upgrade of dde/reg packages | jan.nijtmans | 2013-05-01 | 2 | -2/+2 | |
| | | | ||||||
* | | | Don't work around XkbOpenDisplay's non-const-ness with a macro, when there ↵ | jan.nijtmans | 2013-04-08 | 1 | -4/+4 | |
|\ \ \ | |/ / | | | | | | | is only a single call. A type-cast suffices. | |||||
| * | | Don't work around XkbOpenDisplay's non-const-ness with a macro, when there ↵ | jan.nijtmans | 2013-04-08 | 1 | -4/+4 | |
| |\ \ | | | | | | | | | | | | | | | | | is only a single call. A type-cate suffices. Merge-mark core-8-5-14, just to document that really all changes are merged back. | |||||
| | * \ | Merge 8.5. | dgp | 2013-04-01 | 2 | -15/+52 | |
| | |\ \ | ||||||
| | * | | | Backout [9bc120ced2] and part of [ea8d772054] (change-log entry for ↵ | jan.nijtmans | 2013-03-30 | 3 | -17/+3 | |
| | | | | | | | | | | | | | | | | | | | | [9bc120ced2] only) | |||||
| | * | | | make dist | dgp | 2013-03-22 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | merge 8.5 | dgp | 2013-03-22 | 3 | -3/+17 | |
| | |\ \ \ | ||||||
| | * | | | | Release branch for Tk 8.5.14 | dgp | 2013-03-22 | 3 | -9/+9 | |
| | | | | | | ||||||
| * | | | | | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 5 | -36/+15 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | make dist | dgp | 2013-04-03 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | silence compiler warning | dgp | 2013-04-01 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | silence compiler warning | dgp | 2013-04-01 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | 3607830 Runtime checks that Xkb is available in the X server before trying to | dgp | 2013-04-01 | 2 | -21/+60 | |
|\ \ \ \ \ | |/ / / / | | | | | | use. Adapted from patch from Brian Griffin. | |||||
| * | | | | Merge 8.5. Bring together the compile time and run time Xkb checks.bug_3607830 | dgp | 2013-04-01 | 8 | -316/+518 | |
| |\ \ \ \ | ||||||
| | * | | | | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 2 | -0/+10 | |
| | | |/ / | | |/| | | ||||||
| | * | | | merge trunk | dgp | 2013-03-22 | 7 | -312/+484 | |
| | |\ \ \ | | | |/ / | ||||||
| | * | | | Set of changes that permits Tk 8.5.14 to build against the released | dgp | 2012-12-10 | 3 | -3/+17 | |
| | | | | | | | | | | | | | | | | | | | | header files of Tcl 8.6.0. Developed and tested only on linux so far. A step in the saga to decouple Tcl and Tk releases. | |||||
| * | | | | Runtime check for Xkb support in X server. | dgp | 2013-04-01 | 2 | -15/+46 | |
| |/ / / | | | | | | | | | Contributed patch from Brian Griffin. | |||||
* | | | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 2 | -29/+2 | |
|\ \ \ \ | | |/ / | |/| | | | | | | they have in Debian. | |||||
| * | | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 2 | -29/+2 | |
| |\ \ \ | | | |/ | | |/| | | | | | they have in Debian. | |||||
| | * | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 2 | -80/+2 | |
| | | | | | | | | | | | | | | | | they have in Debian. | |||||
| | * | | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 2 | -15/+15 | |
| | | | | ||||||
* | | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to ↵ | jan.nijtmans | 2013-03-07 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | the prefered Tcl_EvalEx). | |||||
* | | | | [Bug 3599312]: Apply fix for Alt key problems. | dkf | 2013-02-28 | 1 | -8/+10 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 3599312]: Apply fix for Alt key problems. | dkf | 2013-02-28 | 1 | -8/+10 | |
| |\ \ \ | ||||||
| | * | | | The proposed fix from Bug 3599312, which should make key map handling interactbug_3599312 | dkf | 2013-01-07 | 1 | -8/+9 | |
| | | |/ | | |/| | | | | | | | | | better with input methods. Note that this does not work on OSX (in X11 mode) because that handles the Alt key in its own special way. | |||||
| * | | | Bug [3599928]: Use XkbKeycodeToKeysym if available. | stwo | 2013-01-31 | 3 | -1/+193 | |
| | | | | ||||||
| * | | | Bug [3602534]: Test for XScreensaver last. | stwo | 2013-01-31 | 2 | -265/+271 | |
| | | | | ||||||
| * | | | 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) | |||||
* | | | | Put mutex around XInitThreads call, making sure it is only called once. | jan.nijtmans | 2013-02-25 | 1 | -5/+10 | |
| | | | | ||||||
* | | | | Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never ↵ | jan.nijtmans | 2013-02-22 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | used in winMain.c/tkAppInit.c | |||||
* | | | | Call XInitThreads once before the first Xlib call. Suggested by Brian Griffin. | jan.nijtmans | 2013-02-18 | 1 | -1/+13 | |
| | | | | ||||||
* | | | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in ↵ | jan.nijtmans | 2013-02-18 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | tkAppInit.c/winMain.c. Remove unneeded use of TEXT() macro, as in tclAppInit.c | |||||
* | | | | Oops. Missed removing one line in last commit. | stwo | 2013-01-31 | 1 | -2/+0 | |
| | | | | ||||||
* | | | | Bug [3599928]: Use XkbKeycodeToKeysym if available. | stwo | 2013-01-31 | 3 | -0/+194 | |
| | | | | ||||||
* | | | | Bug [3602534]: Test for XScreensaver last. | stwo | 2013-01-31 | 2 | -265/+271 | |
| | | | | ||||||
* | | | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk ↵ | jan.nijtmans | 2013-01-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | to work with "novem" | |||||
* | | | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -16/+16 | |
| | | | | ||||||
* | | | | Replace various functions calls, for functions which are small wrappers ↵ | jan.nijtmans | 2013-01-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | around other functions, to call the wrapped function directly. | |||||
* | | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 3 | -8/+8 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. | |||||
| | | | | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| | \ \ | ||||||
| *---. \ \ | 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 | |
| | | |