summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Rewrote so that tests clean up after themselves, not after the preceding test.dkf2008-03-202-885/+951
|
* initialize StubsPtr vars to NULLdas2008-03-191-6/+6
|
* ttkStubLib.o needs to be in tk library as well as stub librarydas2008-03-191-2/+2
|
* ensure symbols needed for Ttk stub support are exporteddas2008-03-192-6/+12
|
* Documented Tk_PreserveColormap. [Bug 220809]dkf2008-03-192-13/+22
|
* Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007].jenglish2008-03-184-14/+16
|
* Aqua GOOBEdas2008-03-171-2/+6
|
* Correct cross-referencedkf2008-03-161-3/+3
|
* Made work when run twice in the same session. [Bug 1899664]dkf2008-03-162-697/+798
| | | | 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-134-37/+43
| | | | | * 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-132-1/+7
|
* * macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1das2008-03-124-4/+29
| | | | | * 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-122-4/+30
| | | | (workaround for [Bug 1090382]).
* handle quoting of possibly empty XLIB_INCLUDE_INSTALL_DIR. [Bug 1912679]das2008-03-121-2/+2
|
* clarificationdas2008-03-111-2/+2
|
* * unix/configure: autoconf-2.59das2008-03-111-42/+42
|
* * macosx/GNUmakefile: fix quoting to allow paths todas2008-03-117-166/+196
| | | | | | | | | | | * 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.
* * generic/tkCanvUtil.c: fix gcc-4.2 warnings.das2008-03-111-7/+7
|
* * macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1 anddas2008-03-112-3/+261
| | | | | * macosx/Wish.xcodeproj/default.pbxuser: targets for building with * macosx/Wish-Common.xcconfig: gcc-4.2 and llvm-gcc-4.2.
* * library/demos/knightstour.tcl: Aqua GOOBE.das2008-03-112-15/+26
| | | | * library/demos/widget:
* * changes: Updates for 8.5.2 release.dgp2008-03-102-1/+11
|
* Improve HTML generation for color lists.dkf2008-03-072-904/+892
|
* Move "TAB IDENTIFIERS" section above "WIDGET COMMAND" section [Bug 1882011].jenglish2008-03-062-22/+27
|
* Added a Knights tour canvas demo.patthoyts2008-02-293-1/+254
|
* fix copyright yeardas2008-02-271-4/+4
|
* * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat()das2008-02-272-12/+31
| | | | API [Bug 1863346]; avoid repeated PixPat allocation/deallocation.
* Arrange to deliver <<ComboboxSelected>> event after listbox is unposted,jenglish2008-02-234-6/+34
| | | | as intended [Bug 1890211]. Clarified documentation.
* Don't enforce minimum sash thickness of 5 pixels, just use 5 as a defaultjenglish2008-02-232-9/+9
| | | | [FR 1898288]
* Document missing configure options.dkf2008-02-142-117/+126
|
* Added basic documentation for ttk::scale. [Bug 1881925]dkf2008-02-062-0/+106
|
* Correct security bug ID.core_8_5_1dgp2008-02-042-4/+4
|
* *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-048-14/+25
| | | | | | | | | | | * 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-043-17/+19
|
* * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listingdas2008-02-024-15/+34
| | | | | | | | | * 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-012-2/+16
|
* * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-013-2/+54
| | | | * tests/imgPhoto.test: Added a test for the above.
* * library/msgbox.tcl (::tk::MessageBox): don't use ttk::label inhobbs2008-01-312-2/+6
| | | | low depth/aqua fallback, as it doesn't support -bitmap.
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): pass "" instead of NULLhobbs2008-01-312-2/+7
| | | | when -title isn't set. [Bug #1881892]
* Fix -height and -width options.dkf2008-01-312-4/+16
|
* Improve formattingdkf2008-01-301-38/+36
|
* Fix erroneous listing of "standard" options. [Bug 1882495]dkf2008-01-304-34/+29
|
* Minor bug fixdkf2008-01-301-3/+3
|
* library/treeview.tcl: Fix bug in Shift-ButtonPress-1 bindingjenglish2008-01-302-2/+7
| | | | (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-2917-62/+80
| | | | that they are documented in the correct location. [Bug 1876493]
* Re-fix strict-aliasing warnings reintroduced by last patch.jenglish2008-01-282-24/+20
|
* Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298].jenglish2008-01-282-2/+10
|
* Fix [Bug 835848].jenglish2008-01-272-9/+24
| | | | Use FcTypeDouble for XFT_SIZE attribute.
* Merged common code from InitFont() and TkpGetFontAttrsForChar(),jenglish2008-01-271-113/+86
| | | | | | | factored into GetTkFontAttributes() and GetTkFontMetrics(). Removed write-only struct UnixFtFont member 'drawable'. Removed unneeded double-pointer indirections. Ensure that TkFontAttributes.family member is a Tk_Uid as specified.