1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_gui_basics/widgets
attila d564e49312 TextEditor: Change caret positioning when clicking before text and between lines
This commit fixes an issue when using large lineSpacing, where the caret
would jump to the end of the previous line when clicking between lines.
With the new behaviour the line spacing is considered to belong to the
previous line.

The commit also changes the behaviour observed when clicking in the
empty space before the first line. Until now the caret would jump into
the first character position. Now it behaves as if the space before the
first line would belong to the first line.
2022-09-15 12:30:40 +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 TextEditor: Change caret positioning when clicking before text and between lines 2022-09-15 12:30:40 +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