| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
For other languages, sorting and fix some locations of "&"
|
| |
|
|
|
|
|
|
| |
the background error dialog, and allow the use of the window manager
controls for closing it (where supported). The Escape key now causes
all remaining background error messages in the queue to be dropped.
|
|
|
|
| |
Specify disabled combobox text foreground color [#3057573].
|
|
|
|
| |
of set :: to work with other var resolvers (itcl). [AS Bug#87409]
|
| |
|
|
|
|
|
|
| |
so that pressing delete or backspace when the primary selection does
not include the insertion cursor does not cause the deletion of the
inserted text.
|
|
|
|
|
|
|
|
|
| |
* library/tk.tcl: CVS snapshots from earlier snapshots as well
* unix/configure.in: as the 8.6b1 and 8.6b2 releases.
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
|
|
|
|
|
| |
Apply a bit more care to ensure that things continue to work correctly
even when there is no -selectcolor defined.
|
|
|
|
|
|
| |
* library/ttk/entry.tcl: explicitly do nothing, since Tk-on-Cocoa will
generate (invisible zero-width) characters for them otherwise. The
explicitly empty bindings are harmless on other platforms.
|
| |
|
|
|
|
|
|
|
| |
When the pointer moves to another entry from a cascade entry the sub-menu
should popdown. This is how other menus on X11 work today. This effect will
not be used if the user has configured ClickToFocus to maintain the previous
Tk menu effects.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Modern unix window managers use a set of window properties to give
hints as to the purpose of a toplevel window. They then use these
hints to apply various animation and decoration options based on the
type (dialog, menu, tooltip and more).
This patch adds a [wm attributes $w -type] option to control and read
the type hint and makes use of this for the ttk::combobox and the
dialogs raised from the Tk library scripts.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tk is the only toolkit to continue the Motif scheme of anchoring a Help
menu to the extreme right of the menubar. This patch disables the special
handling of the .help menu so that the help menu will be grouped with the
other menu items as is common with other toolkits.
The old behaviour can be restored by setting the option *Menu.useMotifHelp
to true or by calling 'tk::classic::restore menu'.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch makes Tk menus on unix follow mouse motion in the same
way Windows and GNOME menus follow the mouse. Once a menubar dropdown
has been activated, moving the mouse to another menubar button or
cascade item will activate the dropdown without needing another click.
The previous behaviour can be restored by setting the *Menu.clickToFocus
option true or by calling 'tk::classic::restore menu' if this is preferred.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
|
|
|
| |
movements in entries and text widgets. They vary between platforms!
|
| |
|
|
|
|
|
|
|
|
| |
The standard for Windows and Gtk+ is that the <Return> binding invokes
the button that currently has the keyboard focus. This can be seen in
tk_messageBox which implements this.
This patch implements this feature and also makes use of the tk grab
utility functions to replace the grab handling code.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
([Bug 2917688], also fixes [Bug 2546779]).
|
| |
|
|
|
|
| |
Emiliano Gavilan.
|
|
|
|
| |
Add some more different languages (Devanagari script needs attention...)
|
|
|
|
|
|
|
|
| |
right-to-left support on Windows and adjust Hebrew and Arabic
character strings accordingly. Changed the Hebrew string to
'ktb ebryt' (ktav Ivrit, "Hebrew writing") to be consistent
with at least the Greek and Russian strings. Thanks to
Rodrigo Readi for calling the inconsistency to our attention.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
to the cleanupHook of the safe base. The code used the old
internal commands which have been removed since 2009-11-05/06. See
Tcl's ChangeLog.
|
|
|
|
|
|
|
| |
+ Where possible, replace [a; update; b] with [a ; after 0 b].
+ Where not possible, use [update idletasks] instead of full [update].
+ Use [after 0] in favor of [after idle] for delayed work,
to reduce likelihood of reentrancy issues in [update idletasks].
|
| |
|
| |
|
| |
|
|
|
|
| |
with global variables (the only way it *can* work...)
|
|
|
|
|
| |
created and submitted by Pawel Pawlak <morris@elysium.pl> (via
JeffH).
|
| |
|
|
|
|
| |
Windows 7.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* library/ttk/aquaTheme.tcl: modern L&F; adjust tab & notebook
padding and tabmargins; correct
appearance of selected tree header; add
support for native tree header sort
arrows via user1 state. [Patch 2819620]
|
| |
|
|
|
|
|
|
| |
Vista and Windows 7 like to display larger icon sizes than previous versions although
we do not include the largest suggested size (256x256) as that prevents building with
msvc6. Both icons are rendered from SVG versions of the Tcl feather or the Wish lamp.
|