summaryrefslogtreecommitdiffstats
path: root/scene/gui/text_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-10/+10
* Fix TextEdit drawing Caret and icons out of boundsPaulb232021-01-141-28/+35
* Makes script editor not draw non existent spaces.David Kennedy2021-01-051-2/+1
* Revert "solved ctrl + alt + special character Issue #6851"Rémi Verschelde2021-01-051-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-6/+6
* Merge pull request #44605 from madmiraal/rename-control-marginRémi Verschelde2020-12-231-13/+13
|\
| * Rename Control margin to offsetMarcel Admiraal2020-12-231-13/+13
* | Use integer text position in scroll container, TextEdit and canvas editor, to...bruvzg2020-12-211-1/+1
|/
* GUI: use cursor in TextEdit for non selected text.Sergey Minakov2020-12-161-7/+10
* Fixed mouse scrolling in TextEdit'sYuri Roubinsky2020-12-111-3/+5
* Static analyzer fixes:bruvzg2020-12-091-2/+2
* [Complex Text Layouts] Performance optimizations.bruvzg2020-12-071-2/+5
* [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg2020-12-061-1/+1
* [Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg2020-11-261-720/+1066
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-19/+20
* GUI: send cursor data from TextEditSergey Minakov2020-11-151-1/+13
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* Removed redundant line from TextEditYuri Roubinsky2020-10-281-4/+0
* ScriptEditor: Fix line number gutter drag selectDevin Curry2020-10-251-20/+55
* Shows ColorRect in Color constants autocompletionYuri Roubinsky2020-10-231-1/+20
* TextEdit - fix valid bounds in 'set_line'. Fixes #41967Dominik 'dreamsComeTrue' Jasiński2020-10-171-1/+1
* Move safe line color into editorPaulb232020-09-101-13/+0
* Move ConnectionGutter to editor code_editorPaulb232020-09-101-109/+8
* Add folding gutter to code_editPaulb232020-09-101-109/+26
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-251/+17
* Changed line_edited_from(from) to lines_edit_from(from, to)Paulb232020-09-101-3/+3
* Added Line numbers to CodeEditPaulb232020-09-101-67/+12
* Added gutter system to TextEditPaulb232020-09-101-21/+373
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-45/+45
* Skip indentation of empty lines when indenting a selection.Cheeseness2020-08-141-0/+3
* Merge pull request #37769 from HellonLegs/masterRémi Verschelde2020-08-141-1/+1
|\
| * solved control + alt issueHellonLegs2020-04-101-1/+1
* | Add option to disable virtual keyboard for TextEditPouleyKetchoupp2020-08-091-2/+13
* | Fix TextEdit line width cache not being updatedPaulb232020-07-291-0/+1
* | Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-261-1/+1
* | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-487/+49
* | Convert syntax highlighters into a resourcePaulb232020-07-111-27/+23
* | Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-301-2/+2
* | No longer scroll vertically when scrollbars are unavailableStijn Hinlopen2020-06-201-21/+4
* | TextEdit search returns a dictionary instead of VectorPouleyKetchoupp2020-05-161-9/+5
* | Fixed text editor drawing if smooth scrolling is disabled.Marcus Brummer2020-05-161-3/+1
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-252/+477
* | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+7
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-321/+0
* | Merge pull request #38655 from ice-blaze/minimap-shifted-selection-by-one-lin...Rémi Verschelde2020-05-121-1/+1
|\ \
| * | Fix minimap selection offsetetienne.frank2020-05-111-1/+1
* | | Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
|/ /
* | Merge pull request #31086 from volzhs/underlineRémi Verschelde2020-05-071-2/+2
|\ \
| * | Use underline position and thickness value in font filevolzhs2020-04-291-2/+2