summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * library/demos/widget: GOOBE: use ttk::cursordas2009-04-102-6/+10
|
* * library/ttk/cursors.tcl: backport ttk::cursor from HEADdas2009-04-101-14/+167
|
* * library/demos/knightstour.tcl: fix knightstour demo not running fromdas2009-04-102-8/+9
| | | | interactive wish.
* * library/console.tcl (::tk::ConsoleInit): remove redundant TkAquadas2009-04-102-5/+5
| | | | Quit menu item.
* * generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons.das2009-04-102-2/+4
|
* * generic/tkMenu.c (PostProcessEntry): delay call todas2009-04-102-5/+8
| | | | TkpConfigureMenuEntry() until all menu entry attributes are setup.
* * library/menu.tcl (::tk::MbPost): fix error thrown in y positiondas2009-04-102-3/+8
| | | | computation with indicatoron.
* * 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
| | | | generating an event for it (fixes testsuite crash).
* * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds checkdas2009-04-101-2/+3
| | | | to startEnd array access (fixes testsuite crash).
* * 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 ↵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
|