summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-02-13Merge pull request #45858 from nekomatata/text-edit-style-content-marginsRémi Verschelde
2021-02-13Merge pull request #45881 from nekomatata/textedit-wrap-autoscrollRémi Verschelde
2021-02-12Fix TextEdit autoscroll with wrapped linesPouleyKetchoupp
2021-02-12TextEdit respects content margin from StyleBoxPouleyKetchoupp
2021-02-12Fix LineEdit minimum widthreduz
2021-02-12Use get_char_size(' ') to calculate space width.bruvzg
2021-02-10Removed _change_notifyreduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-02-07TextEdit: When left mouse is pressed to place the cursor, do not immediately ...Oliver Dick
2021-02-01Merge pull request #45110 from fmazan/completion-panel-positioningRémi Verschelde
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-14Fix TextEdit drawing Caret and icons out of boundsPaulb23
2021-01-11Fixed completion and hint panel positioning in TextExitFilip
2021-01-05Makes script editor not draw non existent spaces.David Kennedy
2021-01-05Revert "solved ctrl + alt + special character Issue #6851"Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Merge pull request #44605 from madmiraal/rename-control-marginRémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-21Use integer text position in scroll container, TextEdit and canvas editor, to...bruvzg
2020-12-16GUI: use cursor in TextEdit for non selected text.Sergey Minakov
2020-12-11Fixed mouse scrolling in TextEdit'sYuri Roubinsky
2020-12-09Static analyzer fixes:bruvzg
2020-12-07[Complex Text Layouts] Performance optimizations.bruvzg
2020-12-06[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg
2020-11-26[Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-15GUI: send cursor data from TextEditSergey Minakov
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-28Removed redundant line from TextEditYuri Roubinsky
2020-10-25ScriptEditor: Fix line number gutter drag selectDevin Curry
2020-10-23Shows ColorRect in Color constants autocompletionYuri Roubinsky
2020-10-17TextEdit - fix valid bounds in 'set_line'. Fixes #41967Dominik 'dreamsComeTrue' Jasiński
2020-09-10Move safe line color into editorPaulb23
2020-09-10Move ConnectionGutter to editor code_editorPaulb23
2020-09-10Add folding gutter to code_editPaulb23
2020-09-10Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb23
2020-09-10Changed line_edited_from(from) to lines_edit_from(from, to)Paulb23
2020-09-10Added Line numbers to CodeEditPaulb23
2020-09-10Added gutter system to TextEditPaulb23
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-14Skip indentation of empty lines when indenting a selection.Cheeseness
2020-08-14Merge pull request #37769 from HellonLegs/masterRémi Verschelde
2020-08-09Add option to disable virtual keyboard for TextEditPouleyKetchoupp
2020-07-29Fix TextEdit line width cache not being updatedPaulb23
2020-07-26Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23