Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trivial CYGWIN fixes (backported from trunk) | nijtmans | 2010-01-06 | 4 | -65/+235 |
| | |||||
* | [Bug 1163496]: Allow windows to be set to be transients for withdrawn masters | dkf | 2010-01-06 | 1 | -5/+9 |
| | | | | correctly. | ||||
* | Revert my last commit on grounds it is more likely to cause problems than not. | dkf | 2010-01-02 | 1 | -3/+1 |
| | |||||
* | Added point-size conversion, from Ubuntu port. | dkf | 2010-01-02 | 1 | -1/+3 |
| | |||||
* | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 2 | -88/+102 |
| | |||||
* | Oops! | dkf | 2010-01-02 | 1 | -4/+4 |
| | |||||
* | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work. | dkf | 2010-01-01 | 1 | -7/+25 |
| | |||||
* | Apply (a version of) [Patch 2917663]. | dkf | 2009-12-20 | 1 | -30/+50 |
| | |||||
* | [Bug 2864685] backported extended window manager hinting from HEAD | patthoyts | 2009-12-08 | 1 | -1/+33 |
| | |||||
* | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE. | stwo | 2009-11-25 | 1 | -1/+0 |
| | |||||
* | Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuck | dkf | 2009-11-24 | 1 | -38/+41 |
| | | | | with it. | ||||
* | *** 8.5.8 TAGGED FOR RELEASE *** | dgp | 2009-11-03 | 3 | -13/+13 |
| | | | | | | | | | | | | | | * generic/tk.h: Bump to 8.5.8 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updated for 8.5.8 release. | ||||
* | Fix [Bug 2809525] by limiting X11 color name lengths. | dkf | 2009-10-25 | 1 | -5/+18 |
| | |||||
* | [Patch 1530276]: Improve no-indicator check/radio buttons on Unix. | dkf | 2009-10-24 | 1 | -3/+3 |
| | |||||
* | * generic/tkConsole.c: Relax the runtime version requirements on Tcl | dgp | 2009-10-15 | 1 | -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 rendering | dkf | 2009-10-10 | 1 | -4/+57 |
| | |||||
* | [Patch 2088597]: Stop scrollbars from getting too small at the end. | dkf | 2009-10-07 | 1 | -3/+3 |
| | |||||
* | Backport of "misconfigured xft font engine" fixes. | dkf | 2009-09-10 | 1 | -2/+15 |
| | |||||
* | [Bug 1909931]: Add support for server-interpreted access control addreses. | dkf | 2009-08-25 | 1 | -3/+47 |
| | |||||
* | Backport the fix for [Bug 2830420]. | dkf | 2009-08-01 | 1 | -23/+18 |
| | |||||
* | Fix the transfer of large binary data. I hate INCR selections transfers... | dkf | 2009-07-18 | 1 | -1/+3 |
| | |||||
* | Apply patch from [Bug 2821962] to make binary byte selection transfers work. | dkf | 2009-07-15 | 1 | -20/+54 |
| | |||||
* | autoconf-2.59 | das | 2009-07-14 | 1 | -17/+34 |
| | |||||
* | Allow turning off of XScreenSaver use. [Bug 2496018] | dkf | 2009-07-14 | 1 | -20/+30 |
| | |||||
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 2 | -5/+7 |
| | | | | to add _r to CC on AIX with threads. | ||||
* | Removed stray @ from Makefile.in test target. [Bug 2764263] | stwo | 2009-04-24 | 1 | -10/+10 |
| | | | | | Don't chmod+x square demo. [Bug 1945073] Adjustable demo install location. [Patch 2764272] | ||||
* | Don't chmod/exec installManPage. [Patch 2769530] | stwo | 2009-04-24 | 1 | -8/+5 |
| | |||||
* | Removed -Wno-implicit-int from CFLAGS_WARNING.\nRegen unix/configure. | stwo | 2009-04-14 | 2 | -8/+8 |
| | |||||
* | * generic/tk.h: Bump to 8.5.6 for release. | dgp | 2009-04-10 | 3 | -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 if | das | 2009-04-10 | 3 | -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] | dkf | 2009-04-10 | 1 | -3/+3 |
| | |||||
* | Don't Panic [Bug 1789819]. | jenglish | 2009-04-04 | 1 | -20/+9 |
| | |||||
* | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). | Kevin B Kenny | 2009-01-22 | 2 | -2/+2 |
| | | | | * unix/configure: Autoconf 2.59 | ||||
* | Backport of Patch 907924 | Kevin B Kenny | 2009-01-20 | 3 | -18/+36 |
| | |||||
* | * generic/tk.h: Bump to 8.5.6 for release. | dgp | 2008-12-21 | 3 | -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] | patthoyts | 2008-11-15 | 1 | -1/+7 |
| | |||||
* | * generic/tk.h: Bump version number to 8.5.6b1 to distinguish | dgp | 2008-10-23 | 3 | -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 that | dgp | 2008-10-10 | 1 | -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. | dgp | 2008-10-10 | 3 | -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 results | dgp | 2008-09-02 | 1 | -7/+7 |
| | |||||
* | * unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBS | dgp | 2008-08-29 | 1 | -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 distinguish | dgp | 2008-08-28 | 2 | -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.59 | das | 2008-08-13 | 1 | -7/+7 |
| | |||||
* | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to | das | 2008-08-13 | 1 | -1/+1 |
| | | | | libX11.so et al. | ||||
* | * generic/tk.h: Bump to 8.5.4 for release. | dgp | 2008-08-08 | 3 | -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_3 | dgp | 2008-06-30 | 3 | -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.59 | das | 2008-06-12 | 1 | -26/+49 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. | das | 2008-06-12 | 1 | -24/+39 |
| | |||||
* | Use Xutf8LookupString where available [Patch #1986818]. | jenglish | 2008-06-11 | 1 | -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 distinguish | dgp | 2008-04-11 | 3 | -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: |