| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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".
|
|
|
|
| |
when passed an empty list.
|
|
|
|
|
| |
so that patches can flow back and forth.
aquaTheme.tcl: Extra TButton -padding no longer needed.
|
| |
|
| |
|
|
|
|
|
| |
scrollbar and combobox buttons. This handles tile patches 1596647
and 1596657 but a bit more generically.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
checking strings like -d.
|
| |
|
| |
|
| |
|
|
|
|
| |
oversight in the bug fix from 2007-11-11. [Bug 1824638]
|
| |
|
| |
|
|
|
|
| |
* macosx/Wish.xcode/project.pbxproj:
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
case when TK_WHOLE_WORDS and TK_AT_LEAST_ONE are both set and
maxLength is small. [Bug #1824638]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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:
|
|
|
|
| |
from TkMacOSXSetupDrawingContext().
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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.h: available outside of debug builds as
the new Leopard ISAEH needs it.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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]
|
|
|
|
| |
state on Aqua to match that of buttons.
|
|
|
|
|
| |
foreground and background colors and
menubutton border width.
|
|
|
|
|
|
|
|
|
|
| |
* 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/tkMacOSXInt.h: struct; add flag for B&W pixmaps.
* macosx/tkMacOSXDraw.c:
* macosx/tkMacOSXEmbed.c:
* macosx/tkMacOSXMenu.c:
|
| |
|
| |
|
|
|
|
|
|
| |
to sometimes be counted twice in size computations.
Fix ElementSizeProcs affected by previous change.
|
|
|
|
| |
section per suggestions by Donal.
|
|
|
|
| |
instead of in Post command (see #1349811 for info).
|
|
|
|
| |
of 'Tk_InitConsoleChannels()'. This is for [SF Tk Bug 432435].
|
| |
|
|
|
|
| |
from treeview items on OSX (problem reported by Kevin Walzer).
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
of the new font size menu items.
|