Cross-platform advanced subtitle editor
Go to file
Thomas Goyne 123f02f0fb Process hotkeys in wxEVT_CHAR_HOOK rather than wxEVT_KEY_DOWN
Char hook events propagate by default, removing the need for the event
filter to make key down events propagate, which was causing some funny
issues.

On Windows, the char hook handler runs before menu accelerators, fixing
a bug where Default context hotkeys would override more specific ones
when they appeared on a menu. Unfortunately, this is not the case on
GTK, so the dumb accelerator-disabling hack is still required.

Originally committed to SVN as r6724.
2012-04-27 19:07:49 +00:00
aegisub Process hotkeys in wxEVT_CHAR_HOOK rather than wxEVT_KEY_DOWN 2012-04-27 19:07:49 +00:00
contrib Explicitly enable optimization for the CSRI project to eliminate some link-time warnings about optimizations being disabled 2012-04-16 23:55:10 +00:00
devel Add some kind of (really untested, but it compiles!) exception data fetching/command line arguments to w32dumper. 2012-03-03 01:48:23 +00:00
docs Add new buttons, commit changes to modified buttons. 2009-08-21 23:10:43 +00:00