aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* IME context detection.Saracen2018-06-111-0/+3
* Merge pull request #18298 from gabrii/TextEditScaledSelectionMax Hilbrunner2018-06-091-3/+3
|\
| * Apply viewport scale to selection update methods. Changed to propper fix suge...Gabriel Gavilan2018-05-091-3/+3
* | fix for TextEdit::set_text firing signals it shouldn't.Ibrahn Sahir2018-05-191-2/+2
* | Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osxRémi Verschelde2018-05-181-2/+2
|\ \
| * | fixed capital A osxtoger52018-05-181-2/+2
* | | Merge pull request #18910 from PJB3005/18-05-15-fix-textedit-paramRémi Verschelde2018-05-161-1/+1
|\ \ \
| * | | Fix missing registration for new param of TextEdit::cursor_set_line.Pieter-Jan Briers2018-05-151-1/+1
* | | | fix get_char_width for non-latin charactersianb962018-05-151-2/+2
|/ / /
* | | TextEdit word wrapIan2018-05-141-560/+943
* | | Merge pull request #18853 from YeldhamDev/gui_cppcheck_fixesRémi Verschelde2018-05-141-3/+4
|\ \ \ | |/ / |/| |
| * | Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias2018-05-141-3/+4
* | | fixed a input not registered in osx script editortoger52018-05-111-1/+1
|/ /
* | Consider TextEdit paste operation complex.Charly Mourglia2018-05-091-0/+3
* | Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov2018-05-081-5/+6
* | Merge pull request #18003 from sherjilozair/patch_macosx_shortcutsJuan Linietsky2018-05-071-1/+52
|\ \
| * | Add additional macos shortcuts for going to start/end of lineSherjil Ozair2018-04-051-1/+52
* | | Merge pull request #18397 from KidRigger/working_teMax Hilbrunner2018-05-041-1/+11
|\ \ \
| * | | Support of CMD+Backspace and CMD+Delete on MacOS.Anish2018-04-241-1/+11
* | | | Script Editor now displays positional columnUnknown2018-05-031-0/+5
* | | | Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio2018-04-281-1/+1
|/ / /
* | / Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
| |/ |/|
* | Fixed context menu TTR bugssersoong2018-04-191-6/+6
* | Use internal physics processing for Nodes' internal logicRémi Verschelde2018-04-111-5/+5
* | Fixed color region calculation for the first linePaulb232018-04-101-0/+3
* | Fixed color regions and added local color region cachePaulb232018-04-071-34/+50
|/
* Abstracted the syntax highlighter from text editPaulb232018-04-021-204/+314
* Merge pull request #17314 from robfram/complete-path-15813Rémi Verschelde2018-03-131-1/+1
|\
| * Fix bad autocomplete of partially written node paths when using syntactic sug...robfram2018-03-061-1/+1
* | auto-completion edge jumpAlexander Holland2018-03-091-4/+10
|/
* Fix typos with codespellluz.paz2018-02-211-2/+2
* Merge pull request #16652 from aragar/FixQuotationInStringRémi Verschelde2018-02-191-1/+0
|\
| * Fix quotation in stringRado'sPC\aRaGaR2018-02-121-1/+0
* | Merge pull request #15618 from ianb96/fold_commentRémi Verschelde2018-02-141-6/+36
|\ \ | |/ |/|
| * TextEdit folding over unindented commentsIan2018-01-121-6/+36
* | Fix TextEdit current line highlight horizontal offsetbinbitten2018-01-311-7/+7
* | Fix typos in code and docs with codespellRémi Verschelde2018-01-181-4/+4
* | TextEdit fix get_mouse after many foldsIan2018-01-181-5/+6
* | Fixed current line highligting with horizontal clipping, issue 15427Paulb232018-01-141-0/+13
* | Deselect on undo/redo in TextEditPaul Joannon2018-01-131-0/+4
* | Add special coloring to members, to make shadowing more obvious.Juan Linietsky2018-01-121-0/+25
* | Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+15
|/
* Fixes empty line selection when scrollingpoke10242018-01-111-1/+1
* Fix whole word search missing occurencesBernhard Liebl2018-01-081-16/+29
* fix center viewport out of size error, #15411Ian2018-01-061-3/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15334 from poke1024/textedit-mouseposRémi Verschelde2018-01-041-5/+5
|\
| * Fix TextEdit::_get_mouse_pos rounding errorsBernhard Liebl2018-01-041-5/+5
* | Merge pull request #15308 from ianb96/horizontal_scrollingRémi Verschelde2018-01-041-2/+10
|\ \
| * | TextEdit horizontal scrolling with shiftIan2018-01-031-2/+10