1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_gui_basics/widgets
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
..
juce_ComboBox.cpp BailOutChecker: Add checks after callbacks in Slider and ComboBox 2022-09-01 15:44:27 +01:00
juce_ComboBox.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ImageComponent.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ImageComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_Label.cpp TextEditor: Add option to dismiss the virtual keyboard on touches outside 2022-06-09 16:55:19 +01:00
juce_Label.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ListBox.cpp ListBox: Avoid calling updateContent in contructor 2022-09-01 15:44:27 +01:00
juce_ListBox.h Accessibility: Improve table navigation, row/column index/header reporting 2022-07-29 18:54:50 +01:00
juce_ProgressBar.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ProgressBar.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_Slider.cpp Slider: Update PopupDisplay in updateText() 2022-09-13 15:20:57 +02:00
juce_Slider.h Slider: Add keyboard control even without accessibility 2022-06-09 16:24:00 +02:00
juce_TableHeaderComponent.cpp Accessibility: Multiple table fixes 2022-07-29 18:54:09 +01:00
juce_TableHeaderComponent.h Accessibility: Multiple table fixes 2022-07-29 18:54:09 +01:00
juce_TableListBox.cpp Accessibility: Improve table navigation, row/column index/header reporting 2022-07-29 18:54:50 +01:00
juce_TableListBox.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_TextEditor.cpp Fix key up behaviour in a multiline TextEditor 2022-09-28 15:07:30 +02:00
juce_TextEditor.h iOS: Add proper UITextInput implementation 2022-07-29 18:54:50 +01:00
juce_Toolbar.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_Toolbar.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ToolbarItemComponent.cpp Android: Fix a couple of accessibility-related crashes 2022-06-13 15:29:56 +01:00
juce_ToolbarItemComponent.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ToolbarItemFactory.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ToolbarItemPalette.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ToolbarItemPalette.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_TreeView.cpp Accessibility: Improve table navigation, row/column index/header reporting 2022-07-29 18:54:50 +01:00
juce_TreeView.h Accessibility: Improve table navigation, row/column index/header reporting 2022-07-29 18:54:50 +01:00