1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_gui_basics
reuk 86d496d424
WindowsHooks: Attempt to fix keyboard issues for plugin clients
This patch should resolve an issue introduced in
0ab30555fc where arrow keys and other
directional keys (home, end, page up, page down) stopped working as
expected.

With this patch in place,
- IME input in plugins should work correctly, including for languages
  with a selection palette (Japanese) and languages where multiple
  keypresses combine to a single character (Korean).
- Keyboard shortcuts should work (cut, copy, paste)
- Directional keys should work
2023-10-11 15:57:46 +01:00
..
accessibility Doxygen: Fix some Doxygen issues 2023-07-17 18:24:01 +01:00
application Formatting 2023-10-02 15:42:20 +01:00
buttons Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
commands Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
components Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
desktop Formatting 2023-10-02 15:42:20 +01:00
detail Formatting 2023-10-02 15:42:20 +01:00
drawables Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
filebrowser Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
keyboard Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
layout Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
lookandfeel Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
menus Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
misc Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
mouse Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
native WindowsHooks: Attempt to fix keyboard issues for plugin clients 2023-10-11 15:57:46 +01:00
positioning Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
properties Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
widgets Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
windows Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_gui_basics.cpp Includes: Move some miscellaneous includes into module header and source files 2023-10-09 14:49:18 +01:00
juce_gui_basics.h Bump version number to 7.0.7 2023-08-23 09:06:58 +01:00
juce_gui_basics.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00