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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Added/Fixed null pointer checks
Wilson E. Alvarez
2017-08-26
1
-2
/
+2
|
|
/
*
/
Added a cursor column check.
Paulo Gomes
2017-08-26
1
-2
/
+2
|
/
*
-Code completion for enumerations
Juan Linietsky
2017-08-24
1
-3
/
+13
*
Merge pull request #10561 from Paulb23/smooth_scroll_input_override
Rémi Verschelde
2017-08-23
1
-0
/
+13
|
\
|
*
Stops scrolling when the user issues another command
Paulb23
2017-08-22
1
-0
/
+13
*
|
TextEdit: Copy whole line if not having selection.
Andreas Haas
2017-08-22
1
-3
/
+0
|
/
*
Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments
Rémi Verschelde
2017-08-22
1
-3
/
+1
|
\
|
*
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-21
1
-3
/
+1
*
|
Merge pull request #10351 from neikeq/enums-are-for-the-weak
Juan Linietsky
2017-08-21
1
-10
/
+10
|
\
\
|
*
|
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-10
/
+10
|
|
/
*
|
Merge pull request #10427 from Hinsbart/fix_padding
Rémi Verschelde
2017-08-22
1
-1
/
+1
|
\
\
|
*
|
TextEdit: Fix line padding.
Andreas Haas
2017-08-18
1
-1
/
+1
*
|
|
Increased smooth scroll speed and added user setting
Paulb23
2017-08-21
1
-1
/
+13
|
|
/
|
/
|
*
|
Fixed not being able to scroll to eof
Paulb23
2017-08-20
1
-3
/
+3
*
|
Added smooth scrolling to TextEdit
Paulb23
2017-08-19
1
-5
/
+82
*
|
Merge pull request #10439 from Paulb23/blinking_text_issue_10432
Rémi Verschelde
2017-08-19
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fixed blinking text, issue 10432
Paulb23
2017-08-19
1
-0
/
+2
*
|
TextEdit: Moving between words now works across lines.
Andreas Haas
2017-08-18
1
-0
/
+14
*
|
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
1
-3
/
+3
*
|
Merge pull request #10142 from bruvzg/3.0-osx-ime
Rémi Verschelde
2017-08-11
1
-16
/
+83
|
\
\
|
*
|
Implement NSTextInputClient protocol for IME
bruvzg
2017-08-09
1
-16
/
+83
|
|
/
*
|
Fixes method definitions with extra number of arguments
Ignacio Etcheverry
2017-08-10
1
-1
/
+1
*
|
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-1
/
+1
|
/
*
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
Bojidar Marinov
2017-08-06
1
-3
/
+3
*
ScriptEditor: ctrl+click can open scenes/resources.
Andreas Haas
2017-08-02
1
-0
/
+17
*
made delete next and prev consistent to other editors,issue 6546
Paulb23
2017-08-01
1
-52
/
+52
*
Add object type hint for docs
Poommetee Ketson
2017-07-23
1
-2
/
+2
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-1
/
+1
*
IME window follow the input cursor.
geequlim
2017-07-11
1
-0
/
+9
*
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-11
/
+11
*
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-06-03
1
-6
/
+6
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-909
/
+904
*
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
[prev]
[next]