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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...
Juan Linietsky
2017-01-08
1
-1
/
+1
*
renamed _input_event for GUI events to _gui_input, so it's more differentiate...
Juan Linietsky
2017-01-08
1
-6
/
+6
*
Fix code completion for new getnode syntax
Juan Linietsky
2017-01-08
1
-4
/
+5
*
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
1
-3
/
+3
*
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-05
1
-1
/
+2
*
-Conversion of most properties to a simpler syntax, easier to use by script
Juan Linietsky
2017-01-04
1
-15
/
+17
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-54
/
+54
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Fix search to find "whole" words at end of line
Johnson Earls
2016-12-18
1
-1
/
+1
*
Emit "*_changed" signal in set_*
volzhs
2016-11-14
1
-1
/
+1
*
Merge pull request #7052 from Paulb23/text_edit_color_uniformation
Rémi Verschelde
2016-11-09
1
-20
/
+6
|
\
|
*
Made background and symbol color follow the color API
Paulb23
2016-11-06
1
-20
/
+6
*
|
Caret blink will no longer cause redraw without focus, issue 6167
Paulb23
2016-11-06
1
-1
/
+1
|
/
*
Allow turing off zero-padding for line numbers
Pedro J. Estébanez
2016-10-13
1
-1
/
+10
*
Merge pull request #6778 from Hinsbart/completion_z
Rémi Verschelde
2016-10-11
1
-2
/
+12
|
\
|
*
Fix Script Editor drawing over Dialogs.
Andreas Haas
2016-10-10
1
-2
/
+12
*
|
Add line length guideline to code editors
Pedro J. Estébanez
2016-10-10
1
-0
/
+20
|
/
*
Fix code completion drawing under other gui elements.
Andreas Haas
2016-10-05
1
-1
/
+5
*
Add inline ColorPicker to Script text editor.
Andreas Haas
2016-09-29
1
-1
/
+5
*
Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.
Andreas Haas
2016-09-19
1
-7
/
+15
*
Do ctrl-click on any code identifier to go to definiton or help page.
Juan Linietsky
2016-09-12
1
-4
/
+143
*
-Added a ColorFrame control, kind of like Texture but for color.
Juan Linietsky
2016-09-11
1
-1
/
+2
*
Confirm code completion with numpad key ENTER
Ignacio Etcheverry
2016-08-12
1
-1
/
+1
*
Exposed enable syntax highlighting to properties
Paulb23
2016-07-28
1
-0
/
+1
*
Merge pull request #5737 from neikeq/pr-issue-5269
Rémi Verschelde
2016-07-23
1
-0
/
+28
|
\
|
*
TextEdit: Center search results
Ignacio Etcheverry
2016-07-21
1
-0
/
+28
*
|
Fixed caret width on tabs
Paulb23
2016-07-18
1
-2
/
+3
*
|
Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712
Rémi Verschelde
2016-07-18
1
-0
/
+2
|
\
\
|
*
|
Fixed breakpoint gutter toggle not updating when game is running, issue 5712
Paulb23
2016-07-15
1
-0
/
+2
|
|
/
*
/
Added block caret to TextEdit
Paulb23
2016-07-12
1
-17
/
+38
|
/
*
Expose highlight all occurrences
Paulb23
2016-07-11
1
-0
/
+8
*
Expose show line numbers
Paulb23
2016-07-11
1
-1
/
+10
*
Added completion font colors
Paulb23
2016-07-11
1
-1
/
+2
*
Fixed highlight all occurrences highlighing highlighted section
Paulb23
2016-07-10
1
-0
/
+6
*
Remove unused variables (third pass) + dead code
Rémi Verschelde
2016-07-07
1
-1
/
+0
*
Fix completion string check when column = 0
George Marques
2016-07-03
1
-1
/
+1
*
Stop completion when the match is perfect
George Marques
2016-07-03
1
-0
/
+5
*
Fix code completion sorting
George Marques
2016-07-03
1
-3
/
+11
*
Merge pull request #5419 from djrm/shortcuts
Rémi Verschelde
2016-06-30
1
-0
/
+1
|
\
|
*
Shortcuts for script switching in script Mode
Daniel J. Ramirez
2016-06-26
1
-0
/
+1
*
|
Merge pull request #5487 from Paulb23/function_highlighting_issue_5454
Rémi Verschelde
2016-06-30
1
-0
/
+5
|
\
\
|
*
|
Fixed function highlighting with spaces
Paulb23
2016-06-29
1
-0
/
+5
|
|
/
*
/
Fixed selected text turning black, issue 5199
Paulb23
2016-06-26
1
-0
/
+1
|
/
*
Fix weird deselection behaviour with text field
Ignacio Etcheverry
2016-06-24
1
-0
/
+12
*
Merge pull request #5344 from Paulb23/code_completion_colors
Rémi Verschelde
2016-06-22
1
-7
/
+8
|
\
|
*
Added code completion existing color setting
Paulb23
2016-06-21
1
-3
/
+2
|
*
Added code completion selected color setting
Paulb23
2016-06-21
1
-3
/
+2
|
*
Added code completion background color setting
Paulb23
2016-06-21
1
-1
/
+4
*
|
Fixed caret not drawing on focus regain
Paulb23
2016-06-20
1
-0
/
+3
|
/
*
Merge pull request #5196 from vnen/similarity-code-completion
Rémi Verschelde
2016-06-20
1
-43
/
+38
|
\
[next]