summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | * 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
| * 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
|/ /
* | 3554026 3561016 Better fix from Emiliano Gavilandgp2012-08-251-2/+2
|\ \ | |/
| * 3554026 3561016 Better fix from Emiliano Gavilan.dgp2012-08-251-2/+2
| |
* | 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-231-0/+7
|\ \ | |/
| * 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-231-0/+7
| |
* | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The ↵stwo2012-08-093-4/+4
| | | | | | | | warnings were false flags from a faulty OpenBSD C compiler.
* | Installer improvements, like [a3b936f0a1].stwo2012-08-074-144/+533
| |
* | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-311-10/+12
|\ \ | |/ | | deprecation warning.
| * [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-311-9/+11
| | | | | | deprecation warning.
| * Backport fix for [Bug 3546073]jenglish2012-07-311-5/+3
| |
| * [Bug 3545457]: Crash on packing a menubuttonbug_3545457fvogel2012-07-181-2/+4
| |
* | merge 8.5dgp2012-07-241-5/+2
|\ \
| * | silence compiler warningsdgp2012-07-241-1/+1
| | |
| * | Fix for [Bug 3546073]:root2012-07-231-5/+2
| | | | | | | | | | | | Replace Tk_CreateWindow(... DisplayString(dispPtr->display)) with direct call to TkAllocWindow().
* | | merge 8.5dgp2012-07-161-2/+2
|\ \ \ | |/ /
| * | Type correctness fix, to stop compiler complaint.dkf2012-07-121-2/+2
| | |
* | | Release candidate branch for Tk 8.5.12.dgp2012-07-104-12/+15
|/ /
* | don't forget to excape quotesjan.nijtmans2012-07-081-1/+1
| |
* | use "in" operator in steadjan.nijtmans2012-07-081-1/+1
| |
* | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
|\ \ | |/ | | | | ::argv variable before trying to use it
| * [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
| | | | | | | | ::argv variable before trying to use it
* | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-285-8/+20
|\ \ | |/
| * Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-285-8/+13
| |
* | mergejan.nijtmans2012-06-273-4/+6
|\ \ | |/
| * link cygwin wish with tk84.dlljan.nijtmans2012-06-274-31/+45
| | | | | | install tk84.dll
* | link cygwin wish8.6 with tk86.dll (configuration part)jan.nijtmans2012-06-263-11/+26
|\ \ | |/
| * link cygwin wish8.6 with tk86.dll (configuration part)jan.nijtmans2012-06-263-24/+38
| |
* | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-232-0/+16
|\ \ | |/
| * sync tcl.m4 with Tcl versionjan.nijtmans2012-06-231-176/+182
| | | | | | autoconf-2.13
| * [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-221-0/+6
| |
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-192-5/+5
| | | | | | | | make various other tables CONST (All backported from Tk 8.6)
* | Backport of [Bug 3532186] fixjan.nijtmans2012-06-151-3/+3
| |