summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-132-29/+2
|\ | | | | | | they have in Debian.
| * Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-132-29/+2
| |\ | | | | | | | | | they have in Debian.
| | * Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-132-80/+2
| | | | | | | | | | | | they have in Debian.
| | * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-122-15/+15
| | |
* | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to ↵jan.nijtmans2013-03-071-2/+7
| | | | | | | | | | | | the prefered Tcl_EvalEx).
* | | [Bug 3599312]: Apply fix for Alt key problems.dkf2013-02-281-8/+10
|\ \ \ | |/ /
| * | [Bug 3599312]: Apply fix for Alt key problems.dkf2013-02-281-8/+10
| |\ \
| | * | The proposed fix from Bug 3599312, which should make key map handling interactbug_3599312dkf2013-01-071-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.stwo2013-01-313-1/+193
| | | |
| * | | Bug [3602534]: Test for XScreensaver last.stwo2013-01-312-265/+271
| | | |
| * | | 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-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.nijtmans2013-02-251-5/+10
| | | |
* | | | Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never ↵jan.nijtmans2013-02-221-1/+5
| | | | | | | | | | | | | | | | used in winMain.c/tkAppInit.c
* | | | Call XInitThreads once before the first Xlib call. Suggested by Brian Griffin.jan.nijtmans2013-02-181-1/+13
| | | |
* | | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in ↵jan.nijtmans2013-02-181-2/+3
| | | | | | | | | | | | | | | | | | | | tkAppInit.c/winMain.c. Remove unneeded use of TEXT() macro, as in tclAppInit.c
* | | | Oops. Missed removing one line in last commit.stwo2013-01-311-2/+0
| | | |
* | | | Bug [3599928]: Use XkbKeycodeToKeysym if available.stwo2013-01-313-0/+194
| | | |
* | | | Bug [3602534]: Test for XScreensaver last.stwo2013-01-312-265/+271
| | | |
* | | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk ↵jan.nijtmans2013-01-261-1/+1
| | | | | | | | | | | | | | | | to work with "novem"
* | | | more places convertedjan.nijtmans2013-01-241-16/+16
| | | |
* | | | Replace various functions calls, for functions which are small wrappers ↵jan.nijtmans2013-01-141-2/+2
| | | | | | | | | | | | | | | | around other functions, to call the wrapped function directly.
* | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-113-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.nijtmans2013-01-113-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 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-113-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 ↵dgp2012-11-154-19/+3
| | | | | | | | | | | | systems.
| * | make distdgp2012-11-061-4/+18
| | |
| * | 3584471 Repair `make dist` backport.dgp2012-11-061-4/+5
| | |
| * | Release branch for Tk 8.5.13.dgp2012-11-053-9/+9
| | |
* | | Create Tk 8.6.0 release branchdgp2012-11-083-3/+3
| | |
* | | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-29/+12
|\ \ \ | |/ / | | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
| * | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-236-43/+59
| |\ \ | | |/ | | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
* | | consistant use of mode: objc for OSX, strip spaces from the end of linesjan.nijtmans2012-10-231-1/+1
|\ \ \ | |/ /
| * | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar ↵jan.nijtmans2012-10-231-1/+1
| | | | | | | | | | | | metrics handling from trunk
| * | fix typodgp2012-10-051-1/+1
| | |
| * | Backport of dgp fixes on 50e0c049b2 to 8.5Kevin Walzer2012-10-021-0/+2
| | |
| * | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-281-0/+13
| |\ \ | | |/ | | | | | | lime, olive, silver and teal), part of TIP #403
| | * Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-281-91/+110
| | | | | | | | | | | | lime, olive, silver and teal), part of TIP #403
| * | Test for XftFontOpen in Xft library, not FT_New_Facejan.nijtmans2012-09-252-25/+30
| | |
| * | Merge Tk-Cocoa backport into core-8-5-branchKevin Walzer2012-09-254-110/+58
| |\ \
| | * | review remarks, see mail.jan.nijtmans2012-09-123-4439/+7025
| | | |
| | * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-124-7123/+4485
| |/ /
* | | merge trunkdgp2012-09-171-0/+3
|\ \ \
| * | | typodgp2012-09-151-1/+1
| | | |
| * | | 3567812 3567779 Repaired regressions in 3546073 fix.dgp2012-09-151-0/+3
| | | | | | | | | | | | Stopped test event leakage in winWm-9.2.
* | | | merge trunkdgp2012-09-132-0/+24
|\ \ \ \ | |/ / /
| * | | Building Tk 8.6 requires Tcl 8.6 headers.dgp2012-09-132-0/+24
| | | |
* | | | merge trunkdgp2012-09-131-8/+8
|\ \ \ \ | |/ / /