summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c:jenglish2007-11-196-182/+134
| | | | | | | | | | | | 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 labelsjenglish2007-11-1810-64/+100
| | | | | | | | 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 garbagejenglish2007-11-182-1/+8
| | | | when passed an empty list.
* ttkMacOSXTheme.c: Resynchronize with Tile codebasejenglish2007-11-183-44/+60
| | | | | so that patches can flow back and forth. aquaTheme.tcl: Extra TButton -padding no longer needed.
* autoconf-2.59das2007-11-181-18/+18
|
* whitespace & order (sync with tclconfig/tcl.m4)das2007-11-181-7/+8
|
* * win/ttkWinXPTheme.c: Add support for size information flags forpatthoyts2007-11-182-13/+62
| | | | | scrollbar and combobox buttons. This handles tile patches 1596647 and 1596657 but a bit more generically.
* Tidy up some variable types.patthoyts2007-11-1711-25/+33
|
* Minor reshuffle for claritypatthoyts2007-11-171-5/+5
|
* Fix the environment to run only our built versionpatthoyts2007-11-171-21/+42
|
* Forgot the changelogpatthoyts2007-11-171-0/+6
|
* Only check for -displayof if there are sufficient arguments. This permits ↵patthoyts2007-11-172-8/+19
| | | | checking strings like -d.
* Add mandatory 8.5-isms.jenglish2007-11-171-3/+3
|
* Swap in core scrollbars for [ttk::scrollbar]s on OSX.jenglish2007-11-173-2/+56
|
* whitespacedas2007-11-171-9/+6
|
* * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Correct ancc_benny2007-11-162-8/+18
| | | | oversight in the bug fix from 2007-11-11. [Bug 1824638]
* autoconf-2.59das2007-11-161-231/+513
|
* sync with tcl/unix/tcl.m4das2007-11-161-281/+246
|
* * macosx/Wish.xcodeproj/project.pbxproj: add new chanio.test.das2007-11-153-5/+14
| | | | * macosx/Wish.xcode/project.pbxproj:
* The Swedish message catalog should be for Swedish... [Bug 1831803]dkf2007-11-142-72/+77
|
* typo: s/Bearbieten/Bearbeiten/ (suchenwi on chat)das2007-11-141-1/+1
|
* autoconf-2.59das2007-11-141-6/+6
|
* sync with tcl/unix/tcl.m4das2007-11-141-0/+31
|
* whitespacedas2007-11-131-9/+8
|
* * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix thecc_benny2007-11-112-27/+34
| | | | | case when TK_WHOLE_WORDS and TK_AT_LEAST_ONE are both set and maxLength is small. [Bug #1824638]
* typodas2007-11-091-1/+1
|
* * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyrightdas2007-11-099-20/+37
| | | | | | | | | | * 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:
* * macosx/tkMacOSXFont.c (TkpGetFontAttrsForChar): panic on false returndas2007-11-091-2/+5
| | | | from TkMacOSXSetupDrawingContext().
* fix warningsdas2007-11-082-7/+4
|
* move #includes for TkMacOSXGetNamedDebugSymbol() outside of TK_MAC_DEBUG #ifdefdas2007-11-081-4/+4
|
* formattingdas2007-11-081-9/+7
|
* * macosx/tkMacOSXCarbonEvents.cdas2007-11-082-59/+150
| | | | | | | | | | | | (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.
* * macosx/tkMacOSXDebug.c: make TkMacOSXInitNamedDebugSymbol()das2007-11-082-6/+5
| | | | | * macosx/tkMacOSXDebug.h: available outside of debug builds as the new Leopard ISAEH needs it.
* * macosx/tkMacOSXButton.c: replace HiliteControl() by modern APIdas2007-11-082-130/+238
| | | | | | | | | | | | | * macosx/tkMacOSXMenubutton.c: for activation and enabling; distinguish inactive and disabled look&feel; correct activation handling to match that of container toplevel. * macosx/tkMacOSXMenubutton.c: correct size computation of bevelbutton variant to match that of buttons; fix crash with bitmap due to NULL GC; delay picParams setup until needed; formatting cleanup. [Bug 1824521]
* * library/menu.tcl: correct handling of menubutton "active"das2007-11-081-6/+14
| | | | state on Aqua to match that of buttons.
* * macosx/tkMacOSXDefault.h: correct button & menubutton activedas2007-11-081-6/+7
| | | | | foreground and background colors and menubutton border width.
* * macosx/tkMacOSXWindowEvent.c: handle kEventWindowExpanding carbondas2007-11-081-5/+15
| | | | | | | | | | * macosx/tkMacOSXCarbonEvents.c: event instead of kEventWindowExpanded to ensure activate event arrives after window is remapped, also need to process all Tk events generated by remapping in the event handler to ensure children are remapped before activate event is processed.
* * macosx/tkMacOSXSubwindows.c: add pixmap size field to MacDrawabledas2007-11-085-26/+50
| | | | | | | * macosx/tkMacOSXInt.h: struct; add flag for B&W pixmaps. * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXEmbed.c: * macosx/tkMacOSXMenu.c:
* * macosx/tkMacOSXPrivate.h: correct Leopard HIToolboxVersionNumber.das2007-11-081-2/+2
|
* * macosx/ttkMacOSXTheme.c: add error checking; cleanup formatting.das2007-11-081-137/+142
|
* Ttk_ElementSize: Fixed longstanding, subtle bug that caused element paddingjenglish2007-11-0810-45/+81
| | | | | | to sometimes be counted twice in size computations. Fix ElementSizeProcs affected by previous change.
* * doc/CrtConsoleChan.3: Fixed markup typo and extended see alsoandreas_kupries2007-11-062-2/+8
| | | | section per suggestions by Donal.
* * library/ttk/combobox.tcl: Set focus to listbox in <Map> bindingjenglish2007-11-062-5/+13
| | | | instead of in Post command (see #1349811 for info).
* * doc/CrtConsoleChan.3: New file providing minimal documentationandreas_kupries2007-11-052-0/+50
| | | | of 'Tk_InitConsoleChannels()'. This is for [SF Tk Bug 432435].
* spelling correctionsdgp2007-11-051-4/+4
|
* * macosx/ttkMacOSXTheme.c(TreeitemLayout): Remove focus ringjenglish2007-11-052-3/+17
| | | | from treeview items on OSX (problem reported by Kevin Walzer).
* + Use null "treearea" element for treeview owner-draw areajenglish2007-11-043-5/+16
| | | | | | | 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 thedas2007-11-042-55/+170
| | | | | | 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.
* * library/bgerror.tcl: fix background of detail text on Aqua.das2007-11-041-2/+3
|
* * library/console.tcl: add accelerators and fix Aqua bindingsdas2007-11-041-7/+15
| | | | of the new font size menu items.