1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00
JUCE/modules/juce_gui_basics
attila 2e1809ec33 Fix key up behaviour in a multiline TextEditor
A regression was introduced in d564e4931. Before that commit you
could use key up to jump into position zero of a multiline TextEditor
if the cursor was somewhere in the first line. Since that commit the
keypress had no effect. This change restores the earlier behaviour.
2022-09-28 15:07:30 +02:00
..
accessibility Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
application Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
buttons HyperlinkButton: Use AccessibilityHandler with hyperlink role 2022-07-28 21:58:52 +01:00
commands Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
components Android: Fix a couple of accessibility-related crashes 2022-06-13 15:29:56 +01:00
desktop Displays: Add keyboardInsets member to Display, to allow querying onscreen keyboard size 2022-07-29 18:54:50 +01:00
drawables Drawable: Fix clobbering Component transform when setDrawableTransform() isn't called 2022-07-22 15:21:59 +02:00
filebrowser FileListComponent: Fix incorrect selection when calling setSelectedFile while the directory contents are still loading 2022-09-27 15:18:22 +01:00
keyboard Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
layout Grid: Fix layout for very small items 2022-09-22 18:18:59 +02:00
lookandfeel Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
menus Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
misc DropShadower: Fix temporarily missing shadows, disable timer for non-desktop windows 2022-07-11 15:15:50 +02:00
mouse Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
native iOS: Correctly compute mouse position for scroll events 2022-09-27 16:45:21 +01:00
positioning Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
properties Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
widgets Fix key up behaviour in a multiline TextEditor 2022-09-28 15:07:30 +02:00
windows Fix TopLevelWindow::centreAroundComponent 2022-09-22 18:18:59 +02:00
juce_gui_basics.cpp Build: Allow building with llvm-mingw headers 2022-09-12 16:14:57 +01:00
juce_gui_basics.h Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_gui_basics.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00