summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkMenu.c (PostProcessEntry): delay call todas2009-04-102-5/+8
* * library/menu.tcl (::tk::MbPost): fix error thrown in y positiondas2009-04-102-3/+8
* * generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/das2009-04-101-2/+2
* * generic/tkBind.c (HandleEventGenerate): ensure window exists beforedas2009-04-102-1/+12
* * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds checkdas2009-04-101-2/+3
* * tests/unixFont.test: only use xlsfonts with X11 windowingsystem.das2009-04-101-10/+16
* Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]dkf2009-04-106-575/+13
* Fix [Bug 2116837].dkf2009-04-102-17/+25
* Don't Panic [Bug 1789819].jenglish2009-04-042-20/+13
* 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 cla...patthoyts2009-03-034-7/+14
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to avoi...patthoyts2009-02-272-1/+13
* [Patch 2542828] use stock Win32 help arrow cursor when question_arrow request...patthoyts2009-02-232-1/+8
* [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
* * win/configure.in, win/configure: align better with tclhobbs2009-02-163-428/+503
* * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-069-14/+51
* 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
* 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
* 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 restriction...patthoyts2009-01-072-20/+86
* 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
* * 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
* * 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