summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-06-02Remove redundant min call when setting lineiwek
2022-05-23Fix typos with codespellRémi Verschelde
2022-05-18Merge pull request #60955 from pfertyk/issue-60668-fix-get-breakpointed-lines...Rémi Verschelde
2022-05-16Fix get_breakpointed_lines crashing GodotPaweł Fertyk
2022-05-13Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...bruvzg
2022-05-09Fix backspace when selection reaches left edgePaweł Fertyk
2022-04-25Merge pull request #60438 from Paulb23/text-edit-testsRémi Verschelde
2022-04-22Multiple small TextEdit Bug FixesPaulb23
2022-04-22Implement Label3D node.bruvzg
2022-04-08Fix shortcut_keys_enabled in TextEditConteZero
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-04-05Consider chained operation when selecting text in TextEdit::undo()Haoyu Qiu
2022-04-04Merge pull request #58452 from marcgpuig/text-edit-backspace-fixRémi Verschelde
2022-04-04Fixed ctrl + backspace on empty linesMarc Garcia Puig
2022-04-03Fix TextEdit v_scroll_speed invalid values breaks wheel scrollingjmb462
2022-03-11Fix "p_from_line > p_to_line" errors in text editnova++
2022-03-04Merge pull request #58739 from Calinou/control-add-constructorsRémi Verschelde
2022-03-04Add optional constructor arguments to more Control nodesHugo Locurcio
2022-03-04Remove extra separator when TextEdit is read only and unselectableHaoyu Qiu
2022-03-03Fix LineEdit and TextEdit carets disappearing at theme scales below 1.0Hugo Locurcio
2022-02-28Fixed caret change signal emissionPaulb23
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-12Add sub-pixel glyph positioning support.bruvzg
2022-02-10Fix typos with codespellRémi Verschelde
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-02[TextServer] Add function to change font, font size, and OpenType features wi...bruvzg
2022-01-30Move placeholder color to theme itemPaulb23
2022-01-25Fix TextEdit placeholder not checking line countPaulb23
2022-01-24Merge pull request #55884 from preslavnpetrov/ctrl-enter-deleting-selection-f...Rémi Verschelde
2022-01-23Fix selection being deleted and indentation not being accounted forPreslavb
2022-01-23Add Placeholder to TextEditPaulb23
2022-01-19Convert TextEdit callbacks to CallablePaulb23
2022-01-18Improve locale detection.bruvzg
2022-01-16Merge pull request #56720 from volokh0x/to-fix-#56274Rémi Verschelde
2022-01-16Save clear action of TextEdit in history when used from context menuvolokh0x
2022-01-13Merge pull request #54956 from Calinou/lineedit-textedit-add-caret-width-them...Rémi Verschelde
2022-01-10Merge pull request #56637 from KoBeWi/maxxxxxxcrollRémi Verschelde
2022-01-10Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_featuresRémi Verschelde
2022-01-10Fix glyph index for bitmap fonts.bruvzg
2022-01-09[TextServer] Improve ligature cursor handling.bruvzg
2022-01-09Set max value of inactive TextEdit scrolls to 0kobewi
2022-01-07Add a theme constant to change LineEdit and TextEdit's caret widthHugo Locurcio
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Fix various typosluz paz
2021-12-12Merge pull request #55729 from cdemirer/fix-script-editor-unexpected-scroll-u...Rémi Verschelde
2021-12-11Fix unexpected scroll on resize + consistent return valuecdemirer
2021-12-10Merge pull request #55739 from Paulb23/text-edit-base-performanceRémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-08Optimise TextEdit base operationsPaulb23