summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkBind.c (HandleEventGenerate): ensure window exists beforedas2009-04-101-0/+10
| | | | generating an event for it (fixes testsuite crash).
* Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]dkf2009-04-101-0/+6
|
* Fix [Bug 2116837].dkf2009-04-101-1/+6
|
* Don't Panic [Bug 1789819].jenglish2009-04-041-0/+4
|
* Prevent zero-size malloc() calls. [Bug 2178820]dkf2009-03-251-0/+4
|
* Fix [Bug 1871101].dkf2009-03-251-0/+5
|
* Backported some fixes for uninitialized variables identified by das using ↵patthoyts2009-03-031-0/+6
| | | | clang analysis.
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-271-0/+5
| | | | avoid a crash when mapping dead windows.
* [Patch 2542828] use stock Win32 help arrow cursor when question_arrow ↵patthoyts2009-02-231-0/+3
| | | | requested (danckaert)
* [Patch 2513104] fix cursor hotspots (cjmcdonald)patthoyts2009-02-231-0/+2
|
* [Patch 2507419] fix menu image display issue on windowspatthoyts2009-02-231-0/+5
|
* * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-171-0/+6
| | | | | avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds.
* * win/configure.in, win/configure: align better with tclhobbs2009-02-161-0/+5
| | | | version. Ensures finding correct CPP for Win64.
* * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-061-0/+11
| | | | | | | | | | * generic/tkMenu.c: Mac OS X Instruments.app Leaks tool. * generic/tkText.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkUndo.c: * generic/ttk/ttkFrame.c: * macosx/tkMacOSXWm.c:
* typodgp2009-01-221-1/+1
|
* * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).Kevin B Kenny2009-01-221-0/+6
| | | | * unix/configure: Autoconf 2.59
* Backport of Patch 907924Kevin B Kenny2009-01-201-0/+10
|
* fix for aMSN compatibility [tcl-Bug 2507326]nijtmans2009-01-141-0/+4
|
* * generic/tkEvent.c: Backport a fix from 8.6 for a NULL pointergeorgeps2009-01-111-0/+5
| | | | dereference in CreateXIC.
* Backported fix for [Bug 1847002] to prevent the bypassing of grab ↵patthoyts2009-01-071-0/+5
| | | | restrictions via the taskbar on Windows.
* update changes and advance tagcore_8_5_6dgp2008-12-221-8/+8
|
* Don't crash when application uses nondefault visual [Bug 2264732]jenglish2008-12-221-0/+8
| | | | | | (Backport from trunk change 2008-11-11) Workaround for [Bug 2207435] (Backport from trunk change 2008-10-31)
* * tests/embed.test: Eliminate duplicate test names.dgp2008-12-221-0/+2
|
* * changes: Updates for 8.5.6 release.dgp2008-12-221-5/+9
|
* Forgot that I had to add code to propagate the tkwin through the psInfoPtr.dkf2008-12-221-2/+2
|
* Backport of fix for [Bug 2107938].dkf2008-12-221-0/+5
|
* Backport of the Millipeter patch [1813597,2218964]ferrieux2008-12-211-0/+7
|
* * generic/tk.h: Bump to 8.5.6 for release.dgp2008-12-211-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.6 release.dgp2008-12-211-0/+6
|
* [Bug 1991930] combobox dropdown needs to be topmostpatthoyts2008-11-221-2/+2
|
* Backported combobox toplevel fix for [Bug 1939129]patthoyts2008-11-221-0/+5
|
* Relax the constraint that every Tk_ImageTypenijtmans2008-11-191-0/+8
| | | | | | | can only be passed to Tk_CreateImageType once. This allows tkImg to be loaded in multiple interpreters in a thread-enabled build of Tk. [Bug 2312027]
* [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-151-0/+10
|
* backported listbox test fix from head - the default activestyle on windows ↵patthoyts2008-11-121-0/+2
| | | | is 'underline'
* backported fixes for running on vista and to avoid a hangup in the color ↵patthoyts2008-11-121-0/+1
| | | | dialog test sometimes.
* backported fix for bug #1777362 to make events work for windows with hyphens ↵patthoyts2008-11-121-0/+5
| | | | in the path
* * generic/tk.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-231-0/+12
| | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.5 and * unix/configure.in: 8.5.6 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure:
* Backported keyboard bindings for ttk::scalepatthoyts2008-10-171-0/+4
|
* Advance 8.5.5 release tagcore_8_5_5dgp2008-10-141-2/+2
|
* Correct error result generation of [$canvas select clear $bogus].dkf2008-10-111-0/+4
|
* tag 8.5.5dgp2008-10-101-0/+2
|
* * changes: Updates for 8.5.5 release.dgp2008-10-101-0/+2
|
* * unix/Makefile.in: Relax constraints in index script so thatdgp2008-10-101-0/+4
| | | | | * win/Makefile.in: each Tk 8.5.* release may be [package require]d * win/makefile.vc: into any Tcl 8.5.* interp. [Bug 1890438].
* * generic/tk.h: Bump to 8.5.5 for release.dgp2008-10-101-0/+11
| | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * tests/canvText.test: Backport test updates in light of thedgp2008-10-101-1/+3
| | | | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test: * tests/spinbox.test: * tests/textDisp.test:
* * tests/canvText.test: Backport test updates in light of thedgp2008-10-101-0/+1
| | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test:
* * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-091-0/+4
| | | | | | | | those generated by Tcl_PrintDouble(). * tests/canvText.test: Backport test updates in light of the * tests/entry.test: 2008-10-05 commit. * tests/listbox.test:
* * tests/canvText.test: Backport test updates in light of thedgp2008-10-091-1/+1
| | | | * tests/entry.test: 2008-10-05 commit.
* * tests/canvText.test: Backport test updates in light of thedgp2008-10-091-4/+12
| | | | | | | 2008-10-05 commit. * generic/tkEntry.c: Fix missing space constructing the scroll command.
* Backport of fix for [Bug 2112563]dkf2008-10-051-0/+10
|