summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing ofdas2008-08-192-3/+25
| | | | | fixed-width fonts with size <= 10.
* force-disable nonsensical embedded build for X11; only rewrite tkConfig.sh ↵das2008-08-191-2/+3
| | | | when really necessary
* move tagcore_8_5_4dgp2008-08-141-2/+2
|
* autoconf-2.59das2008-08-131-7/+7
|
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-132-1/+8
| | | | libX11.so et al.
* 8.5.4 tagdgp2008-08-081-0/+2
|
* * generic/tk.h: Bump to 8.5.4 for release.dgp2008-08-089-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.dgp2008-08-082-1/+18
|
* Fix for [Bug 2010422] "no event type or button # or keysymjenglish2008-08-053-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]patthoyts2008-08-013-9/+55
|
* * generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheckdgp2008-07-312-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 optionpatthoyts2008-07-262-2/+5
|
* bug #2026405: Check for 0x prefix in sprintf %p to work around cygwin issue.patthoyts2008-07-262-1/+8
|
* * library/ttk/aquaTheme.tcl: Use system color names and TIP145 nameddas2008-07-222-20/+31
| | | | font instead of hardcoded color values and deprecated native font name.
* * macosx/tkMacOSXHLEvents.c: sync with HEAD.das2008-07-221-204/+218
|
* remove duplicate testdgp2008-07-221-13/+1
|
* Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-046-17/+30
| | | | in case of erroneous style specifications [#2009213].
* * generic/tk.h: Bump to 8.5.3 for release.core_8_5_3dgp2008-06-3010-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)dgp2008-06-263-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]jenglish2008-06-202-2/+6
|
* Aqua, Solaris changes for 8.5.3das2008-06-201-1/+5
|
* * changes: Updates for 8.5.3 release.dgp2008-06-192-1/+23
|
* * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing;das2008-06-192-44/+71
| | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol().
* * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit makingdas2008-06-192-5/+6
| | | | | * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds.
* * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missingdas2008-06-192-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 fromdas2008-06-192-3/+53
| | | | * macosx/tkMacOSXPrivate.h: CFString to Tcl_Obj.
* * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fixdas2008-06-191-2/+2
| | | | return value.
* * macosx/tkMacOSXFont.c (TkpGetFontFromAttributes, InitFont): fixdas2008-06-191-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 conversionhobbs2008-06-132-13/+13
|
* * win/configure, win/configure.in (TK_WIN_VERSION): fix handlinghobbs2008-06-133-9/+14
| | | | of interim a/b versioning for manifest usage.
* * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-122-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/das2008-06-121-1/+1
|
* * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivitydas2008-06-122-2/+18
| | | | instead of OverallAct (which may be ignored in some circumstances).
* * unix/configure: autoconf-2.59das2008-06-121-26/+49
|
* * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-24/+39
|
* * macosx/Wish.xcodeproj/project.pbxproj: add debug configs for 64bit,das2008-06-125-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].jenglish2008-06-112-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,jenglish2008-05-232-1/+12
| | | | as this leads to a panic on Windows [Bug 1967576]
* Support for ttk widgets in AmpWidgetpatthoyts2008-05-112-5/+7
|
* Backported documentation fixes from HEADpatthoyts2008-05-1118-62/+68
|
* fix Makefile dependencydas2008-05-061-2/+2
|
* "default" and "focus" adornments should not be disjoint [Bug 1942785]jenglish2008-05-042-1/+8
|
* revert erroneous CONST->const syncdas2008-05-031-2/+2
|
* sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease ↵das2008-05-038-1964/+1934
| | | | branch maintenance.
* llvm-gcc fixdas2008-05-031-7/+1
|
* * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-172-7/+13
| | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482]
* * configure tktest-X11 with --disable-corefoundation to enable testing of ↵das2008-04-152-7/+25
| | | | | | | both notifiers from Xcode * add vsapi.test * sync Wish.xcode with Wish.xcodeproj
* backported tk_chooseColor -title fix from HEADpatthoyts2008-04-144-8/+89
|
* * generic/tk.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-118-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_ParseArgvhobbs2008-04-073-3/+29
| | | | * tests/main.test (main-3.*): error. [Bug 1937135]