index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
text_edit.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
second take at autocomplete logic, using a TextOperation check.
Paulo Gomes
2017-09-06
1
-0
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
-Code completion for enumerations
Juan Linietsky
2017-08-24
1
-1
/
+2
*
Stops scrolling when the user issues another command
Paulb23
2017-08-22
1
-0
/
+1
*
Merge pull request #10351 from neikeq/enums-are-for-the-weak
Juan Linietsky
2017-08-21
1
-0
/
+3
|
\
|
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-0
/
+3
*
|
Increased smooth scroll speed and added user setting
Paulb23
2017-08-21
1
-0
/
+4
|
/
*
Added smooth scrolling to TextEdit
Paulb23
2017-08-19
1
-0
/
+7
*
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
1
-6
/
+6
*
Implement NSTextInputClient protocol for IME
bruvzg
2017-08-09
1
-0
/
+5
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-1
/
+1
*
Added support for space indentation
Paulb23
2017-04-18
1
-5
/
+9
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix highlight typo
supaiku
2017-04-06
1
-1
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-79
/
+75
*
Fixed line lenght guideline drawing with color option
Paulb23
2017-01-28
1
-0
/
+1
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-1
/
+1
*
renamed _input_event for GUI events to _gui_input, so it's more differentiate...
Juan Linietsky
2017-01-08
1
-1
/
+1
*
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
1
-1
/
+1
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-1
/
+1
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Made background and symbol color follow the color API
Paulb23
2016-11-06
1
-4
/
+2
*
Allow turing off zero-padding for line numbers
Pedro J. Estébanez
2016-10-13
1
-0
/
+3
*
Merge pull request #6778 from Hinsbart/completion_z
Rémi Verschelde
2016-10-11
1
-0
/
+2
|
\
|
*
Fix Script Editor drawing over Dialogs.
Andreas Haas
2016-10-10
1
-0
/
+2
*
|
Add line length guideline to code editors
Pedro J. Estébanez
2016-10-10
1
-0
/
+5
|
/
*
Add inline ColorPicker to Script text editor.
Andreas Haas
2016-09-29
1
-2
/
+5
*
Do ctrl-click on any code identifier to go to definiton or help page.
Juan Linietsky
2016-09-12
1
-0
/
+8
*
Likely with bugs and with some features are missing, as well as profiler supp...
Juan Linietsky
2016-08-06
1
-2
/
+2
*
Merge pull request #5737 from neikeq/pr-issue-5269
Rémi Verschelde
2016-07-23
1
-0
/
+2
|
\
|
*
TextEdit: Center search results
Ignacio Etcheverry
2016-07-21
1
-0
/
+2
*
|
Added block caret to TextEdit
Paulb23
2016-07-12
1
-0
/
+5
|
/
*
Expose highlight all occurrences
Paulb23
2016-07-11
1
-0
/
+1
*
Expose show line numbers
Paulb23
2016-07-11
1
-0
/
+1
*
Added completion font colors
Paulb23
2016-07-11
1
-0
/
+1
*
Added code completion existing color setting
Paulb23
2016-06-21
1
-0
/
+1
*
Added code completion selected color setting
Paulb23
2016-06-21
1
-0
/
+1
*
Added code completion background color setting
Paulb23
2016-06-21
1
-0
/
+1
*
Text Edit no longer draws caret on focus loss
Paulb23
2016-06-19
1
-0
/
+1
*
Fixed overloaded virtual functions with const vs none warning
marcelofg55
2016-06-12
1
-1
/
+1
*
Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750
Rémi Verschelde
2016-05-29
1
-0
/
+9
|
\
|
*
Added breakpoint markers, issue 4750
Paulb23
2016-05-26
1
-0
/
+9
*
|
ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar
Ignacio Etcheverry
2016-05-29
1
-1
/
+12
|
/
*
Default editing popup for LineEdit and TextEdit
Juan Linietsky
2016-05-16
1
-0
/
+18
*
Added caret blink in text editor
Paulb23
2016-05-09
1
-0
/
+13
*
Added scroll lines, issue 4243
Paulb23
2016-04-27
1
-0
/
+3
*
Setting to change line number color
Paulb23
2016-04-08
1
-0
/
+1
*
Merge pull request #4251 from Paulb23/block_indent_issue_3803
Rémi Verschelde
2016-04-06
1
-0
/
+3
|
\
|
*
Fixed block indent inconsistency, fixes issue 3803
Paulb23
2016-04-06
1
-0
/
+3
*
|
Merge pull request #4238 from Paulb23/caret_color
Rémi Verschelde
2016-04-06
1
-0
/
+1
|
\
\
[next]