summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* win/Makefile.in Use tktest86.dll for all tests.nijtmans2009-12-021-1/+7
| | | | | | | | win/tkWinInt.h mark various functions MODULE_SCOPE generic/tkInt.decls make TkWinChildProc available in private stub table. [Bug #220600] and [Bug #220690]. generic/tkIntPlatDecls.h (regenerated) generic/tkStubInit.c (regenerated)
* win/configure (regenerated, previous version didn't match tcl.m4)nijtmans2009-12-021-0/+4
|
* Better dependancies in case of static build.nijtmans2009-11-301-0/+5
| | | | Generate tktest86.dll and tktest86.lib.
* Make all internal initializationnijtmans2009-11-291-0/+12
| | | | | | routines MODULE_SCOPE copy win/tcl.m4 from Tcl (latest) to Tk and regenerate win/configure
* [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE.stwo2009-11-251-0/+6
|
* Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuckdkf2009-11-241-0/+6
| | | | with it.
* * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed accessandreas_kupries2009-11-231-0/+7
| | | | | | to the cleanupHook of the safe base. The code used the old internal commands which have been removed since 2009-11-05/06. See Tcl's ChangeLog.
* Better fix for the problem when someone tricks make into thinking 'test' is adkf2009-11-231-2/+7
| | | | real target.
* Make sure the window is still present when handling delayed activation [Bug ↵patthoyts2009-11-221-0/+3
| | | | 2899949]
* Include tk stubs in the tktest link line due to nijtmans recent changespatthoyts2009-11-221-0/+4
|
* [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeingdkf2009-11-211-13/+24
| | | | | | | practises; the typePtr field is now cleared when an object ceases to be of the type. Also remove some anachronistic techniques (pointless casts, mixed assignments and tests, etc.)
* Compile tkTest.c and friends with Stubsnijtmans2009-11-191-0/+4
|
* doc/GetHINSTANCE.3 Fix mentioned header filenijtmans2009-11-191-0/+3
| | | | | win/tcl.m4 Should have been checked in together with the 2009-08-09 check in of "win/configure"
* [Bug 2899685]: fix the redraw logic of [imove]ferrieux2009-11-191-0/+4
|
* [Patch #2883533] tcl.m4 support for Haiku OSnijtmans2009-11-191-0/+6
| | | | unix/Makefile.in: Fix library order in X11_LIB_SWITCHES
* Fix [Bug 2900121] by inverting the sense of the test.dkf2009-11-191-0/+5
|
* Added note that the 'move' operation restores detached nodes.dkf2009-11-151-6/+11
|
* [update] hygiene.jenglish2009-11-121-0/+11
| | | | | | | + Where possible, replace [a; update; b] with [a ; after 0 b]. + Where not possible, use [update idletasks] instead of full [update]. + Use [after 0] in favor of [after idle] for delayed work, to reduce likelihood of reentrancy issues in [update idletasks].
* * generic/tkPlatDecls.h: Restore C++ friendliness to thedgp2009-11-111-0/+6
| | | | | tkPlatDecls.h header file, which we insist extensions #include to gain access to the Tk_*HWND*() routines. [Bug 2886635].
* Undo the reversal of the win/Makefile.in changes, that part was ok.andreas_kupries2009-11-101-3/+3
|
* * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20andreas_kupries2009-11-101-0/+7
| | | | | | * win/Makefile.in: commit. The OSX Cocoa code branch still needs tclInt.h and the internal headers, thus the TCL_PLATFORM directory. See tclMacOSXNotify.c for example.
* Some code consolidation (don't scatter deletion code where unnecessary).dkf2009-11-091-19/+24
|
* Fix for [Bug 1739613]Joe Mistachkin2009-11-021-0/+7
|
* minor doc fix for htmlhelpJoe Mistachkin2009-11-011-0/+4
|
* Uniform, extensible syntax for [$w identify] methods:jenglish2009-11-011-0/+14
| | | | | | | | | | [$w identify $component $x $y]. All ttk::* widgets support [$w identify element $x $y]; widgets with other identifiable parts may have additional subcommands. Notebook widgets support [$nb identify tab], Panedwindow widgets support [$w identify sash]. Older 2-argument form [$w identify $x $y] still supported, though it does different things depending on the widget.
* [Bug 1825353] Fix tiny fixed font on Russian Windows.patthoyts2009-10-291-0/+7
| | | | | | This patch reverts a previous attempt to fix tiny fonts on Russian Windows. It fixes the issue by requesting a suitable fixed font instead of decoding the system stock font.
* * unix/Makefile.in: Remove $(PACKAGE).* and prototype from thedgp2009-10-261-0/+5
| | | | `make distclean` target. Completes 2009-10-20 commit.
* Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-251-0/+4
|
* Fix [Bug 1854913] by improving the class bindings.dkf2009-10-251-0/+6
|
* [Patch 1530276]: Improve no-indicator check/radio buttons on Unix.dkf2009-10-241-0/+6
|
* Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-221-0/+5
|
* Make the handling of the filter index the same as in GetFileNameW!dkf2009-10-221-0/+3
|
* Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-0/+9
| | | | with global variables (the only way it *can* work...)
* Fix [Bug 2883712] by factoring out the problem code.dkf2009-10-221-17/+21
|
* Bug fix for #2875562nijtmans2009-10-211-0/+6
|
* Also removed the long outdated and brokendgp2009-10-201-1/+5
| | | | | | | targets package-* that were for building Solaris packages. Appears that the pieces needed for these targets to function have never been present in the current era of Tcl development and belong completely to Tcl pre-history.
* * unix/Makefile.in: Compiling Tk no longer requires header filesdgp2009-10-201-2/+8
| | | | | * win/Makefile.in: from the TCL_PLATFORM DIR. Baby step in pursuit of [Bug 1712098].
* * library/msgs/pl.msg: Applied patch to Polish message catalogandreas_kupries2009-10-201-0/+6
| | | | | created and submitted by Pawel Pawlak <morris@elysium.pl> (via JeffH).
* Doc improvements.dkf2009-10-181-0/+6
|
* [Bug 1961455]: Draw underlines and overstrikes when using Xft.dkf2009-10-101-0/+9
|
* [Patch 2870648]: Corrected cursor used in file/directory dialogs.dkf2009-10-081-23/+28
|
* [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for ↵patthoyts2009-10-071-0/+5
| | | | Windows 7.
* [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-071-6/+11
|
* [Bug #2860827] avoid 3D effects with user-specified backgroundspatthoyts2009-10-051-0/+8
| | | | | | | The default disabled text is embossed on Windows. But this looks poor when a non-default background color is in use. This patch disables the embossed effect for buttons and labels when the background is non- standard.
* [Bug 2799589] added a test for grab on deleted window whichpatthoyts2009-09-301-0/+4
| | | | causes crashes on windows (fixed already).
* Correct generation of grayscale data from an image. Reported by Keith Vetterdkf2009-09-251-9/+13
| | | | on comp.lang.tcl.
* Bug fix in grid/pack collision detect.pspjuth2009-09-181-0/+7
| | | | Faulty slave was not properly blocked from slave list. [Bug 2859912]
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-0/+8
| | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608]
* Try to make Tk more resilient in the face of Xft allocation failures.dkf2009-09-091-0/+13
|
* * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-071-0/+15
| | | | | | | | | | | | | | * generic/tkMenu.c: static analyzer. * generic/tkTextBTree.c: * generic/tkTextDisp.c: * generic/tkTextIndex.c: * generic/tkConsole.c: silence false positives from clang static * generic/tkTest.c: analyzer about potential null dereference. * generic/tkText.c: * generic/tkTextBTree.c: * generic/tkTextTag.c: * generic/tkVisual.c: