1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
JUCE/modules
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_analytics Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_audio_basics Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
juce_audio_devices WASAPI: Search for the maximum number of channels on a WASAPI device instead of relying on default 2022-09-14 14:17:40 +02:00
juce_audio_formats Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_audio_plugin_client AU Client: Fix build problem when PreferredChannelConfigurations enabled 2022-09-14 16:16:26 +01:00
juce_audio_processors Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
juce_audio_utils Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_box2d Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_core MemoryOutputStream: Fix preallocating overly large buffer 2022-09-13 15:20:57 +02:00
juce_cryptography Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_data_structures Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_dsp Tidy up parameter pack expansions 2022-09-12 16:14:57 +01:00
juce_events Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_graphics Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
juce_gui_basics TextEditor: Change caret positioning when clicking before text and between lines 2022-09-15 12:30:40 +02:00
juce_gui_extra Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
juce_opengl Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_osc Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_product_unlocking Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_video Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
CMakeLists.txt CMake: Avoid adding target for LV2 manifest helper unless specifically required 2022-09-12 16:14:57 +01:00