summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* sync with Tcl version.jan.nijtmans2013-07-262-2/+2
|
* On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead ↵jan.nijtmans2013-07-122-4/+2
| | | | bring it in though tkIntXlibDecls.h
* Use X11/Xlib.h for checking where X11 can be found in stead of ↵jan.nijtmans2013-07-072-14/+14
| | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig)
* OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-072-56/+14
|
* Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵jan.nijtmans2013-07-022-2/+2
| | | | check is incorrect in tcl.m4. Thanks to Brian Griffin.
* manually revert changes caused by different autoconf versions.jan.nijtmans2013-06-271-6/+6
|
* fix installation on MacOSXjan.nijtmans2013-06-272-8/+8
|
* Static Cygwin wish.exe cannot link with win32's static libtk85.a (because it ↵jan.nijtmans2013-06-142-12/+14
| | | | | expects a different runtime), so configure shouldn't even try to do this. (On a dynamic wish.exe this works, this is exactly how wish can run even without X11)
* clean tk.pc and make it part of "make dist"jan.nijtmans2013-06-131-3/+3
|
* Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-134-46/+69
| | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Add tk.pc
* merge 8.4dgp2013-06-032-10/+10
|\
| * last-moment fix for FreeBSD from Pietro Ceruttijan.nijtmans2013-06-032-4/+4
| |
* | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-192-97/+12
|\ \ | |/ | | | | Pietro Cerutti
| * Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵jan.nijtmans2013-05-192-296/+159
| | | | | | | | Pietro Cerutti
| * sync with Tcl's upgrade of dde/reg packagesjan.nijtmans2013-05-012-2/+2
| |
* | Don't work around XkbOpenDisplay's non-const-ness with a macro, when there ↵jan.nijtmans2013-04-081-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.dgp2013-04-012-15/+52
| |\ \
| * | | Backout [9bc120ced2] and part of [ea8d772054] (change-log entry for ↵jan.nijtmans2013-03-303-17/+3
| | | | | | | | | | | | | | | | [9bc120ced2] only)
| * | | make distdgp2013-03-221-0/+3
| | | |
| * | | merge 8.5dgp2013-03-223-3/+17
| |\ \ \
| * | | | Release branch for Tk 8.5.14dgp2013-03-223-9/+9
| | | | |
* | | | | merge release to 8.5; revert features not included in releasedgp2013-04-035-36/+15
| |_|/ / |/| | |
* | | | silence compiler warningdgp2013-04-011-1/+1
| | | |
* | | | Merge 8.5. Bring together the compile time and run time Xkb checks.bug_3607830dgp2013-04-018-316/+518
|\ \ \ \
| * | | | Easier solution, with proper protection and configure warnings.jan.nijtmans2013-03-282-0/+10
| | |/ / | |/| |
| * | | merge trunkdgp2013-03-227-312/+484
| |\ \ \ | | |/ /
| | * | 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
| | | |
| | * | [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)
| | | | |
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ 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.
| * | | Set of changes that permits Tk 8.5.14 to build against the releaseddgp2012-12-103-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.dgp2013-04-012-15/+46
|/ / | | | | Contributed patch from Brian Griffin.
* | 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
| |
* | 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
* | 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