summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fix [Bug 2759119] and apply [Patch 2739360] (partially).dkf2009-04-131-6/+12
|
* revert HandleEventGenerate change, it was causing bind-8.2 to faildas2009-04-111-3/+0
|
* D'ohdas2009-04-111-1/+1
|
* * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-101-0/+5
| | | | | | available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
* tk_setPalette: Don't set *selectColor: #b03060;jenglish2009-04-101-0/+6
| | | | this makes radio- and checkbuttons look wrong post-TIP#109.
* * library/demos/filebox.tcl: only show "Motif Style Dialog" checkbuttondas2009-04-101-0/+3
| | | | on X11 windowingsystem.
* * library/demos/widget: GOOBE: use ttk::cursordas2009-04-101-0/+2
|
* * library/demos/knightstour.tcl: fix knightstour demo not running fromdas2009-04-101-0/+3
| | | | interactive wish.
* * library/console.tcl (::tk::ConsoleInit): remove redundant TkAquadas2009-04-101-0/+3
| | | | Quit menu item.
* * generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons.das2009-04-101-0/+2
|
* * generic/tkMenu.c (PostProcessEntry): delay call todas2009-04-101-0/+3
| | | | TkpConfigureMenuEntry() until all menu entry attributes are setup.
* * library/menu.tcl (::tk::MbPost): fix error thrown in y positiondas2009-04-101-0/+5
| | | | computation with indicatoron.
* * generic/tkUtil.c (TkBackgroundEvalObjv): use Tcl_BackgroundException.das2009-04-101-0/+2
|
* * generic/tkBind.c (HandleEventGenerate): ensure window exists beforedas2009-04-101-0/+10
| | | | generating an event for it (fixes testsuite crash).
* Fix [Bug 2116837].dkf2009-04-101-0/+5
|
* Remove 'NEW' tags from sub-demos.dkf2009-04-081-0/+5
|
* Fix [Bug 1881896]dkf2009-04-041-1/+7
|
* Don't Panic [Bug 1789819].jenglish2009-04-031-0/+4
|
* Fix [Bug 974421]dkf2009-04-031-8/+15
|
* Ensure the pointer begins outside the window for all the tests checking ↵patthoyts2009-04-021-0/+2
| | | | Enter/Leave motion events.
* Minor fixes to demos. In the pendulum demo make use of unicode for thepatthoyts2009-04-021-0/+5
| | | | | axis labels and in the knightstour demo on X11 we cannot rely on anything being present for the knight glyph so use a polygon instead.
* Small improvements to multi-column list demo.dkf2009-03-311-0/+6
|
* Eliminate a few compiler warnings on mingwnijtmans2009-03-251-0/+2
| | | | spacing
* bring doc and demos in line with http://wiki.tcl.tk/812nijtmans2009-03-251-0/+10
|
* Prevent zero-size malloc() calls. [Bug 2178820]dkf2009-03-251-0/+4
|
* Fix [Bug 1871101].dkf2009-03-251-0/+5
|
* Added support for reporting TEA-like info via pkg-config. [Patch 2243962]dkf2009-03-141-0/+8
|
* Tidy up and expand examples.dkf2009-03-101-55/+59
|
* * tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661] Handlecc_benny2009-03-091-0/+5
| | | | NULL return from CFStringCreate.
* [Feature Request 2636558] Tk_DefineBitmapnijtmans2009-02-271-0/+12
| | | | and Tk_GetBitmapFromData signature problem
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-271-0/+5
| | | | avoid a crash when mapping dead windows.
* [Patch 2513104] fix cursor hotspots (cjmcdonald)patthoyts2009-02-231-0/+2
|
* [Patch 2507419] fixes the image drawing bug on windows menus.patthoyts2009-02-231-0/+5
|
* [Patch 2542828] use stock Win32 help arrow cursor for question_arrowpatthoyts2009-02-221-0/+5
|
* Correct the ttk::treeview border on XP and Vista.patthoyts2009-02-211-0/+3
|
* [Bug 2546087] Restore support for NULs in console stdout channel.patthoyts2009-02-211-0/+7
| | | | | | | In 2004 a fix to Tcl channels prevented the exposure of the internal UTF-8 representation of the ASCII NUL character (\uc080). Since then strings in the console have been truncated at NUL. This restores the older behaviour.
* * 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.
* Apply some GOOBE to the ttk::intro(n) manpage. [Bug 2604420]dkf2009-02-161-0/+5
|
* Factor out the IconList megawidget.dkf2009-02-121-0/+7
|
* Use a color picture of JO for better GOOBE. [Bug 2588919]dkf2009-02-111-1/+10
|
* fix [tcl-Bug 2502365] Building of head on HPUX isnijtmans2009-02-101-0/+6
| | | | broken when using the native CC.
* ElementStateEventProc: Avoid dangling pointers when layout changesjenglish2009-02-091-0/+1
| | | | [Fix for #2431428].
* Renamed several internal data structures and functions:jenglish2009-02-081-0/+7
| | | | | | | ElementImpl -> ElementClass, LayoutNode -> Element. Remove more unnecessary casts. Add function Ttk_ClientRegion, common factor of entry, scale, progress, and treeview widgets.
* * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-061-0/+12
| | | | | | | | | | | * generic/tkMenu.c: Mac OS X Instruments.app Leaks tool. * generic/tkText.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkUndo.c: * generic/tkUtil.c: * generic/ttk/ttkFrame.c: * macosx/tkMacOSXWm.c:
* - eliminate some unnessary type castsnijtmans2009-02-031-0/+26
| | | | | - some internal const decorations - spacing
* - eliminate some unnessary type castsnijtmans2009-01-281-0/+20
| | | | | - some internal const decorations - spacing
* 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
* Patch 907924Kevin B Kenny2009-01-201-0/+10
|