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-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
2020-11-26
[Complex Text Layouts] Refactor TextEdit and CodeEdit controls.
bruvzg
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-15
GUI: send cursor data from TextEdit
Sergey Minakov
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-28
Removed redundant line from TextEdit
Yuri Roubinsky
2020-10-25
ScriptEditor: Fix line number gutter drag select
Devin Curry
2020-10-23
Shows ColorRect in Color constants autocompletion
Yuri Roubinsky
2020-10-17
TextEdit - fix valid bounds in 'set_line'. Fixes #41967
Dominik 'dreamsComeTrue' Jasiński
2020-09-10
Move safe line color into editor
Paulb23
2020-09-10
Move ConnectionGutter to editor code_editor
Paulb23
2020-09-10
Add folding gutter to code_edit
Paulb23
2020-09-10
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-09-10
Changed line_edited_from(from) to lines_edit_from(from, to)
Paulb23
2020-09-10
Added Line numbers to CodeEdit
Paulb23
2020-09-10
Added gutter system to TextEdit
Paulb23
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-08-14
Skip indentation of empty lines when indenting a selection.
Cheeseness
2020-08-14
Merge pull request #37769 from HellonLegs/master
Rémi Verschelde
2020-08-09
Add option to disable virtual keyboard for TextEdit
PouleyKetchoupp
2020-07-29
Fix TextEdit line width cache not being updated
Paulb23
2020-07-26
Fix Return key events in LineEdit & TextEdit on Android
PouleyKetchoupp
2020-07-11
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
Paulb23
2020-07-11
Convert syntax highlighters into a resource
Paulb23
2020-06-30
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-20
No longer scroll vertically when scrollbars are unavailable
Stijn Hinlopen
2020-05-16
TextEdit search returns a dictionary instead of Vector
PouleyKetchoupp
2020-05-16
Fixed text editor drawing if smooth scrolling is disabled.
Marcus Brummer
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-12
Merge pull request #38655 from ice-blaze/minimap-shifted-selection-by-one-lin...
Rémi Verschelde
2020-05-11
Fix minimap selection offset
etienne.frank
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-07
Merge pull request #31086 from volzhs/underline
Rémi Verschelde
[next]