summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Missing past ChangeLog entry, and unbreak debug-build.jan.nijtmans2011-03-171-0/+6
|
* 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.
| * 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
|\ \ | |/
| * autoconf-2.59jan.nijtmans2011-03-161-0/+4
| |
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+7
| | | | | | using useful casts internally.
* | Eliminate unneeded _TkFinalize wrapper.jan.nijtmans2011-03-121-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
|\ \ | |/
| * Eliminate some unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-111-0/+6
| |
* | Fix libXft checkrmax2011-03-091-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
| |
| * * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-311-0/+6
| | | | | | | | | | manifest handling on Win64. * win/configure: Regenerated.
| * Tag for RC1 releasedgp2010-08-301-2/+2
| |
| * * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/hobbs2010-08-271-0/+4
| | | | | | | | | | throughout, but particularly in if lineChanged block where segPtr may no longer be valid. [Bug 3053347]
| * * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-271-0/+6
| | | | | | | | | | | | | | * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+.
| * * unix/Makefile.in: add valgrind targethobbs2010-08-271-0/+7
| | | | | | | | | | | | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found.
| * note bug/patch 3053320 for ttk backport changeshobbs2010-08-261-1/+1
| |
| * Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | committed to head (8.6), although they could apply for 8.5 as well. This re-sync makes future work easier to maintain and adds some useful work for 8.5 users. Notable changes: - Lots of code cleanup - Some bug fixes never backported - Addition of ttk::spinbox - minor color changes - Improved Vista/7 styling - Move to tile version 0.8.6 (pseudo-package) - ABI and API compatible (even $w identify) - minor new features (extended $w identify)
| * * changes: Updated for 8.5.9 release.dgp2010-08-241-0/+4
| |
| * * doc/listbox.n (SEE ALSO): [Bug 3048809]: Corrected what other pagedkf2010-08-191-0/+5
| | | | | | | | was referred to (ttk::treeview can work as a listbox).
| * * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Backportdkf2010-08-121-2/+8
| | | | | | | | | | of factoring-out of decision logic for whether to delete the selected text.
| * * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-121-0/+2
| |