summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prevent zero-size malloc() calls. [Bug 2178820]dkf2009-03-252-3/+7
|
* Fix [Bug 1871101].dkf2009-03-252-20/+32
|
* Backported some fixes for uninitialized variables identified by das using ↵patthoyts2009-03-034-7/+14
| | | | clang analysis.
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-272-1/+13
| | | | avoid a crash when mapping dead windows.
* [Patch 2542828] use stock Win32 help arrow cursor when question_arrow ↵patthoyts2009-02-232-1/+8
| | | | requested (danckaert)
* [Patch 2513104] fix cursor hotspots (cjmcdonald)patthoyts2009-02-2329-0/+2
|
* [Patch 2507419] fix menu image display issue on windowspatthoyts2009-02-232-29/+61
|
* * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-173-76/+156
| | | | | 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-163-428/+503
| | | | version. Ensures finding correct CPP for Win64.
* * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-069-14/+51
| | | | | | | | | | * 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:
* whitespacedas2009-02-061-2/+2
|
* catch font create when the console is re-sourced via F9patthoyts2009-01-301-2/+2
|
* typodgp2009-01-221-1/+1
|
* * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).Kevin B Kenny2009-01-223-2/+8
| | | | * unix/configure: Autoconf 2.59
* Backport of Patch 907924Kevin B Kenny2009-01-204-18/+46
|
* fix for aMSN compatibility [tcl-Bug 2507326]nijtmans2009-01-142-1/+10
|
* * generic/tkEvent.c: Backport a fix from 8.6 for a NULL pointergeorgeps2009-01-112-1/+12
| | | | dereference in CreateXIC.
* Fix missing word spotted by stu.patthoyts2009-01-111-2/+2
|
* adjust copyright yeardas2009-01-081-3/+3
|
* Backported fix for [Bug 1847002] to prevent the bypassing of grab ↵patthoyts2009-01-072-20/+86
| | | | restrictions via the taskbar on Windows.
* Fix incorrect statement about %-substituees quoting.ferrieux2009-01-031-3/+2
|
* window-2.9 deadlocks threaded Tk [Bug 1715716], add constraintdas2008-12-291-3/+6
|
* fixes for [temporaryDirectory] != [pwd]das2008-12-291-2/+3
|
* update changes and advance tagcore_8_5_6dgp2008-12-222-9/+13
|
* Don't crash when application uses nondefault visual [Bug 2264732]jenglish2008-12-222-3/+11
| | | | | | (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-222-5/+7
|
* * changes: Updates for 8.5.6 release.dgp2008-12-222-7/+16
|
* Add missing headerdgp2008-12-221-1/+2
|
* Forgot that I had to add code to propagate the tkwin through the psInfoPtr.dkf2008-12-222-3/+5
|
* Backport of fix for [Bug 2107938].dkf2008-12-222-2/+7
|
* Backport of the Millipeter patch [1813597,2218964]ferrieux2008-12-215-19/+124
|
* * generic/tk.h: Bump to 8.5.6 for release.dgp2008-12-219-14/+24
| | | | | | | | | | | * 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-212-1/+19
|
* Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-3/+4
|
* Fix leaks flagged by clang static analyzerdas2008-12-072-3/+27
|
* TkpDisplayButton: use computed borderWidthdas2008-12-071-2/+2
|
* MenuDefProc: avoid crash with non-Tk menusdas2008-12-071-6/+3
|
* SeparatorElementSize: fix state lookupdas2008-12-071-2/+3
|
* [Bug 1991930] combobox dropdown needs to be topmostpatthoyts2008-11-222-5/+4
|
* Backported combobox toplevel fix for [Bug 1939129]patthoyts2008-11-222-1/+8
|
* Relax the constraint that every Tk_ImageTypenijtmans2008-11-193-25/+76
| | | | | | | 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-158-22/+153
|
* backported listbox test fix from head - the default activestyle on windows ↵patthoyts2008-11-123-2/+10
| | | | is 'underline'
* backported fixes for running on vista and to avoid a hangup in the color ↵patthoyts2008-11-122-16/+30
| | | | dialog test sometimes.
* backported fix for bug #1777362 to make events work for windows with hyphens ↵patthoyts2008-11-123-37/+100
| | | | in the path
* * generic/tk.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-239-15/+27
| | | | | | | | | | | * 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:
* fix TkX11 builddas2008-10-231-2/+2
|
* Backported keyboard bindings for ttk::scalepatthoyts2008-10-172-6/+46
|
* typodgp2008-10-151-2/+2
|
* Advance 8.5.5 release tagcore_8_5_5dgp2008-10-141-2/+2
|