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
2021-11-17
Fix TextEdit mouse interactions when the last line is hidden
Paulb23
2021-11-16
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-10
Merge pull request #54204 from Ev1lbl0w/bugfix-textedit_selection_mode_crash
Rémi Verschelde
2021-11-10
Fix crash with indexing array with bad values
Ev1lbl0w
2021-10-27
Merge pull request #54166 from ConteZero/unique_selection
Rémi Verschelde
2021-10-27
Add option to make selection unique
ConteZero
2021-10-23
Merge pull request #54045 from ConteZero/primary_clipboard_linux_fix_warning
Rémi Verschelde
2021-10-23
Fix primary clipboard warning
ConteZero
2021-10-21
Use TitleCase for CTL dialog menu options
Hugo Locurcio
2021-10-20
Merge pull request #53702 from ConteZero/primary_clipboard_linux
Rémi Verschelde
2021-10-19
Fix: typo in TextParagraph class and docs
Murilo Gonçalves
2021-10-18
Added primary clipboard for Linux
ConteZero
2021-10-16
Fix null crash with TextEdit
Ricardo Subtil
2021-10-09
Fix missing argument names in bindings
Rémi Verschelde
2021-10-06
Fix crash when tooltip_request_func object is freed
Haoyu Qiu
2021-10-04
Fix caret position and viewport centering after deleting line (Ctrl-X)
jmb462
2021-10-04
Remove EDSCALE dependency from /scene/gui
Yuri Sizov
2021-10-01
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-09-30
Merge pull request #53112 from EricEzaM/better-breakpoint-gutter
Rémi Verschelde
2021-09-30
Improved breakpoint gutter for CodeEdit.
Eric M
2021-09-29
Fix TextOp setting to none when typing
Paulb23
2021-09-26
Fix LineEdit and TextEdit double-click and triple-click selection
jmb462
2021-09-23
Construct values only when necessary.
Anilforextra
2021-09-14
Merge pull request #52185 from Paulb23/nested-complex-ops
Rémi Verschelde
2021-09-13
Merge pull request #52443 from Paulb23/code-edit-indext-fixes
Rémi Verschelde
2021-09-08
Merge pull request #52106 from Paulb23/text-edit-optimisation
Gilles Roudière
2021-09-06
Fix brace placement with space auto indent
Paulb23
2021-09-04
Add visual feedback when hovering or dragging the code minimap grabber
Hugo Locurcio
2021-08-28
Allow nested complex ops in TextEdit
Paulb23
2021-08-28
Optimise TextEdit get height and width
Paulb23
2021-08-28
Add support for internal nodes
kobewi
2021-08-27
Makes FontData importable resource.
bruvzg
2021-08-23
Merge pull request #51947 from AnilBK/redundant-assignments
Michael Alexsander
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-21
Remove redundant assignments.
Anilforextra
2021-08-17
Improve Undo/Redo menu items
Haoyu Qiu
2021-08-17
We can delete all text on TextEdit
requizm
2021-08-16
Fixed crash executing TextEdit.new().set_draw_control_chars(true)
Vignesh1-art
2021-08-13
Merge pull request #51585 from Paulb23/theme-update-optimisation
Rémi Verschelde
2021-08-13
Only update TextEdit text cache when dirty
Paulb23
2021-08-13
[TextEdit] Improve block/insert caret drawing.
bruvzg
2021-08-12
Fix breakpoint toggle signal not firing when expected
Paulb23
2021-08-12
Cleanup and complete TextEdit inspector and docs
Paulb23
2021-08-12
Cleanup and bind remaing methods in TextEdit
Paulb23
2021-08-12
Cleanup and expose viewport / scrolling methods
Paulb23
2021-08-12
Rename readonly to editable
Paulb23
2021-08-12
Rename insert mode to overtype mode
Paulb23
2021-08-12
Protect internal CodeEdit --> TextEdit API
Paulb23
[prev]
[next]