Commit History

Author SHA1 Message Date
  bruvzg 5d3fcc5766 [TextServer] Fix system font fallback and caret/selection behavior for composite characters. 2 years ago
  unknown cfe98c57b9 Add drag and drop option for line edit and rich text label 2 years ago
  kobewi 968c5f6247 Preserve selection when focusing SpinBox 2 years ago
  Igorrreha d8886e1a0c Fix LineEdit expanding to text length 2 years ago
  Yuri Sizov de416c5cbd Merge pull request #74623 from MewPurPur/edit-text-with-style 2 years ago
  bruvzg d904516e55 [TextServer] Use dedicated flag for object replacement characters. 2 years ago
  VolTer f587a21899 Code style improvements to text_edit and related 2 years ago
  VolTer 1856ceeb76 Implement LineEdit.get_selected_text() 2 years ago
  kobewi 36141dc469 Fix get_drag_data not overridable in some Controls 2 years ago
  bruvzg 3ca3ee36ab Fix IME position in the single window mode sub-windows. 2 years ago
  Rémi Verschelde 008cafc103 Merge pull request #72378 from maximkulkin/line-edit-consume-events 2 years ago
  Maxim Kulkin 5adc7e397e Fix LineEdit not consuming events 2 years ago
  Marcus Brummer a54cb5b07b Always show caret when moving in LineEdit 2 years ago
  Danil Alexeev af8bf6f1d0 Fix `LineEdit` and `TextEdit` context menus not customizable 2 years ago
  bruvzg e08a6e692d [Windows] Fix committing IME text without IME deactivation. 2 years ago
  bruvzg daad4aed62 Cleanup and unify keyboard input. 2 years ago
  Rémi Verschelde 5b1df48c6c Convert en_GB spelling to en_US with codespell 2 years ago
  Juan Linietsky 2b815df3c1 Use BitField<> in core type masks 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  Lucas Laukka 4e63395a78 fixed bug showing only two digits in color picker 2 years ago
  Rémi Verschelde 45c6950f1b Merge pull request #67123 from Rindbee/improve-caret-draw-conditions-for-LineEdit 2 years ago
  bruvzg c624b1eeac [Line Edit] Ignore placeholder text when drawing caret. 2 years ago
  Haoyu Qiu 3aed3edc06 Allow selecting SpinBox & LineEdit text when focus enters 2 years ago
  bruvzg 4b1937c73f Abort LineEdit shaping if no font is set to avoid unnecessary error messages. 2 years ago
  Rindbee 3f20108703 Improve caret drawing conditions for `LineEdit` 2 years ago
  bruvzg 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2 years ago
  bruvzg a750ca7ec1 Add split caret direction markers. Fix block/overtype caret size. 2 years ago
  bruvzg 6f4d233062 Fix key mapping changes when moving from macOS to other platform 3 years ago
  Micky 6dbd283ae5 Rename every instance of `caret_blink_speed` to `caret_blink_interval` 3 years ago
  Yuri Sizov 3b1aa240dc Add a lifecycle method for manual theme item caching to Control 3 years ago