summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Backport of fix for [Bug 2112563]dkf2008-10-051-0/+10
|
* add global commands for tk_strictMotif variabletmh2008-09-091-0/+4
|
* Bug [2098425] docs typotmh2008-09-081-0/+4
|
* * unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBSdgp2008-08-291-0/+4
| | | | | 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-281-0/+12
| | | | | | | | | | | * 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:
* fix typo added to menu.tcltmh2008-08-271-0/+4
|
* [bug 1023955 : don't flip cursors on menus to arrow pointer.tmh2008-08-251-0/+6
|
* fix for bug tracker id 1936220 backported from tk8.6tmh2008-08-251-0/+7
|
* generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-191-0/+9
| | | | | point numbers in -[xy]scrollcommand callbacks or [xy]view methods. Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0".
* * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing ofdas2008-08-191-0/+6
| | | | | fixed-width fonts with size <= 10.
* move tagcore_8_5_4dgp2008-08-141-2/+2
|
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-0/+7
| | | | libX11.so et al.
* 8.5.4 tagdgp2008-08-081-0/+2
|
* * generic/tk.h: Bump to 8.5.4 for release.dgp2008-08-081-0/+10
| | | | | | | | | | | * 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.4 release.dgp2008-08-081-0/+4
|
* Fix for [Bug 2010422] "no event type or button # or keysymjenglish2008-08-051-0/+6
| | | | | | | while executing "bind Listbox <MouseWheel> [...]". This allows Tk to compile and run against newer X11 headers where the protocol constant LastEvent has changed.
* Backported fixes for handling unmapped parent toplevels. [Bug 2009788, 2028703]patthoyts2008-08-011-0/+5
|
* * generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheckdgp2008-07-311-0/+5
| | | | declaration to fix inability to embed non-stub-enabled Tk on Windows.
* bug #1686012: Direct user to the font manual for the -font optionpatthoyts2008-07-261-0/+2
|
* bug #2026405: Check for 0x prefix in sprintf %p to work around cygwin issue.patthoyts2008-07-261-0/+4
|
* * library/ttk/aquaTheme.tcl: Use system color names and TIP145 nameddas2008-07-221-0/+7
| | | | font instead of hardcoded color values and deprecated native font name.
* Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-041-0/+6
| | | | in case of erroneous style specifications [#2009213].
* * generic/tk.h: Bump to 8.5.3 for release.core_8_5_3dgp2008-06-301-0/+16
| | | | | | | | | | | | | * 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.
* * generic/tkPanedWindow.c (PanedWindowProxyCommand)dgp2008-06-261-0/+6
| | | | | (DisplayPanedWindow): Ensure that a zero width never gets fed to the underlying window system. [Bug 1639824] (Backport fix from dkf).
* Backport fix for [Bug 1951733]jenglish2008-06-201-0/+4
|
* * changes: Updates for 8.5.3 release.dgp2008-06-191-0/+4
|
* * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing;das2008-06-191-0/+25
| | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol().
* * win/configure, win/configure.in (TK_WIN_VERSION): fix handlinghobbs2008-06-131-0/+5
| | | | of interim a/b versioning for manifest usage.
* * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-121-0/+5
| | | | | | global grab capture and to release the restrict window capture when releasing a button grab. Fixes segfault due to dangling reference to restrict window inside TkpSetCapture() implementation. [Bug 1991932]
* s/target/config/das2008-06-121-1/+1
|
* * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivitydas2008-06-121-0/+16
| | | | instead of OverallAct (which may be ignored in some circumstances).
* Use Xutf8LookupString where available [Patch #1986818].jenglish2008-06-111-0/+6
| | | | | This should fix problems (like #1908443) where Xlib's idea of the system encoding does not match Tcl's.
* Avoid passing width or height <= 0 to Tk_RedrawImage,jenglish2008-05-231-0/+5
| | | | as this leads to a panic on Windows [Bug 1967576]
* Support for ttk widgets in AmpWidgetpatthoyts2008-05-111-0/+2
|
* Backported documentation fixes from HEADpatthoyts2008-05-111-0/+5
|
* "default" and "focus" adornments should not be disjoint [Bug 1942785]jenglish2008-05-041-0/+5
|
* * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-171-3/+8
| | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482]
* backported tk_chooseColor -title fix from HEADpatthoyts2008-04-141-0/+6
|
* * generic/tk.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-111-0/+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:
* * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-0/+3
| | | | * tests/main.test (main-3.*): error. [Bug 1937135]
* use kenny variant for 1936238 fixhobbs2008-04-071-1/+1
|
* * generic/tkArgv.c: fix -help mem explosion. [Bug 1936238] (bachmann)hobbs2008-04-071-0/+4
|
* Fix the foreground colour for labelframe in xppatthoyts2008-04-031-0/+4
|
* typodgp2008-04-021-1/+1
|
* * generic/tkStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-021-0/+5
| | | | * generic/tkWindow.c (Tk_PkgInitStubsCheck):
* * README: Bump to 8.5.2 for release.dgp2008-03-281-0/+12
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * changes: Updates for 8.5.2 release.dgp2008-03-281-0/+4
|
* * library/safetk.tcl (::safe::tkInterpInit): make sure tk_libraryhobbs2008-03-271-0/+5
| | | | and its subdirs (eg, ttk) are on the "safe" access path.
* * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-271-0/+6
|
* * generic/ttk/ttkStubLib.c: ensure tcl stubs are used in libtkstubdas2008-03-271-0/+7
| | | | | | even in a static build of Tk. * generic/ttk/ttkDecls.h: fix incorrect number of arguments in Ttk_InitStubs macro definition.