summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
...
* | Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-133-182/+60
|\ \ | |/
| * Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-134-46/+69
* | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-043-33/+17
* | merge 8.5dgp2013-06-032-10/+10
|\ \ | |/
| * merge 8.4dgp2013-06-032-10/+10
| |\
| | * last-moment fix for FreeBSD from Pietro Ceruttijan.nijtmans2013-06-032-4/+4
* | | Disable XInitThreads() call until we have a better test for it.jan.nijtmans2013-05-243-12/+17
* | | Extra bit of safety. Since we check whether xinitMutex is "still NULL"dgp2013-05-231-1/+1
* | | Fix for [3613668] by not calling XInitThreads when either 1) Tcl is compiled ...jan.nijtmans2013-05-233-3/+97
|\ \ \
| * | | Only call XInitThreads() when we have a very new X11 library. Checked by look...jan.nijtmans2013-05-223-1/+91
* | | | Fix for FreeBSD, and remove support for old FreeBSD versions. Patch by Pietro...jan.nijtmans2013-05-192-209/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet...jan.nijtmans2013-05-192-97/+12
| |\ \ | | |/
| | * Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet...jan.nijtmans2013-05-192-296/+159
| | * 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 is...jan.nijtmans2013-04-081-4/+4
|\ \ \ | |/ /
| * | Don't work around XkbOpenDisplay's non-const-ness with a macro, when there is...jan.nijtmans2013-04-081-4/+4
| |\ \
| | * \ Merge 8.5.dgp2013-04-012-15/+52
| | |\ \
| | * | | Backout [9bc120ced2] and part of [ea8d772054] (change-log entry for [9bc120ce...jan.nijtmans2013-03-303-17/+3
| | * | | 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
| | |_|/ / | |/| | |
* | | | | make distdgp2013-04-031-0/+3
* | | | | silence compiler warningdgp2013-04-011-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | silence compiler warningdgp2013-04-011-1/+1
* | | | | 3607830 Runtime checks that Xkb is available in the X server before trying todgp2013-04-012-21/+60
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | |\ \ \ | | | |/ /
| | * | | Set of changes that permits Tk 8.5.14 to build against the releaseddgp2012-12-103-3/+17
| * | | | Runtime check for Xkb support in X server.dgp2013-04-012-15/+46
| |/ / /
* | | | Patch by Andrew Shadura, providing better support for three architectures the...jan.nijtmans2013-03-132-29/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Patch by Andrew Shadura, providing better support for three architectures the...jan.nijtmans2013-03-132-29/+2
| |\ \ \ | | | |/ | | |/|
| | * | Patch by Andrew Shadura, providing better support for three architectures the...jan.nijtmans2013-03-132-80/+2
| | * | Backport various improvements from Tcl 8.5jan.nijtmans2013-02-122-15/+15
* | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-071-2/+7
* | | | [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
| | | |/ | | |/|
| * | | 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
| |\ \ \ | | | |/ | | |/|
| | * | Don't compile Tk with -DTCL_NO_DEPRECATED by defaultjan.nijtmans2013-01-161-4/+4
* | | | 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 u...jan.nijtmans2013-02-221-1/+5
* | | | 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 tkAppInit.c/winMain....jan.nijtmans2013-02-181-2/+3
* | | | 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