Commit History

Author SHA1 Message Date
  kobewi 41f6e7c50e Allow to disable TextEdit vertical scroll 3 years ago
  ConteZero 5d56efcaa4 Add an option to drag'n'drop selected text in TextEdit 3 years ago
  FireForge 4678736a39 Add suffixes to all nodes and resources 3 years ago
  iwek 848e759d88 Remove redundant min call when setting line 3 years ago
  Rémi Verschelde 9923851370 Fix typos with codespell 3 years ago
  Rémi Verschelde c0d189fbb8 Merge pull request #60955 from pfertyk/issue-60668-fix-get-breakpointed-lines-crash 3 years ago
  Paweł Fertyk 3d5dd91f22 Fix get_breakpointed_lines crashing Godot 3 years ago
  bruvzg 081b6b8053 Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and CodeEdit. 3 years ago
  Paweł Fertyk d1aed90976 Fix backspace when selection reaches left edge 3 years ago
  Rémi Verschelde 8c2b9801fd Merge pull request #60438 from Paulb23/text-edit-tests 3 years ago
  Paulb23 7f62a74927 Multiple small TextEdit Bug Fixes 3 years ago
  bruvzg be611c1c05 Implement Label3D node. 3 years ago
  ConteZero a3d82f5afb Fix shortcut_keys_enabled in TextEdit 3 years ago
  bruvzg d1207a0504 [Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts. 3 years ago
  Haoyu Qiu 8cefbfcf43 Consider chained operation when selecting text in TextEdit::undo() 3 years ago
  Rémi Verschelde f454cea785 Merge pull request #58452 from marcgpuig/text-edit-backspace-fix 3 years ago
  Marc Garcia Puig f22d257025 Fixed ctrl + backspace on empty lines 3 years ago
  jmb462 0d17903bd5 Fix TextEdit v_scroll_speed invalid values breaks wheel scrolling 3 years ago
  nova++ 4b8fa3716f Fix "p_from_line > p_to_line" errors in text edit 3 years ago
  Rémi Verschelde 8845798b44 Merge pull request #58739 from Calinou/control-add-constructors 3 years ago
  Hugo Locurcio a06f82ca4d Add optional constructor arguments to more Control nodes 3 years ago
  Haoyu Qiu 933211cb0c Remove extra separator when TextEdit is read only and unselectable 3 years ago
  Hugo Locurcio 816d332e51 Fix LineEdit and TextEdit carets disappearing at theme scales below 1.0 3 years ago
  Paulb23 7f5782047e Fixed caret change signal emission 3 years ago
  Rémi Verschelde 0f5455230c Use `switch` consistently in `_notification` (`scene` folder) 3 years ago
  bruvzg 29199579f7 Add sub-pixel glyph positioning support. 3 years ago
  Rémi Verschelde 1bdb82c64e Fix typos with codespell 3 years ago
  bruvzg 244db37508 Cleanup and move char functions to the `char_utils.h` header. 3 years ago
  bruvzg 215bede6ff [TextServer] Add function to change font, font size, and OpenType features without invalidating line break points, justification points, or recreating shaped text buffer. 3 years ago
  Paulb23 1cd1df5dc3 Move placeholder color to theme item 3 years ago