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-05-18
Merge pull request #48528 from sent44/textedit
Rémi Verschelde
2021-05-17
Fix build after mismatch between #48168 and #48599
Rémi Verschelde
2021-05-17
Merge pull request #48599 from Calinou/textedit-alt-scroll-faster
Rémi Verschelde
2021-05-17
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-10
Scroll faster when holding Alt in TextEdit (and script editor)
Hugo Locurcio
2021-05-07
Display arrow cursor if text is not editable
kobewi
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
Expose get_total_visible_rows as get_visible_line_count
sent44
2021-05-04
Rename `doubleclick` to `double_click`
Aaron Franke
2021-04-25
Fix indent left line selection
Koala
2021-04-15
Fixed ui_accept (spacebar + return) accepting auto-completion options.
Eric M
2021-04-06
Fix TextEdit cursor update when adding or deleting text
PouleyKetchoupp
2021-04-05
Fix crashes in *_input functions
Rafał Mikrut
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-21
Merge pull request #46280 from floppyhammer/AdjustCompletionPanelPosition
Rémi Verschelde
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-03-11
Add IME support checks in LineEdit/TextEdit.
Fabio Alessandrelli
2021-03-07
Merge pull request #46572 from jmb462/fix-selection-error-after-commenting-or...
Rémi Verschelde
2021-03-07
Merge pull request #46627 from jmb462/fix-incorrect-autoindentation-in-multil...
Rémi Verschelde
2021-03-03
fix incorrect iauto-indentation in mutliline bracket (fix #46384)
jmb462
2021-03-01
fix selection error after commenting or indenting text
jmb462
2021-03-01
LineEdit: Now double click to select a word, and triple click to select all t...
Mateo Kuruk Miccino
2021-02-22
ImproveCompletionPanelPositionInShaderEditor
floppyhammer
2021-02-18
Removed hardcoded shortcuts from /scene and converted to input actions
Eric M
2021-02-14
[CTL] Add missing font outline drawing routines and theme constants.
bruvzg
2021-02-13
Merge pull request #45858 from nekomatata/text-edit-style-content-margins
Rémi Verschelde
2021-02-13
Merge pull request #45881 from nekomatata/textedit-wrap-autoscroll
Rémi Verschelde
2021-02-12
Fix TextEdit autoscroll with wrapped lines
PouleyKetchoupp
2021-02-12
TextEdit respects content margin from StyleBox
PouleyKetchoupp
2021-02-12
Fix LineEdit minimum width
reduz
2021-02-12
Use get_char_size(' ') to calculate space width.
bruvzg
2021-02-10
Removed _change_notify
reduz
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-07
TextEdit: When left mouse is pressed to place the cursor, do not immediately ...
Oliver Dick
2021-02-01
Merge pull request #45110 from fmazan/completion-panel-positioning
Rémi Verschelde
2021-01-24
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-14
Fix TextEdit drawing Caret and icons out of bounds
Paulb23
2021-01-11
Fixed completion and hint panel positioning in TextExit
Filip
2021-01-05
Makes script editor not draw non existent spaces.
David Kennedy
2021-01-05
Revert "solved ctrl + alt + special character Issue #6851"
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-23
Merge pull request #44605 from madmiraal/rename-control-margin
Rémi Verschelde
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-21
Use integer text position in scroll container, TextEdit and canvas editor, to...
bruvzg
2020-12-16
GUI: use cursor in TextEdit for non selected text.
Sergey Minakov
2020-12-11
Fixed mouse scrolling in TextEdit's
Yuri Roubinsky
2020-12-09
Static analyzer fixes:
bruvzg
2020-12-07
[Complex Text Layouts] Performance optimizations.
bruvzg
2020-12-06
[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...
bruvzg
[prev]
[next]