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
gitolite user
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
*
IME context detection.
Saracen
2018-06-11
1
-0
/
+3
*
Merge pull request #18298 from gabrii/TextEditScaledSelection
Max Hilbrunner
2018-06-09
1
-3
/
+3
|
\
|
*
Apply viewport scale to selection update methods. Changed to propper fix suge...
Gabriel Gavilan
2018-05-09
1
-3
/
+3
*
|
fix for TextEdit::set_text firing signals it shouldn't.
Ibrahn Sahir
2018-05-19
1
-2
/
+2
*
|
Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osx
Rémi Verschelde
2018-05-18
1
-2
/
+2
|
\
\
|
*
|
fixed capital A osx
toger5
2018-05-18
1
-2
/
+2
*
|
|
Merge pull request #18910 from PJB3005/18-05-15-fix-textedit-param
Rémi Verschelde
2018-05-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix missing registration for new param of TextEdit::cursor_set_line.
Pieter-Jan Briers
2018-05-15
1
-1
/
+1
*
|
|
|
fix get_char_width for non-latin characters
ianb96
2018-05-15
1
-2
/
+2
|
/
/
/
*
|
|
TextEdit word wrap
Ian
2018-05-14
1
-560
/
+943
*
|
|
Merge pull request #18853 from YeldhamDev/gui_cppcheck_fixes
Rémi Verschelde
2018-05-14
1
-3
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixed some warnings found with Cppcheck.
Michael Alexsander Silva Dias
2018-05-14
1
-3
/
+4
*
|
|
fixed a input not registered in osx script editor
toger5
2018-05-11
1
-1
/
+1
|
/
/
*
|
Consider TextEdit paste operation complex.
Charly Mourglia
2018-05-09
1
-0
/
+3
*
|
Perfect FreeType-based outlines for DynamicFonts
Ruslan Mustakov
2018-05-08
1
-5
/
+6
*
|
Merge pull request #18003 from sherjilozair/patch_macosx_shortcuts
Juan Linietsky
2018-05-07
1
-1
/
+52
|
\
\
|
*
|
Add additional macos shortcuts for going to start/end of line
Sherjil Ozair
2018-04-05
1
-1
/
+52
*
|
|
Merge pull request #18397 from KidRigger/working_te
Max Hilbrunner
2018-05-04
1
-1
/
+11
|
\
\
\
|
*
|
|
Support of CMD+Backspace and CMD+Delete on MacOS.
Anish
2018-04-24
1
-1
/
+11
*
|
|
|
Script Editor now displays positional column
Unknown
2018-05-03
1
-0
/
+5
*
|
|
|
Tweak the property hint ranges of caret blink and line length guideline
Hugo Locurcio
2018-04-28
1
-1
/
+1
|
/
/
/
*
|
/
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-1
/
+1
|
|
/
|
/
|
*
|
Fixed context menu TTR bugs
sersoong
2018-04-19
1
-6
/
+6
*
|
Use internal physics processing for Nodes' internal logic
Rémi Verschelde
2018-04-11
1
-5
/
+5
*
|
Fixed color region calculation for the first line
Paulb23
2018-04-10
1
-0
/
+3
*
|
Fixed color regions and added local color region cache
Paulb23
2018-04-07
1
-34
/
+50
|
/
*
Abstracted the syntax highlighter from text edit
Paulb23
2018-04-02
1
-204
/
+314
*
Merge pull request #17314 from robfram/complete-path-15813
Rémi Verschelde
2018-03-13
1
-1
/
+1
|
\
|
*
Fix bad autocomplete of partially written node paths when using syntactic sug...
robfram
2018-03-06
1
-1
/
+1
*
|
auto-completion edge jump
Alexander Holland
2018-03-09
1
-4
/
+10
|
/
*
Fix typos with codespell
luz.paz
2018-02-21
1
-2
/
+2
*
Merge pull request #16652 from aragar/FixQuotationInString
Rémi Verschelde
2018-02-19
1
-1
/
+0
|
\
|
*
Fix quotation in string
Rado'sPC\aRaGaR
2018-02-12
1
-1
/
+0
*
|
Merge pull request #15618 from ianb96/fold_comment
Rémi Verschelde
2018-02-14
1
-6
/
+36
|
\
\
|
|
/
|
/
|
|
*
TextEdit folding over unindented comments
Ian
2018-01-12
1
-6
/
+36
*
|
Fix TextEdit current line highlight horizontal offset
binbitten
2018-01-31
1
-7
/
+7
*
|
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-4
/
+4
*
|
TextEdit fix get_mouse after many folds
Ian
2018-01-18
1
-5
/
+6
*
|
Fixed current line highligting with horizontal clipping, issue 15427
Paulb23
2018-01-14
1
-0
/
+13
*
|
Deselect on undo/redo in TextEdit
Paul Joannon
2018-01-13
1
-0
/
+4
*
|
Add special coloring to members, to make shadowing more obvious.
Juan Linietsky
2018-01-12
1
-0
/
+25
*
|
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-1
/
+15
|
/
*
Fixes empty line selection when scrolling
poke1024
2018-01-11
1
-1
/
+1
*
Fix whole word search missing occurences
Bernhard Liebl
2018-01-08
1
-16
/
+29
*
fix center viewport out of size error, #15411
Ian
2018-01-06
1
-3
/
+4
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #15334 from poke1024/textedit-mousepos
Rémi Verschelde
2018-01-04
1
-5
/
+5
|
\
|
*
Fix TextEdit::_get_mouse_pos rounding errors
Bernhard Liebl
2018-01-04
1
-5
/
+5
*
|
Merge pull request #15308 from ianb96/horizontal_scrolling
Rémi Verschelde
2018-01-04
1
-2
/
+10
|
\
\
|
*
|
TextEdit horizontal scrolling with shift
Ian
2018-01-03
1
-2
/
+10
[next]