summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Bumped version to 8.4.3hobbs2003-05-151-0/+9
| | | | | | |
| * | | | | | * unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312*hobbs2003-05-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | charset fonts. gb2312.enc was made to be euc-cn for Tcl because that is what is most often meant, but X really wants the original (-raw) gb2312 encoding. [Bug 557030]
| * | | | | | * library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli)hobbs2003-05-141-0/+4
| | | | | | |
| * | | | | | * macosx/tkMacOSXInit.c (TkpInit): use new versioned bundledas2003-05-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | resource API to get tk runtime library for TK_VERSION. [Bug 736774]
| * | | | | | backport of Mac OS X specific changes on trunk since 8.4.2:das2003-05-131-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXClipboard.c (TkSelGetSelection): Convert '\r' to '\n' on the way into Tcl. (ingham) * macosx/tkMacOSXMenu.c (EventuallyInvokeMenu): New function, used to invoke menu commands at idle time. (TkMacOSXDispatchMenuEvent): Don't immediately dispatch menu commands, wait till the idle loop to do so. This is more like what is done on Windows, and avoids the crash from destroying a menu in it's command. (ingham) * macosx/tkMacOSXHLEvents.c (ReallyKillMe): Don't force the shell to exit. According to the OS X HI guidelines, it should be possible to cancel an attempt to quit, and if we force the kill, here, it would not be possible to implement this. (ingham) * macosx/tkMacOSXApplication.r (removed): * macosx/tkMacOSXLibrary.r (removed): * macosx/tkMacOSXResource.r (removed): * macosx/Wish.pbproj/project.pbxproj: * macosx/tkAboutDlg.r: updated copyrights, cleaned up about box, removed obsolete unused resource files. (steffen)
| * | | | | | * generic/tkCanvPoly.c (PolygonToPostscript):hobbs2003-05-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/canvPs.test: correct crash when generating postscript for a single-line polygon (point) with no color. [Bug #734498] (wilm)
| * | | | | | * macosx/tkMacOSXButton.c (TkpDisplayButton): correct typo forhobbs2003-04-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | stippleGC [Bug #730124].
| * | | | | | * generic/tkButton.h: Rewrote the handlinghobbs2003-04-261-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkButton.c (TkButtonWorldChanged): of compound *buttons * mac/tkMacButton.c (TkpDisplayButton): to correctly display * macosx/tkMacOSXButton.c (TkpDisplayButton): mixture of disabledfg, * unix/tkUnixButton.c (TkpDisplayButton): selectcolor, indicator, * win/tkWinButton.c (TkpDisplayButton): etc. *buttons will now only stipple the image, unless no disabledfg is given, in which case it will stipple the whole button.
| * | | | | | * unix/tkUnixButton.c (TkpDisplayButton): Use the normalTextGc whenhobbs2003-04-251-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * win/tkWinButton.c (TkpDisplayButton): displaying disabled text that have images, as they get a gray50 stipple as well and the disabledGc is not set up correctly for font drawing. [Bug #477740]
| * | | | | | * win/configure: Regen.mdejong2003-04-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable. * win/tcl.m4: Update from Tcl to get new LIBFLAGSUFFIX variable.
| * | | | | | * win/configure: Regen.mdejong2003-04-031-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * win/configure.in: Don't set TCL_DLL_FILE, TCL_LIB_FILE, TCL_STUB_LIB_FILE, TCL_STUB_LIB_FLAG, and TCL_BUILD_STUB_LIB_SPEC. These variables are already set in tclConfig.sh. [Bug 691908]
| * | | | | | Corrected several problems that prevented OPTS=symbols from building Kevin B Kenny2003-03-231-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes.
| * | | | | | * tests/unixWm.test (unixWm-41.2): Corrected typo in 2003-03-13dgp2003-03-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | commit. Thanks Larry Virden. [Bug 705567]
| * | | | | | * macosx/Wish.pbproj/project.pbxproj:das2003-03-181-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macosx/Makefile: * macosx/README: added support for giving 'make' the location of Tcl.framework and tclsh to build and link against. * macosx/tkMacOSXXStubs.c: fixed crash in [winfo server].
| * | | | | | Backport of the 'Message box buttons too wide' fix. [Bug #701812]dkf2003-03-141-0/+5
| | | | | | |
| * | | | | | * tests/unixWm.test: Constrained all tests older than revision 1.21dgp2003-03-131-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to run only on Unix. Alternative approach did not match maintainer habits. * tests/spinbox.test (spinbox-17.4): Avoid long failure message.
| * | | | | | Backed the version to 8.4 on the 8.4 branch. Kevin B Kenny2003-03-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (I just loathe sticky tags).
| * | | | | | Backported the code that makes the makefile build pkgIndex.tcl as part Kevin B Kenny2003-03-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of the install step.
* | | | | | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-03-161-1/+4
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA.
* | | | | | autoconf-2.59jan.nijtmans2011-03-161-0/+4
| |_|_|_|/ |/| | | |
* | | | | Eliminate unneeded _TkFinalize wrapper.jan.nijtmans2011-03-121-0/+4
| |_|_|/ |/| | |
* | | | Eliminate some unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-111-0/+6
| |_|/ |/| |
* | | Fix libXft checkrmax2011-03-091-0/+6
| | |
* | | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-0/+6
| | | | | | | | | | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
* | | ttk::combobox: Add missing 'validate' command (reported by schelte).jenglish2011-01-221-0/+5
| | |
* | | Make sure to use CONST/VOID in stead ofnijtmans2011-01-191-1/+1
| | | | | | | | | | | | | | | | | | const/void when appropriate. This allows to use const/void in the *.decls file always, genStubs will do the right thing.
* | | Make sure to use CONST/VOID in stead ofnijtmans2011-01-191-3/+2
| | | | | | | | | | | | | | | | | | const/void when appropriate. This allows to use const/void in the *.decls file always, genStubs will do the right thing.
* | | Make sure to use CONST/VOID in stead ofnijtmans2011-01-191-0/+7
| | | | | | | | | | | | | | | | | | const/void when appropriate. This allows to use const/void in the *.decls file always, genStubs will do the right thing.
* | | handle --enable-64bit=ia64 for gcc. BACKPORT.nijtmans2011-01-171-0/+5
| | |
* | | [Patch #3154705] Close button has no effectnijtmans2011-01-131-0/+4
| | |
* | | Cast some NULLs to (void *) in order to quash "missing sentinel in function ↵stwo2011-01-061-0/+7
| | | | | | | | | | | | call" compiler warnings.
* | | [Bug 2446711]: Remove 'allpatch' target.stwo2010-12-171-0/+4
| | |
* | | Use 'rpmbuild', not 'rpm' [Bug 2537626].stwo2010-12-171-0/+4
| | |
* | | Cross-compile support for Win and UNIX (backported)nijtmans2010-12-131-0/+10
| | |
* | | Better building on OpenBSD.stwo2010-12-121-0/+5
| | |
* | | re-wrote TkpDisplayWarning such that it does not use an Tcl API calls any ↵nijtmans2010-11-241-0/+4
| | | | | | | | | | | | | | | | | | | | | more, so it works even with an ill-initialized Tcl Teach WishPanic how to thread UTF-8 in it's messagebox. Both of those changes backported from Tcl 8.6. No change in functionality.
* | | [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\nijtmans2010-11-241-0/+4
| | |
* | | Allow cross-compilation by default (backported)nijtmans2010-11-191-0/+6
| | | | | | | | | | | | Use -pipe for gcc on win32 (backported)
* | | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1nijtmans2010-11-161-0/+5
| | |
* | | Updated German messages. Thanks to Ruediger Haertel. [Patch 2442309] [Bug ↵nijtmans2010-11-041-0/+5
| | | | | | | | | | | | 3102739].
* | | Update for VS10nijtmans2010-10-231-0/+4
| | |
* | | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-111-0/+5
| | |
* | | * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.dkf2010-10-061-14/+18
| | |
* | | TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363]jenglish2010-09-081-2/+7
| | |
* | | Tag for RC4 releasecore_8_5_9dgp2010-09-021-3/+3
| | |
* | | library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl, library/ttk/vistaTheme.tcl:jenglish2010-09-021-0/+6
| | | | | | | | | | | | Specify disabled combobox text foreground color [#3057573].
* | | * changes: Updated for 8.5.9 release.dgp2010-09-011-5/+7
| | |
* | | library/ttk/entry.tcl: Revert keyboard navigation bindings to use real eventsjenglish2010-09-011-0/+5
| | | | | | | | | | | | instead of virtual events.
* | | * doc/menu.n: Formatting error.dgp2010-09-011-1/+5
| | |
* | | Tag for RC2 releasedgp2010-09-011-2/+2
| | |