Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing of | das | 2008-08-19 | 2 | -3/+25 | |
| | | | | | fixed-width fonts with size <= 10. | |||||
* | force-disable nonsensical embedded build for X11; only rewrite tkConfig.sh ↵ | das | 2008-08-19 | 1 | -2/+3 | |
| | | | | when really necessary | |||||
* | move tagcore_8_5_4 | dgp | 2008-08-14 | 1 | -2/+2 | |
| | ||||||
* | 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 | 2 | -1/+8 | |
| | | | | 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 | 9 | -15/+25 | |
| | | | | | | | | | | | * 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 | 2 | -1/+18 | |
| | ||||||
* | Fix for [Bug 2010422] "no event type or button # or keysym | jenglish | 2008-08-05 | 3 | -13/+36 | |
| | | | | | | | 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 | 3 | -9/+55 | |
| | ||||||
* | * generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheck | dgp | 2008-07-31 | 2 | -2/+7 | |
| | | | | 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 | 2 | -2/+5 | |
| | ||||||
* | bug #2026405: Check for 0x prefix in sprintf %p to work around cygwin issue. | patthoyts | 2008-07-26 | 2 | -1/+8 | |
| | ||||||
* | * library/ttk/aquaTheme.tcl: Use system color names and TIP145 named | das | 2008-07-22 | 2 | -20/+31 | |
| | | | | font instead of hardcoded color values and deprecated native font name. | |||||
* | * macosx/tkMacOSXHLEvents.c: sync with HEAD. | das | 2008-07-22 | 1 | -204/+218 | |
| | ||||||
* | remove duplicate test | dgp | 2008-07-22 | 1 | -13/+1 | |
| | ||||||
* | Audit: ensure that output arguments to Tk_Get*FromObj() are initialized, | jenglish | 2008-07-04 | 6 | -17/+30 | |
| | | | | 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 | 10 | -22/+38 | |
| | | | | | | | | | | | | | * 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 | 3 | -7/+20 | |
| | | | | | (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 | 2 | -2/+6 | |
| | ||||||
* | Aqua, Solaris changes for 8.5.3 | das | 2008-06-20 | 1 | -1/+5 | |
| | ||||||
* | * changes: Updates for 8.5.3 release. | dgp | 2008-06-19 | 2 | -1/+23 | |
| | ||||||
* | * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; | das | 2008-06-19 | 2 | -44/+71 | |
| | | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). | |||||
* | * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit making | das | 2008-06-19 | 2 | -5/+6 | |
| | | | | | * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds. | |||||
* | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missing | das | 2008-06-19 | 2 | -19/+59 | |
| | | | | | | * macosx/tkMacOSXSubwindows.c (XMapWindow): focus on first map by only sending VisibilityNotify events once windows are mapped (rather than when they are created). | |||||
* | * macosx/tkMacOSXInit.c: add helper to efficiently convert from | das | 2008-06-19 | 2 | -3/+53 | |
| | | | | * macosx/tkMacOSXPrivate.h: CFString to Tcl_Obj. | |||||
* | * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fix | das | 2008-06-19 | 1 | -2/+2 | |
| | | | | return value. | |||||
* | * macosx/tkMacOSXFont.c (TkpGetFontFromAttributes, InitFont): fix | das | 2008-06-19 | 1 | -34/+65 | |
| | | | | | incorrect conversion to points of font sizes already in points; factor out retrieval of font family name from font family ID. | |||||
* | improve handling of various versions for patchlevel to winversion conversion | hobbs | 2008-06-13 | 2 | -13/+13 | |
| | ||||||
* | * win/configure, win/configure.in (TK_WIN_VERSION): fix handling | hobbs | 2008-06-13 | 3 | -9/+14 | |
| | | | | of interim a/b versioning for manifest usage. | |||||
* | * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a | das | 2008-06-12 | 2 | -6/+9 | |
| | | | | | | 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 | 2 | -2/+18 | |
| | | | | instead of OverallAct (which may be ignored in some circumstances). | |||||
* | * 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 | |
| | ||||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add debug configs for 64bit, | das | 2008-06-12 | 5 | -505/+853 | |
| | | | | | | | | | * macosx/Wish.xcodeproj/default.pbxuser: with gcov, and with corefoundation disabled; updates & cleanup for Xcode 3.1 and for Leopard; sync with Tcl.xcodeproj. * macosx/Wish.xcode/project.pbxproj: sync Wish.xcodeproj changes. * macosx/Wish.xcode/default.pbxuser: * macosx/README: document new build configs. | |||||
* | Use Xutf8LookupString where available [Patch #1986818]. | jenglish | 2008-06-11 | 2 | -14/+95 | |
| | | | | | 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 | 2 | -1/+12 | |
| | | | | as this leads to a panic on Windows [Bug 1967576] | |||||
* | Support for ttk widgets in AmpWidget | patthoyts | 2008-05-11 | 2 | -5/+7 | |
| | ||||||
* | Backported documentation fixes from HEAD | patthoyts | 2008-05-11 | 18 | -62/+68 | |
| | ||||||
* | fix Makefile dependency | das | 2008-05-06 | 1 | -2/+2 | |
| | ||||||
* | "default" and "focus" adornments should not be disjoint [Bug 1942785] | jenglish | 2008-05-04 | 2 | -1/+8 | |
| | ||||||
* | revert erroneous CONST->const sync | das | 2008-05-03 | 1 | -2/+2 | |
| | ||||||
* | sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease ↵ | das | 2008-05-03 | 8 | -1964/+1934 | |
| | | | | branch maintenance. | |||||
* | llvm-gcc fix | das | 2008-05-03 | 1 | -7/+1 | |
| | ||||||
* | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp | 2008-04-17 | 2 | -7/+13 | |
| | | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482] | |||||
* | * configure tktest-X11 with --disable-corefoundation to enable testing of ↵ | das | 2008-04-15 | 2 | -7/+25 | |
| | | | | | | | both notifiers from Xcode * add vsapi.test * sync Wish.xcode with Wish.xcodeproj | |||||
* | backported tk_chooseColor -title fix from HEAD | patthoyts | 2008-04-14 | 4 | -8/+89 | |
| | ||||||
* | * generic/tk.h: Bump version number to 8.5.3b1 to distinguish | dgp | 2008-04-11 | 8 | -19/+30 | |
| | | | | | | | | | | * 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 | 3 | -3/+29 | |
| | | | | * tests/main.test (main-3.*): error. [Bug 1937135] |