summaryrefslogtreecommitdiffstats
path: root/library/tearoff.tcl
Commit message (Collapse)AuthorAgeFilesLines
* unneeded "if" statementjan.nijtmans2024-01-021-12/+10
|
* Merge 8.7jan.nijtmans2023-03-301-36/+14
|\
| * Fix [15c685a976]: Issues with menu cloning.sbron2023-03-301-36/+14
| |\
| | * Make the clone inherit the bindtags from the original menu.sbron2023-03-261-8/+17
| | |
| | * Proposed fix for bug [15c685a976].sbron2023-03-231-31/+0
| | |
* | | Implement TIP 658sbron2023-03-161-1/+1
|/ /
* | Merge 8.6jan.nijtmans2023-03-041-7/+2
|\ \ | |/
| * Even simpler ... (@fvogel, you are right, the check for $index simply is ↵jan.nijtmans2023-03-041-2/+1
| | | | | | | | useless here)
| * Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with ↵fvogel2023-03-041-6/+2
| | | | | | | | -tearoff option
| * Menu-related code cleanup. (mainly indenting spaces -> tabs)jan.nijtmans2021-06-211-5/+5
| |
* | formattingjan.nijtmans2021-11-301-6/+6
| |
* | Merge 8.7. Eliminate more use of "none" in menu library code (since it isn't ↵jan.nijtmans2021-05-201-1/+1
|\ \ | | | | | | | | | used any more)
| * \ Merge 8.6jan.nijtmans2021-05-201-1/+1
| |\ \ | | |/
| | * Fix [e3ad5e0fca]: macOS XQuartz : issue with menujan.nijtmans2021-05-201-1/+1
| | |
* | | Merge 8.7jan.nijtmans2020-10-231-2/+2
|\ \ \ | |/ /
| * | Merge trunkjan.nijtmans2020-10-051-2/+2
| |/
* | Merge trunkjan.nijtmans2020-09-141-2/+2
|\ \ | |/
| * Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning ↵jan.nijtmans2020-09-141-2/+2
| | | | | | | | 'not found'
* | Merge trunkjan.nijtmans2020-08-201-1/+1
|/
* Minor bindings cleanup. Some removal of "expr" when we can do without it. ↵jan.nijtmans2020-07-101-5/+5
| | | | Some KeyPress -> Key changes (which are synonymes). Some implicit <Button-1> specifications in stead of simply <1> (making clear this is not a binding to the "1" key).
* Only use "string range" when $index > 0, so there's really something to be done.jan.nijtmans2020-03-301-2/+6
|
* Remove unnecessary end-of-line spacingjan.nijtmans2015-02-021-1/+1
|
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |
| * * library/bgerror.tcl: on aqua, use moveable alert resp. modal dialogdas2007-04-291-1/+7
| | | | | | | | | | | | | | | | * library/dialog.tcl: window class and corresponding system background pattern; fix button padding. * library/tearoff.tcl: correct aqua menu bar height; vertically offset * library/tk.tcl: aqua tearoff floating window to match menu.
| * * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch ↵dgp2006-01-251-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1237759] * library/button.tcl: * library/choosedir.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/panedwindow.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl:
* | [Bug 3181181] tearoff sub-menu windows not being shown on Windows.patthoyts2011-03-161-0/+5
| | | | | | | | | | | | | | | | | | Commit f59e9722e9 changed tearoff menu windows to be transient toolwindow toplevels. However the hidden menu hierarchy confuses the toplevel search when the menu being torn off is a submenu and not a direct child of the menubar. This patch fixes the search to exclude these hidden menu windows. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | tearoff menus should be transient and use the toolwindow style on Windowspatthoyts2010-01-031-1/+6
| |
* | * library/bgerror.tcl: on aqua, use moveable alert resp. modal dialogdas2007-04-231-2/+4
| | | | | | | | | | | | | | | | * library/dialog.tcl: window class and corresponding system background pattern; fix button padding. * library/tearoff.tcl: correct aqua menu bar height; vertically offset * library/tk.tcl: aqua tearoff floating window to match menu.
* | Apply some of the changes suggested in [Patch 1237759]dkf2005-07-251-9/+9
| |
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-3/+2
| |
* | MacOS tearoff menu location fixvincentdarley2003-05-271-1/+6
|/
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-011-7/+7
| | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace.
* * library/entry.tcl:hobbs2000-01-061-2/+2
| | | | | | | | | | | | * library/focus.tcl: * library/listbox.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: fixed unprotected arg parsing through eval/after [Bug: 3943]
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | * library/msgbox.tcl: changed the behavior of tk_messageBox on Unix to be more Windows like in handling of <Return> and the default button * library/button.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: updated commands to use [string] ops instead of expr equality operators
* * Merged 8.1 branch into the main trunkstanton1999-04-161-11/+32
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* plugin updateswelch1998-06-271-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+145