diff options
author | patthoyts <patthoyts@noemail.net> | 2010-01-03 19:50:59 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@noemail.net> | 2010-01-03 19:50:59 (GMT) |
commit | 2e2c57e71467c021822384e58c225131de6c6732 (patch) | |
tree | cea8865039c68954654c0375c60472fd677f3ec1 /ChangeLog | |
parent | dfc5e1e467896d529f4b6b35c82081e5962cc327 (diff) | |
download | tk-2e2c57e71467c021822384e58c225131de6c6732.zip tk-2e2c57e71467c021822384e58c225131de6c6732.tar.gz tk-2e2c57e71467c021822384e58c225131de6c6732.tar.bz2 |
Patch 2848897: Support the system keyboard cues setting on Windows
This patch by Anton Kovalenko adds support for the Windows system-wide
UI setting that prevents accelerators being underlined unless the Alt
key is pressed.
Modified to support the system keyboard cues flag and to handle dynamic
changes to the system parameters by the user.
FossilOrigin-Name: 1f42762643ee881f132f2bca88fcb6a27f962d5d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-01-03 Pat Thoyts <patthoyts@users.sourceforge.net> + + * generic/tkMenu.h: [Patch 2848897] Support the system keyboard + * win/tkWinMenu.c: cues option on Windows. This system parameter + hides the underlines on menu items unless the keyboard is used to + open the menu. (kovalenko, thoyts) + 2010-01-03 Donal K. Fellows <dkf@users.sf.net> * generic/tkFont.c (Tk_TextLayoutToPostscript): Simplified the code to |