Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct cross-reference | dkf | 2008-03-16 | 1 | -3/+3 |
| | |||||
* | Made work when run twice in the same session. [Bug 1899664] | dkf | 2008-03-16 | 2 | -697/+798 |
| | | | | Also made the control panel use Ttk widgets. | ||||
* | d'oh! s/backspace/backslash/ | das | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | * unix/configure.in: use backspace-quoting instead of double-quoting | das | 2008-03-13 | 4 | -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. | dgp | 2008-03-13 | 2 | -1/+7 |
| | |||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1 | das | 2008-03-12 | 4 | -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 GetFont | jenglish | 2008-03-12 | 2 | -4/+30 |
| | | | | (workaround for [Bug 1090382]). | ||||
* | handle quoting of possibly empty XLIB_INCLUDE_INSTALL_DIR. [Bug 1912679] | das | 2008-03-12 | 1 | -2/+2 |
| | |||||
* | clarification | das | 2008-03-11 | 1 | -2/+2 |
| | |||||
* | * unix/configure: autoconf-2.59 | das | 2008-03-11 | 1 | -42/+42 |
| | |||||
* | * macosx/GNUmakefile: fix quoting to allow paths to | das | 2008-03-11 | 7 | -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. | das | 2008-03-11 | 1 | -7/+7 |
| | |||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1 and | das | 2008-03-11 | 2 | -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. | das | 2008-03-11 | 2 | -15/+26 |
| | | | | * library/demos/widget: | ||||
* | * changes: Updates for 8.5.2 release. | dgp | 2008-03-10 | 2 | -1/+11 |
| | |||||
* | Improve HTML generation for color lists. | dkf | 2008-03-07 | 2 | -904/+892 |
| | |||||
* | Move "TAB IDENTIFIERS" section above "WIDGET COMMAND" section [Bug 1882011]. | jenglish | 2008-03-06 | 2 | -22/+27 |
| | |||||
* | Added a Knights tour canvas demo. | patthoyts | 2008-02-29 | 3 | -1/+254 |
| | |||||
* | fix copyright year | das | 2008-02-27 | 1 | -4/+4 |
| | |||||
* | * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat() | das | 2008-02-27 | 2 | -12/+31 |
| | | | | API [Bug 1863346]; avoid repeated PixPat allocation/deallocation. | ||||
* | Arrange to deliver <<ComboboxSelected>> event after listbox is unposted, | jenglish | 2008-02-23 | 4 | -6/+34 |
| | | | | as intended [Bug 1890211]. Clarified documentation. | ||||
* | Don't enforce minimum sash thickness of 5 pixels, just use 5 as a default | jenglish | 2008-02-23 | 2 | -9/+9 |
| | | | | [FR 1898288] | ||||
* | Document missing configure options. | dkf | 2008-02-14 | 2 | -117/+126 |
| | |||||
* | Added basic documentation for ttk::scale. [Bug 1881925] | dkf | 2008-02-06 | 2 | -0/+106 |
| | |||||
* | Correct security bug ID.core_8_5_1 | dgp | 2008-02-04 | 2 | -4/+4 |
| | |||||
* | *** 8.5.1 TAGGED FOR RELEASE *** | dgp | 2008-02-04 | 8 | -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 tag | dgp | 2008-02-04 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements | dkf | 2008-02-04 | 3 | -17/+19 |
| | |||||
* | * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listing | das | 2008-02-02 | 4 | -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. | dgp | 2008-02-01 | 2 | -2/+16 |
| | |||||
* | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). | rmax | 2008-02-01 | 3 | -2/+54 |
| | | | | * tests/imgPhoto.test: Added a test for the above. | ||||
* | * library/msgbox.tcl (::tk::MessageBox): don't use ttk::label in | hobbs | 2008-01-31 | 2 | -2/+6 |
| | | | | low depth/aqua fallback, as it doesn't support -bitmap. | ||||
* | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): pass "" instead of NULL | hobbs | 2008-01-31 | 2 | -2/+7 |
| | | | | when -title isn't set. [Bug #1881892] | ||||
* | Fix -height and -width options. | dkf | 2008-01-31 | 2 | -4/+16 |
| | |||||
* | Improve formatting | dkf | 2008-01-30 | 1 | -38/+36 |
| | |||||
* | Fix erroneous listing of "standard" options. [Bug 1882495] | dkf | 2008-01-30 | 4 | -34/+29 |
| | |||||
* | Minor bug fix | dkf | 2008-01-30 | 1 | -3/+3 |
| | |||||
* | library/treeview.tcl: Fix bug in Shift-ButtonPress-1 binding | jenglish | 2008-01-30 | 2 | -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 so | dkf | 2008-01-29 | 17 | -62/+80 |
| | | | | that they are documented in the correct location. [Bug 1876493] | ||||
* | Re-fix strict-aliasing warnings reintroduced by last patch. | jenglish | 2008-01-28 | 2 | -24/+20 |
| | |||||
* | Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298]. | jenglish | 2008-01-28 | 2 | -2/+10 |
| | |||||
* | Fix [Bug 835848]. | jenglish | 2008-01-27 | 2 | -9/+24 |
| | | | | Use FcTypeDouble for XFT_SIZE attribute. | ||||
* | Merged common code from InitFont() and TkpGetFontAttrsForChar(), | jenglish | 2008-01-27 | 1 | -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. | ||||
* | * changes: Updates for 8.5.1 release. | dgp | 2008-01-25 | 2 | -1/+15 |
| | |||||
* | BUGFIX: fix crash in [ttk::labelframe] when -style option specified | jenglish | 2008-01-08 | 2 | -34/+42 |
| | | | | [Bug 1867122]. | ||||
* | Add tristate support to checkbuttons and radiobuttons [Bug 1865898]. | jenglish | 2008-01-08 | 2 | -54/+59 |
| | | | | Fix check and radio indicator size [Bug 1679067]. | ||||
* | (oops. Missed a spot.) | jenglish | 2008-01-06 | 1 | -11/+1 |
| | |||||
* | Call Tk_MakeWindowExist() in widget constructor. | jenglish | 2008-01-06 | 3 | -10/+12 |
| | | | | Removed now-unnecessary initial ConfigureNotify processing. | ||||
* | Fix MouseWheel bindings for ttk::treeview widget | jenglish | 2008-01-06 | 4 | -100/+149 |
| | | | | (Fixes #1442006, #1821939, #1862692) | ||||
* | * generic/tk.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 9 | -16/+27 |
| | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: |