summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * README: Bump version number to 8.6a0dgp2008-04-011-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * macosx/Wish-Common.xcconfig: * unix/configure.in: * unix/tk.spec: * win/README: * win/configure.in: * win/tcl.m4: * unix/configure: autoconf-2.59 * win/configure: * generic/tkConsole.c: Relax Tcl_InitStubs() calls so that a Tk 8.6 * generic/tkMain.c: might [load] into a Tcl 8.5 interp. * generic/tkWindow.c: * generic/tkStubLib.c: Update to compatibility with a libtcl.so that contains no "tclStubsPtr" [Tcl Bug 1819422]. * generic/tkDecls.h: make genstubs * generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h:
* * README: Bump to 8.5.2 for release.dgp2008-03-281-0/+12
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * changes: Updates for 8.5.2 release.dgp2008-03-281-0/+4
|
* * library/safetk.tcl (::safe::tkInterpInit): make sure tk_libraryhobbs2008-03-271-0/+5
| | | | and its subdirs (eg, ttk) are on the "safe" access path.
* * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-271-0/+6
|
* * generic/ttk/ttkStubLib.c: ensure tcl stubs are used in libtkstubdas2008-03-271-0/+7
| | | | | | even in a static build of Tk. * generic/ttk/ttkDecls.h: fix incorrect number of arguments in Ttk_InitStubs macro definition.
* * changes: Updates for 8.5.2 release.dgp2008-03-261-0/+7
| | | | | * unix/tkUnixCursor.c: Stop crash in [. configure -cursor] on X11. Thanks to emiliano gavilán. [Bug 1922466]
* XIM reorganization and cleanup; see [Patch 1919791] for details.jenglish2008-03-261-0/+6
|
* Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]jenglish2008-03-211-0/+5
|
* Rewrote so that tests clean up after themselves, not after the preceding test.dkf2008-03-201-0/+6
|
* Documented Tk_PreserveColormap. [Bug 220809]dkf2008-03-191-5/+8
|
* Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007].jenglish2008-03-181-0/+6
|
* Made work when run twice in the same session. [Bug 1899664]dkf2008-03-161-6/+11
| | | | Also made the control panel use Ttk widgets.
* d'oh! s/backspace/backslash/das2008-03-131-1/+1
|
* * unix/configure.in: use backspace-quoting instead of double-quotingdas2008-03-131-0/+6
| | | | | * unix/tcl.m4: for lib paths in tkConfig.sh [Bug 1913622]. * unix/configure: autoconf-2.59
* * changes: Updates for 8.5.2 release.dgp2008-03-131-0/+4
|
* * macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1das2008-03-121-0/+6
| | | | | * macosx/Wish.xcodeproj/default.pbxuser: CODE_SIGN_IDENTITY and * macosx/Wish-Common.xcconfig: 'xcodebuild install'.
* Try a fallback font if XftFontOpenPattern() fails in GetFontjenglish2008-03-121-0/+5
| | | | (workaround for [Bug 1090382]).
* * macosx/GNUmakefile: fix quoting to allow paths todas2008-03-111-0/+23
| | | | | | | | | | | * macosx/Wish-Common.xcconfig: ${builddir}, ${INSTALL_ROOT} * unix/Makefile.in: and ${TCL_BIN_DIR} to contain * unix/configure.in: spaces. * unix/install-sh: * unix/tcl.m4: * unix/Makefile.in (install-strip): strip non-global symbols from dynamic library.
* * changes: Updates for 8.5.2 release.dgp2008-03-101-0/+4
|
* Improve HTML generation for color lists.dkf2008-03-071-7/+11
|
* Move "TAB IDENTIFIERS" section above "WIDGET COMMAND" section [Bug 1882011].jenglish2008-03-061-0/+5
|
* Added a Knights tour canvas demo.patthoyts2008-02-291-0/+5
|
* * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat()das2008-02-271-0/+5
| | | | API [Bug 1863346]; avoid repeated PixPat allocation/deallocation.
* Arrange to deliver <<ComboboxSelected>> event after listbox is unposted,jenglish2008-02-231-0/+7
| | | | as intended [Bug 1890211]. Clarified documentation.
* Don't enforce minimum sash thickness of 5 pixels, just use 5 as a defaultjenglish2008-02-231-0/+5
| | | | [FR 1898288]
* Document missing configure options.dkf2008-02-141-0/+4
|
* Added basic documentation for ttk::scale. [Bug 1881925]dkf2008-02-061-0/+4
|
* Correct security bug ID.core_8_5_1dgp2008-02-041-1/+1
|
* *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-041-2/+13
| | | | | | | | | | | * generic/tk.h: Bump to 8.5.1 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* move tagdgp2008-02-041-2/+2
|
* Minor documentation improvementsdkf2008-02-041-0/+5
|
* * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listingdas2008-02-021-2/+12
| | | | | | | | | * unix/configure.in (Darwin): all library/msgs locales. * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. * unix/configure: autoconf-2.59
* * changes: Updates for 8.5.1 release.dgp2008-02-011-1/+7
|
* * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-011-0/+5
| | | | * tests/imgPhoto.test: Added a test for the above.
* * library/msgbox.tcl (::tk::MessageBox): don't use ttk::label inhobbs2008-01-311-0/+3
| | | | low depth/aqua fallback, as it doesn't support -bitmap.
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): pass "" instead of NULLhobbs2008-01-311-0/+5
| | | | when -title isn't set. [Bug #1881892]
* Fix -height and -width options.dkf2008-01-311-0/+5
|
* Improve formattingdkf2008-01-301-38/+36
|
* Fix erroneous listing of "standard" options. [Bug 1882495]dkf2008-01-301-0/+5
|
* library/treeview.tcl: Fix bug in Shift-ButtonPress-1 bindingjenglish2008-01-301-0/+5
| | | | (error if no current focus item; reported on c.l.t.)
* Adjusted handling of the standard options part of the Ttk manual pages sodkf2008-01-291-0/+6
| | | | that they are documented in the correct location. [Bug 1876493]
* Re-fix strict-aliasing warnings reintroduced by last patch.jenglish2008-01-281-0/+5
|
* Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298].jenglish2008-01-281-0/+5
|
* Fix [Bug 835848].jenglish2008-01-271-0/+10
| | | | Use FcTypeDouble for XFT_SIZE attribute.
* * changes: Updates for 8.5.1 release.dgp2008-01-251-0/+4
|
* BUGFIX: fix crash in [ttk::labelframe] when -style option specifiedjenglish2008-01-081-0/+5
| | | | [Bug 1867122].
* Add tristate support to checkbuttons and radiobuttons [Bug 1865898].jenglish2008-01-081-0/+6
| | | | Fix check and radio indicator size [Bug 1679067].
* Call Tk_MakeWindowExist() in widget constructor.jenglish2008-01-061-0/+6
| | | | Removed now-unnecessary initial ConfigureNotify processing.
* Fix MouseWheel bindings for ttk::treeview widgetjenglish2008-01-061-0/+6
| | | | (Fixes #1442006, #1821939, #1862692)