summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp2009-10-151-2/+2
| | | | | | | | | * generic/tkMain.c: so that Tk 8.5.8 can [load] into Tcl 8.6 (and * generic/tkWindow.c: later 8.*) interps. * library/tk.tcl * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc:
* [Bug 1961455]: Draw underlines and overstrikes when using Xft for font renderingdkf2009-10-101-4/+57
|
* [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-071-3/+3
|
* Backport of "misconfigured xft font engine" fixes.dkf2009-09-101-2/+15
|
* [Bug 1909931]: Add support for server-interpreted access control addreses.dkf2009-08-251-3/+47
|
* Backport the fix for [Bug 2830420].dkf2009-08-011-23/+18
|
* Fix the transfer of large binary data. I hate INCR selections transfers...dkf2009-07-181-1/+3
|
* Apply patch from [Bug 2821962] to make binary byte selection transfers work.dkf2009-07-151-20/+54
|
* autoconf-2.59das2009-07-141-17/+34
|
* Allow turning off of XScreenSaver use. [Bug 2496018]dkf2009-07-141-20/+30
|
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-282-5/+7
| | | | to add _r to CC on AIX with threads.
* Removed stray @ from Makefile.in test target. [Bug 2764263]stwo2009-04-241-10/+10
| | | | | Don't chmod+x square demo. [Bug 1945073] Adjustable demo install location. [Patch 2764272]
* Don't chmod/exec installManPage. [Patch 2769530]stwo2009-04-241-8/+5
|
* Removed -Wno-implicit-int from CFLAGS_WARNING.\nRegen unix/configure.stwo2009-04-142-8/+8
|
* * generic/tk.h: Bump to 8.5.6 for release.dgp2009-04-103-11/+11
| | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
* * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-103-5/+351
| | | | | | available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
* Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]dkf2009-04-101-3/+3
|
* Don't Panic [Bug 1789819].jenglish2009-04-041-20/+9
|
* * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).Kevin B Kenny2009-01-222-2/+2
| | | | * unix/configure: Autoconf 2.59
* Backport of Patch 907924Kevin B Kenny2009-01-203-18/+36
|
* * generic/tk.h: Bump to 8.5.6 for release.dgp2008-12-213-5/+5
| | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
* [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-151-1/+7
|
* * generic/tk.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-233-5/+5
| | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.5 and * unix/configure.in: 8.5.6 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure:
* * unix/Makefile.in: Relax constraints in index script so thatdgp2008-10-101-3/+2
| | | | | * win/Makefile.in: each Tk 8.5.* release may be [package require]d * win/makefile.vc: into any Tcl 8.5.* interp. [Bug 1890438].
* * generic/tk.h: Bump to 8.5.5 for release.dgp2008-10-103-5/+5
| | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* Commit mysteriously missing autoconf resultsdgp2008-09-021-7/+7
|
* * unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBSdgp2008-08-291-2/+2
| | | | | to avoid link failures when a "big wish" program links against a --disable-shared build of libtk. (Discovered building expectTk).
* * generic/tk.h: Bump version number to 8.5.5b1 to distinguishdgp2008-08-282-4/+4
| | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.4 and * unix/configure.in: 8.5.5 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure:
* autoconf-2.59das2008-08-131-7/+7
|
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-1/+1
| | | | libX11.so et al.
* * generic/tk.h: Bump to 8.5.4 for release.dgp2008-08-083-5/+5
| | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
* * generic/tk.h: Bump to 8.5.3 for release.core_8_5_3dgp2008-06-303-11/+11
| | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updates for 8.5.3 release.
* * unix/configure: autoconf-2.59das2008-06-121-26/+49
|
* * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-24/+39
|
* Use Xutf8LookupString where available [Patch #1986818].jenglish2008-06-111-14/+89
| | | | | This should fix problems (like #1908443) where Xlib's idea of the system encoding does not match Tcl's.
* * generic/tk.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-113-11/+11
| | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.2 and * unix/configure.in: 8.5.3 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* autoconf-2.59das2008-04-011-8/+185
|
* sync with tcl/unix/tcl.m4 changes das2008-04-011-3/+24
|
* autoconf-2.59core_8_5_2dgp2008-03-281-1/+1
|
* * README: Bump to 8.5.2 for release.dgp2008-03-283-10/+10
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * unix/configure: autoconf-2.59das2008-03-271-9/+1
|
* * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-271-1/+1
|
* * changes: Updates for 8.5.2 release.dgp2008-03-261-3/+3
| | | | | * unix/tkUnixCursor.c: Stop crash in [. configure -cursor] on X11. Thanks to emiliano gavilán. [Bug 1922466]
* XIM reorganization and cleanup; see [Patch 1919791] for details.jenglish2008-03-264-129/+69
|
* Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]jenglish2008-03-211-2/+2
|
* ttkStubLib.o needs to be in tk library as well as stub librarydas2008-03-191-2/+2
|
* Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007].jenglish2008-03-181-6/+4
|
* * unix/configure.in: use backspace-quoting instead of double-quotingdas2008-03-133-37/+37
| | | | | * unix/tcl.m4: for lib paths in tkConfig.sh [Bug 1913622]. * unix/configure: autoconf-2.59
* Try a fallback font if XftFontOpenPattern() fails in GetFontjenglish2008-03-121-4/+25
| | | | (workaround for [Bug 1090382]).
* handle quoting of possibly empty XLIB_INCLUDE_INSTALL_DIR. [Bug 1912679]das2008-03-121-2/+2
|