diff options
author | das <das> | 2007-11-19 14:23:50 (GMT) |
---|---|---|
committer | das <das> | 2007-11-19 14:23:50 (GMT) |
commit | 67600843c34c4faea3cb391f8e2558e3058d1509 (patch) | |
tree | 45287ccb773ac73134d90b20395f6835584389d2 /ChangeLog | |
parent | 71bbd202de89a16773415860b57412a343fbb6f1 (diff) | |
download | tk-67600843c34c4faea3cb391f8e2558e3058d1509.zip tk-67600843c34c4faea3cb391f8e2558e3058d1509.tar.gz tk-67600843c34c4faea3cb391f8e2558e3058d1509.tar.bz2 |
formatting
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 50 |
1 files changed, 22 insertions, 28 deletions
@@ -1,7 +1,7 @@ 2007-11-18 Joe English <jenglish@users.sourceforge.net> - * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c: - Add "fill" element: like "background" but only erases parcel. + * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c: Add "fill" + element: like "background" but only erases parcel. * generic/ttk/ttkFrame.c: Use fill element in Labelframe Label sublayout. Also improved default labelmargins for -labelanchor w*, e*. @@ -11,55 +11,49 @@ * library/ttk/aquaTheme.tcl: ImageTextElement no longer needed. TextElement no longer needs '-background' option. -2007-11-18 Joe English <jenglish@users.sourceforge.net> - - * generic/ttk/ttkFrame.c: Use sublayout for ttk::labelframe labels + * generic/ttk/ttkFrame.c: Use sublayout for ttk::labelframe labels instead of single element. * generic/ttk/ttkLabel.c: Default -anchor for text and label elements - is now "w" instead of "center". Fixes [Bug 1614540]. - - * library/ttk/defaults.tcl, library/ttk/*Theme.tcl: Button styles - now need explicit "-anchor center". + is now "w" instead of "center". [Bug 1614540] -2007-11-18 Joe English <jenglish@users.sourceforge.net> - - * generic/ttk/ttkLayout.c(TTKInitPadding): BUGFIX: - Ttk_GetPaddingFromObj() and Ttk_GetBorderFromObj() returned - garbage when passed an empty list. + * library/ttk/defaults.tcl, library/ttk/*Theme.tcl: Button styles now + need explicit "-anchor center". -2007-11-18 Joe English <jenglish@users.sourceforge.net> + * generic/ttk/ttkLayout.c (TTKInitPadding): BUGFIX: + Ttk_GetPaddingFromObj() and Ttk_GetBorderFromObj() returned garbage + when passed an empty list. - * macosx/ttkMacOSXTheme.c: Resynchronize with Tile codebase - so that patches can flow back and forth. + * macosx/ttkMacOSXTheme.c: Resynchronize with Tile codebase so that + patches can flow back and forth. * library/ttk/aquaTheme.tcl: Extra TButton -padding no longer needed. 2007-11-18 Pat Thoyts <patthoyts@users.sourceforge.net> * win/ttkWinXPTheme.c: Add support for size information flags for - scrollbar and combobox buttons. This handles tile patches 1596647 - and 1596657 but a bit more generically. + scrollbar and combobox buttons. This handles Tile [Patches 1596647 and + 1596657] but a bit more generically. 2007-11-17 Pat Thoyts <patthoyts@users.sourceforge.net> * generic/(tkArgv.c, tkBind.c, tkCipboard.c, tkEntry.c, tkOption.c, - tkScale.c, tkScrollbar.c, tkTextImage.c, tkVisual.c, tkWindow.c): - Tidy up some variable types. + tkScale.c, tkScrollbar.c, tkTextImage.c, tkVisual.c, tkWindow.c): Tidy + up some variable types. - * generic/tkFont.c: Only check for -displayof if there are - * test/font.test: sufficient arguments. This permits checking - strings like -d. + * generic/tkFont.c: Only check for -displayof if there are + * test/font.test: sufficient arguments. This permits checking + strings like -d. 2007-11-17 Joe English <jenglish@users.sourceforge.net> - * library/ttk/scrollbar.tcl: Swap in core scrollbars for + * library/ttk/scrollbar.tcl: Swap in core scrollbars for [ttk::scrollbar]s on OSX. 2007-11-16 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net> * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Correct an - oversight in the bug fix from 2007-11-11. [Bug 1824638] + oversight in the bug fix from 2007-11-11. [Bug 1824638] 2007-11-15 Daniel Steffen <das@users.sourceforge.net> @@ -74,8 +68,8 @@ 2007-11-11 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net> * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix the case when - TK_WHOLE_WORDS and TK_AT_LEAST_ONE are both set and maxLength is - small. [Bug 1824638] + TK_WHOLE_WORDS and TK_AT_LEAST_ONE are both set and maxLength is small. + [Bug 1824638] 2007-11-09 Daniel Steffen <das@users.sourceforge.net> |