summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
* 3554026 3561016 Better fix from Emiliano Gavilan.dgp2012-08-251-2/+2
|
* 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-231-0/+7
|
* [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
|
* [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/+13
|
* 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-24/+38
|
* 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)
* Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-081-13/+14
|
* some more quoting issuesjan.nijtmans2012-06-071-29/+29
|
* Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-012-121/+127
| | | Add .PHONY targets, and various quoting issues (Makefile.in)
* Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵jan.nijtmans2012-05-291-7/+8
| | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both.
* Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-23/+30
| | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX
* Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-0/+15
| | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin
* implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-253-171/+188
|
* make loading of tk.dll in cygwin possiblejan.nijtmans2012-04-171-2/+9
| | | reduce command table size
* sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-112-116/+121
|
* some more cygwin compatibility improvementsjan.nijtmans2012-04-062-0/+0
|
* implementation ready for further field-testsbug_3511806jan.nijtmans2012-03-292-183/+284
|
* [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-17/+6
|
* Patch from the cygwin folksjan.nijtmans2012-03-042-173/+179
|
* proposed fix for bug-3486474jan.nijtmans2012-02-102-6/+6
|
* [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-0/+4
|
* Add --disable-rpath option to configure scriptjan.nijtmans2011-09-062-299/+351
|
* Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-08-302-342/+358
| | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-162-434/+505
|
* Purge RCS Keywords.dgp2011-06-0831-62/+0
|
* We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-051-8/+0
|
* [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-252-2/+10
| | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
* TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-231-4/+179
|
* Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-251-6/+18
|
* [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-071-3/+3
|
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-282-180/+182
| | | | to add _r to CC on AIX with threads.
* Regen unix/configurestwo2009-04-141-1/+1
|
* Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-141-1/+1
|
* autoconf-2.13das2008-08-131-1/+1
|
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-1/+1
| | | | libX11.so et al.
* autoconf-2.13das2008-06-121-130/+131
|
* duh, fix missing 'fi', thanks aku!das2008-06-121-1/+2
|
* * unix/configure: autoconf-2.13das2008-06-121-170/+167
|
* * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-14/+30
|
* * README: Bump version number to 8.4.19dgp2008-04-073-15/+34
| | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release.
* * unix/configure: autoconf-2.13das2008-03-271-29/+10
|