Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c: | jenglish | 2007-11-19 | 1 | -0/+13 |
| | | | | | | | | | | | | 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*. * generic/ttk/ttkLabel.c: no longer need Labelframe hack. * library/ttk/aquaTheme.tcl: ImageTextElement no longer needed. TextElement no longer needs '-background' option. | ||||
* | * generic/ttk/ttkFrame.c: Use sublayout for ttk::labelframe labels | jenglish | 2007-11-18 | 1 | -0/+11 |
| | | | | | | | | 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". | ||||
* | BUGFIX: Ttk_GetPaddingFromObj() and Ttk_GetBorderFromObj() returned garbage | jenglish | 2007-11-18 | 1 | -0/+6 |
| | | | | when passed an empty list. | ||||
* | ttkMacOSXTheme.c: Resynchronize with Tile codebase | jenglish | 2007-11-18 | 1 | -0/+7 |
| | | | | | so that patches can flow back and forth. aquaTheme.tcl: Extra TButton -padding no longer needed. | ||||
* | * win/ttkWinXPTheme.c: Add support for size information flags for | patthoyts | 2007-11-18 | 1 | -0/+6 |
| | | | | | scrollbar and combobox buttons. This handles tile patches 1596647 and 1596657 but a bit more generically. | ||||
* | Tidy up some variable types. | patthoyts | 2007-11-17 | 1 | -0/+4 |
| | |||||
* | Forgot the changelog | patthoyts | 2007-11-17 | 1 | -0/+6 |
| | |||||
* | Swap in core scrollbars for [ttk::scrollbar]s on OSX. | jenglish | 2007-11-17 | 1 | -0/+5 |
| | |||||
* | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Correct an | cc_benny | 2007-11-16 | 1 | -0/+5 |
| | | | | oversight in the bug fix from 2007-11-11. [Bug 1824638] | ||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add new chanio.test. | das | 2007-11-15 | 1 | -1/+6 |
| | | | | * macosx/Wish.xcode/project.pbxproj: | ||||
* | The Swedish message catalog should be for Swedish... [Bug 1831803] | dkf | 2007-11-14 | 1 | -0/+5 |
| | |||||
* | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix the | cc_benny | 2007-11-11 | 1 | -0/+6 |
| | | | | | case when TK_WHOLE_WORDS and TK_AT_LEAST_ONE are both set and maxLength is small. [Bug #1824638] | ||||
* | typo | das | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyright | das | 2007-11-09 | 1 | -0/+12 |
| | | | | | | | | | | * macosx/tkMacOSXDialog.c: with core-8-4-branch. * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXWm.c: * xlib/xgc.c * library/bgerror.tcl: * library/console.tcl: * library/menu.tcl: | ||||
* | formatting | das | 2007-11-08 | 1 | -9/+7 |
| | |||||
* | * macosx/tkMacOSXCarbonEvents.c | das | 2007-11-08 | 1 | -0/+55 |
| | | | | | | | | | | | | (InstallStandardApplicationEventHandler): on Mac OS X Leopard, replace the 2005-11-27 approach of installing the standard application handler by calling RAEL and immediately longjmping out of it from an event handler, as that now leads to crashes in -[NSView unlockFocus] whenever HIToolbox uses Cocoa in Leopard (Help menu, Nav Services, Color Picker). Instead call InstallStandardEventHandler() on the application and menubar event targets, as Leopard ISEH finally handles these correctly. Unfortunately need a HIToolbox-internal SPI to retrieve the menubar event target, no public API appears have that functionality. | ||||
* | Ttk_ElementSize: Fixed longstanding, subtle bug that caused element padding | jenglish | 2007-11-08 | 1 | -0/+14 |
| | | | | | | to sometimes be counted twice in size computations. Fix ElementSizeProcs affected by previous change. | ||||
* | * doc/CrtConsoleChan.3: Fixed markup typo and extended see also | andreas_kupries | 2007-11-06 | 1 | -0/+5 |
| | | | | section per suggestions by Donal. | ||||
* | * library/ttk/combobox.tcl: Set focus to listbox in <Map> binding | jenglish | 2007-11-06 | 1 | -0/+5 |
| | | | | instead of in Post command (see #1349811 for info). | ||||
* | * doc/CrtConsoleChan.3: New file providing minimal documentation | andreas_kupries | 2007-11-05 | 1 | -0/+5 |
| | | | | of 'Tk_InitConsoleChannels()'. This is for [SF Tk Bug 432435]. | ||||
* | * macosx/ttkMacOSXTheme.c(TreeitemLayout): Remove focus ring | jenglish | 2007-11-05 | 1 | -0/+5 |
| | | | | from treeview items on OSX (problem reported by Kevin Walzer). | ||||
* | + Use null "treearea" element for treeview owner-draw area | jenglish | 2007-11-04 | 1 | -0/+10 |
| | | | | | | | instead of "client", to avoid nameclash with Notebook.client element. This was causing sizing anomalies in XP theme, and introduced extraneous padding. + "alt" theme Treeitem.indicator element needs left margin now. | ||||
* | * macosx/tkMacOSXMenus.c: add "Run Widget Demo" menu item to the | das | 2007-11-04 | 1 | -1/+27 |
| | | | | | | default Edit menu along with associated carbon event handler enabling the item only if demo files are installed; cleanup handling of "About" and "Source" menu items. | ||||
* | Add menu item and key binding to adjust font | patthoyts | 2007-11-03 | 1 | -0/+4 |
| | |||||
* | Added a demo of how to do a multi-column sortable listbox. | dkf | 2007-11-02 | 1 | -0/+5 |
| | |||||
* | Tk (non-native) message box now uses Ttk widgets for better L&F. | dkf | 2007-11-02 | 1 | -0/+3 |
| | |||||
* | Tk (non-native) file chooser now uses Ttk widgets for better L&F and ↵ | dkf | 2007-11-02 | 1 | -0/+4 |
| | | | | supports <Tab> completion of file names. [FRQ 805091] | ||||
* | Better resizing. [Bug 1822410] | dkf | 2007-11-02 | 1 | -0/+4 |
| | |||||
* | Better resizing behaviour. [Bug 1822601] | dkf | 2007-11-01 | 1 | -0/+4 |
| | |||||
* | Added list of Windows system colors. [Bug 945409] | dkf | 2007-11-01 | 1 | -0/+4 |
| | |||||
* | * doc/console.n: clarify availability of [console] in TkAqua. | das | 2007-11-01 | 1 | -0/+2 |
| | |||||
* | * macosx/tkMacOSXColor.c (GetThemeColor): improve translation of RGB | das | 2007-11-01 | 1 | -1/+12 |
| | | | | pixel values into RGBColor. | ||||
* | Make documentation use the name that scripts use as much as possible. | dkf | 2007-11-01 | 1 | -0/+3 |
| | | | | [Bug 1640073] | ||||
* | Fixed mistake in [$t tag remove] docs. [Bug 1792191] | dkf | 2007-11-01 | 1 | -0/+2 |
| | |||||
* | Documented the Command modifier. [Bug 1232908] | dkf | 2007-11-01 | 1 | -0/+2 |
| | |||||
* | Fix [Bug 1386955] | dkf | 2007-11-01 | 1 | -0/+5 |
| | |||||
* | Improved description/comments so that people better understand what is being | dkf | 2007-10-31 | 1 | -0/+4 |
| | | | | validated, following suggestion from Don Porter. | ||||
* | Mark non-loadable images as such instead of throwing a nasty dialog, | dkf | 2007-10-31 | 1 | -0/+4 |
| | | | | following suggestion from Don Porter. | ||||
* | Improve Tk_PhotoPutBlock a bit more. Derived from [Patch 224066] | dkf | 2007-10-31 | 1 | -11/+14 |
| | |||||
* | BUGFIX: Unpost can be called with no preceding Post. | jenglish | 2007-10-31 | 1 | -0/+5 |
| | |||||
* | Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fix | patthoyts | 2007-10-31 | 1 | -0/+6 |
| | | | | | the two places in Tk that generate errors with msvc8 when using this flag. | ||||
* | * library/choosedir.tcl: only enable OK button when valid in | hobbs | 2007-10-30 | 1 | -0/+3 |
| | | | | conjunction with -mustexist. [Bug 1550528] | ||||
* | * library/listbox.tcl (::tk::ListboxBeginSelect): ignore | hobbs | 2007-10-30 | 1 | -0/+5 |
| | | | | -takefocus when considering focus on <1>, it is for tab focus. | ||||
* | fix spelling of -inactiveselectbackground [Bug 1626415] | hobbs | 2007-10-30 | 1 | -0/+2 |
| | |||||
* | * generic/tk.h: Bump version number to 8.5b2.1 to distinguish | dgp | 2007-10-30 | 1 | -0/+11 |
| | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5b2 * unix/configure.in: release. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: | ||||
* | * library/entry.tcl: don't error with Clear event. [Bug 1509288] | hobbs | 2007-10-30 | 1 | -1/+3 |
| | |||||
* | use size -12 TkFixedFont (was -10) | hobbs | 2007-10-30 | 1 | -0/+4 |
| | |||||
* | Fix Arabic and Hebrew rendering on Windows. [Bug 1803723] | dkf | 2007-10-30 | 1 | -0/+5 |
| | |||||
* | Typo | dkf | 2007-10-30 | 1 | -9/+8 |
| | |||||
* | Rename enumermation for somewhat simpler-to-read code. [Bug 1677613] | dkf | 2007-10-30 | 1 | -0/+5 |
| |