Commit History

Author SHA1 Message Date
  bruvzg 5d3fcc5766 [TextServer] Fix system font fallback and caret/selection behavior for composite characters. 2 years ago
  bruvzg 75e6ec8874 [TextEdit] Expose all auto-wrap modes. 2 years ago
  RedworkDE 6b7008b73b Fix crash when selecting lines in text edit 2 years ago
  Rémi Verschelde d61827af05 Merge pull request #76605 from Rindbee/fix_get_visible_line_count 2 years ago
  Rindbee 391bce44b7 Fix calculation bug with `TextEdit::get_line_height()` 2 years ago
  Jean-Michel Bernard 5c06c030f2 Fix right click in selection of additional caret 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
  jeffVenancius 97c2133548 Add an option to show a TextEdit caret when editable is disabled 2 years ago
  Yuri Sizov db2f99cdc0 Implement theme item cache in TextEdit and CodeEdit 2 years ago
  Rémi Verschelde 1db9de5406 Merge pull request #75597 from bruvzg/tx_block 2 years ago
  Rémi Verschelde 420ea5c0ad Merge pull request #73074 from M4rYu5/capslock-editor-completion-fix 2 years ago
  bruvzg efe04af446 [TextEdit] Fix block caret size at the end of the line. 2 years ago
  kobewi 36141dc469 Fix get_drag_data not overridable in some Controls 2 years ago
  bruvzg 25bc62ad13 [TextEdit] Do not draw virtual spaces (word break / justification points). 2 years ago
  bruvzg 3ca3ee36ab Fix IME position in the single window mode sub-windows. 2 years ago
  bruvzg 315164c619 [TextEdit / IME] Check selection before deleting to avoid unnecessary error messages. 2 years ago
  Paulb23 60161cbe7d Fix ctrl+backspace crash with multicarets on the same line 2 years ago
  James Mintram aa024296d1 Fix error spam when hovering minimap in the script editor 2 years ago
  M4rYu5 97d355c13d Now, in editor, CapsLock behave like a modifier key: does nothing when pressed alone. 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
  Aaron Franke 2bc0bcbd26 PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE" 2 years ago
  bruvzg daad4aed62 Cleanup and unify keyboard input. 2 years ago
  bruvzg 5361ec9f43 Implement BiDi override mode for GDScript source. 2 years ago
  Juan Linietsky 2b815df3c1 Use BitField<> in core type masks 2 years ago
  Rémi Verschelde 163f6f5fe8 Merge pull request #68429 from KoBeWi/PropertySettings 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  bruvzg a56fdea289 [TextEdit] Fix IME intermediate text not displayed when TextEdit is empty and placeholder is set. 2 years ago