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
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-26
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-21
Fix potential divisions by 0 reported by MSVC
Rémi Verschelde
2020-03-12
Merge pull request #36518 from Janglee123/no-underlined-keywords
Rémi Verschelde
2020-03-11
Removed underlining for not clickable symbols
janglee
2020-03-11
Merge pull request #36715 from dreamsComeTrue/fix-text-edit-comment-quotes
Rémi Verschelde
2020-03-11
Allow single quotes in comments
Dominik 'dreamsComeTrue' Jasiński
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-27
Merge pull request #36232 from Calinou/add-soft-line-length-guideline
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-23
Merge pull request #36089 from dreamsComeTrue/fix-autocomplete-quotes
Rémi Verschelde
2020-02-23
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-21
Fix: auto brace complete for quoted strings
Dominik 'dreamsComeTrue' Jasiński
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-15
Add a soft line length guideline to the script editor
Hugo Locurcio
2020-02-11
Texture refactor
Juan Linietsky
2020-02-10
Merge pull request #34288 from bojidar-bg/33425-always-suggest-subsequence
Rémi Verschelde
2020-02-05
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-01-07
expose scroll_vertical and scroll_horizontal in TextEdit + documentation
Krystof Klestil
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-23
Fixed selection indent taking an additional line
Paulb23
2019-12-14
Fix- using cut in first line of a script file does not remove the line
Mikolaj Kaczmarek
2019-12-12
Always display subsequence autocompletion matches
Bojidar Marinov
2019-12-10
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-11-26
Range: Fix cases where max was set to or below min value
Rémi Verschelde
2019-11-24
Fixed index out of size error in TextEdit when opening scripts
PouleyKetchoupp
2019-11-09
Fixed not being able to scroll ending wrapped line
Paulb23
2019-11-02
Update connection info on script validation rather then saved copy
Paulb23
2019-11-01
Merge pull request #33233 from hilfazer/dollar-quoted-autocomplete
Rémi Verschelde
2019-11-01
$ autocompletion keeps quotation
hilfazer
2019-10-31
Improved TextEdit search usability & documentation
PouleyKetchoupp
2019-10-28
Merge pull request #33119 from creikey/fix-quote-malfunction
Rémi Verschelde
2019-10-27
Remove duplicate quote in displayed quote type
Cameron Reikes
2019-10-27
Merge pull request #33066 from Tabas32/fix_indentation
Rémi Verschelde
2019-10-27
Improve performance of connection info in the script editor
Paulb23
2019-10-26
Fix text minimap crash when last line is folded
Paulb23
2019-10-25
Just initialization, needed by compiler
Marian
2019-10-25
Fixed indenting issue with comment at end of line
Marian
2019-10-24
Don't terminate search if begin_key doesn't fit
Zatherz
2019-10-24
Fix rendering tooltip
volzhs
2019-10-22
Merge pull request #32796 from Paulb23/set_text_caret
Rémi Verschelde
[next]