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
*
Implemented scrolling factor for smooth trackpad scrolling
toger5
2017-05-07
1
-6
/
+12
*
Merge pull request #8417 from neikeq/hello-there
Rémi Verschelde
2017-04-20
1
-2
/
+2
|
\
|
*
External editor improvements and fixes
Ignacio Etcheverry
2017-04-17
1
-2
/
+2
*
|
Added support for space indentation
Paulb23
2017-04-18
1
-23
/
+117
*
|
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
1
-2
/
+2
|
/
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix highlight typo
supaiku
2017-04-06
1
-11
/
+11
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-1546
/
+1343
*
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
2017-02-28
1
-1
/
+1
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
1
-1
/
+1
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-54
/
+54
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-6
/
+6
*
Selected text is now deselected on ctrl+home/end
kbake
2017-02-03
1
-14
/
+25
*
Fixed line lenght guideline drawing with color option
Paulb23
2017-01-28
1
-8
/
+9
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-16
1
-1
/
+1
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-3
/
+3
*
New API for visibility in both CanvasItem and Spatial
Juan Linietsky
2017-01-13
1
-7
/
+7
*
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
[next]