| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
return instead of invoking - ButtonUp handles invoking already.
[Bug #499168]
|
|
|
|
| |
FocusGrab info is not set. [Bug #553283]
|
|
|
|
|
|
|
|
|
|
| |
* library/clrpick.tcl (tk::dialog::file::chooseDir):
* library/msgbox.tcl (tk::MessageBox):
* library/tkfbox.tcl (tk::dialog::file):
* library/xmfbox.tcl (tk::MotifFDialog):
Revert [Tk patch 568278]. The transient window workaround
is no longer needed since the fix for [Tk bug 570764]
solved the problem for withdrawn transients.
|
| |
|
|
|
|
| |
postscript generation to fail under Win2K.
|
|
|
|
| |
ExposePrivateCommand to accept patterns as well.
|
| |
|
| |
|
| |
|
|
|
|
| |
on Windows. [Bug #464451] (darley)
|
|
|
|
| |
[Bug #553207] and made Tab a default expansion key (like Escape).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tkText.c: undo/redo stack to not be tied solely to the
* generic/tkText.h: text widget. The APIs are still private.
* generic/tkUndo.c: This also adds a stack limiting ability and
* generic/tkUndo.h: a -maxundo option to the text widget (in
* library/text.tcl: addition to the options from TIP #26) should
* mac/tkMacDefault.h: users want to limit the undo/redo stack
* tests/text.test: (should not be necessary in most cases).
* unix/Makefile.in: [Patch #554763] (callewart)
* unix/tkUnixDefault.h:
* win/Makefile.in:
* win/makefile.vc:
* win/tkWinDefault.h:
|
|
|
|
| |
Currently includes only Color -> Colour translation.
|
|
|
|
|
|
|
|
|
|
|
| |
* library/clrpick.tcl (tk::dialog::file::chooseDir):
* library/msgbox.tcl (tk::MessageBox):
* library/tkfbox.tcl (tk::dialog::file):
* library/xmfbox.tcl (tk::MotifFDialog): Remove the
transient property on dialogs after they have been
dismissed to insulate them from further state changes
in the master. This keeps a withdrawn dialog from
being mapped when the master is deiconified. [Tk patch 568278]
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* library/clrpick.tcl (tk::dialog::color):
* library/dialog.tcl (tk_dialog):
* library/msgbox.tcl (tk::MessageBox):
* library/tkfbox.tcl (tk::dialog::file):
* library/xmfbox.tcl (tk::MotifFDialog_Create):
Only make the dialog window a transient if
the master is visible. This check already
appeared in some of the dialogs. This patch
just copies the check into those that were
lacking.
|
| |
|
|
|
|
|
| |
All translations were modified to work with "magic ampersand".
Russian translations added.
|
|
|
|
|
| |
Don't set the bgerror dialog as a transient of
itself since this operation is ill defined.
|
| |
|
|
|
|
| |
latest revisions to avoid defining new global commands.
|
|
|
|
|
|
|
| |
* library/console.tcl:
* library/tk.tcl: fix tk.tcl not sourcing library files
that define bindings at startup on mac. (independent of
tk library files being in resources or on auto_path)
|
|
|
|
| |
dialog. Completes soft dependence on msgcat. [FR 539309]
|
| |
|
| |
|
| |
|
|
|
|
|
| |
implementations of ButtonLeave to check for Priv(relief) existing
before trying to use it. [Patch #541849]
|
| |
|
| |
|
|
|
|
|
| |
msgcat procedures as used in tk defined in case the package
is not available.
|
| |
|
| |
|
|
|
|
| |
binding on Unix platforms.
|
|
|
|
| |
accomodate two button mice. [Patch #493145]
|
| |
|
|
|
|
|
|
| |
Added Cursor timer that restores the default cursor when pointer
is no longer over the sash. This is necessary because Leave
events won't be seen when moving into a paned child.
|
|
|
|
| |
y args at all (they aren't used).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* library/text.tcl: Adjust <Double-1> and <Triple-1> bindings
so that no anchor point is set and the insertion cursor is
set to the last character in the selection. [Bug 220943]
* tests/event.test: Add test cases for double click and
drag as well as triple click and drag in the text and
entry widgets.
|
|
|
|
|
| |
in disabled state for Windows to show selection and allow
mouse-wheel scrolling.
|
|
|
|
|
|
| |
* library/spinbox.tcl:
* library/text.tcl: added extra checks against bug #220269 and
made spinbox reuse more of the entry procedure code.
|
|
|
|
|
| |
was selected in the filetypes option menu. Adapted from code by Chris
Nelson submitted in Patch #492220.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
copy of the original. The copy even includes the tearoff bar, though the
tearoff bar is not displayed. But even though it wasn't displayed, the
tearoff bar on the tearoff menu could be visited using keyboard traversal.
This change makes it so that the (invisible) tearoff bar of tearoff menus
is no longer visited on keyboard traversal.
|
|
|
|
|
|
| |
** changes for 8.4, some already backported to 8.3.4 (patch #435660)
see ChangeLog for details
|
| |
|
|
|
|
| |
better handle entering cascades. [Patch #481219]
|
| |
|
| |
|