index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
text_edit.cpp
Age
Commit message (
Expand
)
Author
2022-06-11
Add suffixes to all nodes and resources
FireForge
2022-06-02
Remove redundant min call when setting line
iwek
2022-05-23
Fix typos with codespell
Rémi Verschelde
2022-05-18
Merge pull request #60955 from pfertyk/issue-60668-fix-get-breakpointed-lines...
Rémi Verschelde
2022-05-16
Fix get_breakpointed_lines crashing Godot
Paweł Fertyk
2022-05-13
Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...
bruvzg
2022-05-09
Fix backspace when selection reaches left edge
Paweł Fertyk
2022-04-25
Merge pull request #60438 from Paulb23/text-edit-tests
Rémi Verschelde
2022-04-22
Multiple small TextEdit Bug Fixes
Paulb23
2022-04-22
Implement Label3D node.
bruvzg
2022-04-08
Fix shortcut_keys_enabled in TextEdit
ConteZero
2022-04-05
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
Consider chained operation when selecting text in TextEdit::undo()
Haoyu Qiu
2022-04-04
Merge pull request #58452 from marcgpuig/text-edit-backspace-fix
Rémi Verschelde
2022-04-04
Fixed ctrl + backspace on empty lines
Marc Garcia Puig
2022-04-03
Fix TextEdit v_scroll_speed invalid values breaks wheel scrolling
jmb462
2022-03-11
Fix "p_from_line > p_to_line" errors in text edit
nova++
2022-03-04
Merge pull request #58739 from Calinou/control-add-constructors
Rémi Verschelde
2022-03-04
Add optional constructor arguments to more Control nodes
Hugo Locurcio
2022-03-04
Remove extra separator when TextEdit is read only and unselectable
Haoyu Qiu
2022-03-03
Fix LineEdit and TextEdit carets disappearing at theme scales below 1.0
Hugo Locurcio
2022-02-28
Fixed caret change signal emission
Paulb23
2022-02-15
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-12
Add sub-pixel glyph positioning support.
bruvzg
2022-02-10
Fix typos with codespell
Rémi Verschelde
2022-02-04
Cleanup 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-30
Move placeholder color to theme item
Paulb23
2022-01-25
Fix TextEdit placeholder not checking line count
Paulb23
2022-01-24
Merge pull request #55884 from preslavnpetrov/ctrl-enter-deleting-selection-f...
Rémi Verschelde
2022-01-23
Fix selection being deleted and indentation not being accounted for
Preslavb
2022-01-23
Add Placeholder to TextEdit
Paulb23
2022-01-19
Convert TextEdit callbacks to Callable
Paulb23
2022-01-18
Improve locale detection.
bruvzg
2022-01-16
Merge pull request #56720 from volokh0x/to-fix-#56274
Rémi Verschelde
2022-01-16
Save clear action of TextEdit in history when used from context menu
volokh0x
2022-01-13
Merge pull request #54956 from Calinou/lineedit-textedit-add-caret-width-them...
Rémi Verschelde
2022-01-10
Merge pull request #56637 from KoBeWi/maxxxxxxcroll
Rémi Verschelde
2022-01-10
Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_features
Rémi Verschelde
2022-01-10
Fix glyph index for bitmap fonts.
bruvzg
2022-01-09
[TextServer] Improve ligature cursor handling.
bruvzg
2022-01-09
Set max value of inactive TextEdit scrolls to 0
kobewi
2022-01-07
Add a theme constant to change LineEdit and TextEdit's caret width
Hugo Locurcio
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Fix various typos
luz paz
2021-12-12
Merge pull request #55729 from cdemirer/fix-script-editor-unexpected-scroll-u...
Rémi Verschelde
2021-12-11
Fix unexpected scroll on resize + consistent return value
cdemirer
2021-12-10
Merge pull request #55739 from Paulb23/text-edit-base-performance
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-08
Optimise TextEdit base operations
Paulb23
[next]