Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add global commands for tk_strictMotif variable | tmh | 2008-09-09 | 1 | -0/+4 |
| | |||||
* | Bug [2098425] docs typo | tmh | 2008-09-08 | 1 | -0/+4 |
| | |||||
* | * unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBS | dgp | 2008-08-29 | 1 | -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 distinguish | dgp | 2008-08-28 | 1 | -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.tcl | tmh | 2008-08-27 | 1 | -0/+4 |
| | |||||
* | [bug 1023955 : don't flip cursors on menus to arrow pointer. | tmh | 2008-08-25 | 1 | -0/+6 |
| | |||||
* | fix for bug tracker id 1936220 backported from tk8.6 | tmh | 2008-08-25 | 1 | -0/+7 |
| | |||||
* | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floating | jenglish | 2008-08-19 | 1 | -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 of | das | 2008-08-19 | 1 | -0/+6 |
| | | | | | fixed-width fonts with size <= 10. | ||||
* | move tagcore_8_5_4 | dgp | 2008-08-14 | 1 | -2/+2 |
| | |||||
* | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to | das | 2008-08-13 | 1 | -0/+7 |
| | | | | libX11.so et al. | ||||
* | 8.5.4 tag | dgp | 2008-08-08 | 1 | -0/+2 |
| | |||||
* | * generic/tk.h: Bump to 8.5.4 for release. | dgp | 2008-08-08 | 1 | -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. | dgp | 2008-08-08 | 1 | -0/+4 |
| | |||||
* | Fix for [Bug 2010422] "no event type or button # or keysym | jenglish | 2008-08-05 | 1 | -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] | patthoyts | 2008-08-01 | 1 | -0/+5 |
| | |||||
* | * generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheck | dgp | 2008-07-31 | 1 | -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 option | patthoyts | 2008-07-26 | 1 | -0/+2 |
| | |||||
* | bug #2026405: Check for 0x prefix in sprintf %p to work around cygwin issue. | patthoyts | 2008-07-26 | 1 | -0/+4 |
| | |||||
* | * library/ttk/aquaTheme.tcl: Use system color names and TIP145 named | das | 2008-07-22 | 1 | -0/+7 |
| | | | | font instead of hardcoded color values and deprecated native font name. | ||||
* | Audit: ensure that output arguments to Tk_Get*FromObj() are initialized, | jenglish | 2008-07-04 | 1 | -0/+6 |
| | | | | in case of erroneous style specifications [#2009213]. | ||||
* | * generic/tk.h: Bump to 8.5.3 for release.core_8_5_3 | dgp | 2008-06-30 | 1 | -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) | dgp | 2008-06-26 | 1 | -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] | jenglish | 2008-06-20 | 1 | -0/+4 |
| | |||||
* | * changes: Updates for 8.5.3 release. | dgp | 2008-06-19 | 1 | -0/+4 |
| | |||||
* | * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; | das | 2008-06-19 | 1 | -0/+25 |
| | | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). | ||||
* | * win/configure, win/configure.in (TK_WIN_VERSION): fix handling | hobbs | 2008-06-13 | 1 | -0/+5 |
| | | | | of interim a/b versioning for manifest usage. | ||||
* | * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a | das | 2008-06-12 | 1 | -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/ | das | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivity | das | 2008-06-12 | 1 | -0/+16 |
| | | | | instead of OverallAct (which may be ignored in some circumstances). | ||||
* | Use Xutf8LookupString where available [Patch #1986818]. | jenglish | 2008-06-11 | 1 | -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, | jenglish | 2008-05-23 | 1 | -0/+5 |
| | | | | as this leads to a panic on Windows [Bug 1967576] | ||||
* | Support for ttk widgets in AmpWidget | patthoyts | 2008-05-11 | 1 | -0/+2 |
| | |||||
* | Backported documentation fixes from HEAD | patthoyts | 2008-05-11 | 1 | -0/+5 |
| | |||||
* | "default" and "focus" adornments should not be disjoint [Bug 1942785] | jenglish | 2008-05-04 | 1 | -0/+5 |
| | |||||
* | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp | 2008-04-17 | 1 | -3/+8 |
| | | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482] | ||||
* | backported tk_chooseColor -title fix from HEAD | patthoyts | 2008-04-14 | 1 | -0/+6 |
| | |||||
* | * generic/tk.h: Bump version number to 8.5.3b1 to distinguish | dgp | 2008-04-11 | 1 | -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_ParseArgv | hobbs | 2008-04-07 | 1 | -0/+3 |
| | | | | * tests/main.test (main-3.*): error. [Bug 1937135] | ||||
* | use kenny variant for 1936238 fix | hobbs | 2008-04-07 | 1 | -1/+1 |
| | |||||
* | * generic/tkArgv.c: fix -help mem explosion. [Bug 1936238] (bachmann) | hobbs | 2008-04-07 | 1 | -0/+4 |
| | |||||
* | Fix the foreground colour for labelframe in xp | patthoyts | 2008-04-03 | 1 | -0/+4 |
| | |||||
* | typo | dgp | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | * generic/tkStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-02 | 1 | -0/+5 |
| | | | | * generic/tkWindow.c (Tk_PkgInitStubsCheck): | ||||
* | * README: Bump to 8.5.2 for release. | dgp | 2008-03-28 | 1 | -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. | dgp | 2008-03-28 | 1 | -0/+4 |
| | |||||
* | * library/safetk.tcl (::safe::tkInterpInit): make sure tk_library | hobbs | 2008-03-27 | 1 | -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] | das | 2008-03-27 | 1 | -0/+6 |
| | |||||
* | * generic/ttk/ttkStubLib.c: ensure tcl stubs are used in libtkstub | das | 2008-03-27 | 1 | -0/+7 |
| | | | | | | even in a static build of Tk. * generic/ttk/ttkDecls.h: fix incorrect number of arguments in Ttk_InitStubs macro definition. | ||||
* | * changes: Updates for 8.5.2 release. | dgp | 2008-03-26 | 1 | -0/+7 |
| | | | | | * unix/tkUnixCursor.c: Stop crash in [. configure -cursor] on X11. Thanks to emiliano gavilán. [Bug 1922466] |