Age | Commit message (Expand) | Author |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-20 | Fix word wrap cutoff and tab wrapping issue | ianb96 |
2019-02-16 | Fix copy text when TextEdit is readonly | qarmin |
2019-02-04 | Fixed selection being activated when using scroll lines | Paulb23 |
2019-01-16 | Appease some CppCheck warns for files in the "scene" directory | Michael Alexsander Silva Dias |
2019-01-08 | Update IME text only for focused input controls. | bruvzg |
2019-01-06 | Fix jumping when scrolling down fast with smooth scroll enabled | Timo Schwarzer |
2019-01-05 | Fix text edit wrapping beyond control size, issue 23896 | Paulb23 |
2019-01-03 | Merge pull request #24683 from SoIAS/autocompletion_menu_position_24674 | Rémi Verschelde |
2019-01-03 | Fixed autocompletion menu vertical position | Dawid Wdowiak |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-27 | Merge pull request #24566 from thomasruiz/fix/completion-box-center-text-vert... | Rémi Verschelde |
2018-12-23 | Fix caret size with font smaller than row height | Thomas Ruiz |
2018-12-23 | Center lines vertically in completion box | Thomas Ruiz |
2018-12-18 | Fix Word wrap cache desync causing crash | Paulb23 |
2018-12-13 | Revert "Use more subtle indentation guides in the script editor" | Rémi Verschelde |
2018-12-11 | Merge pull request #23923 from bruvzg/ime_gdscript | Rémi Verschelde |
2018-12-09 | Merge pull request #20725 from Calinou/textedit-subtle-indent-guides | Rémi Verschelde |
2018-11-29 | TextEdit: added redo option to the context menu | allkhor |
2018-11-26 | Add suggestions ignoring case at the end of the code autocomplete | Kanabenki |
2018-11-25 | TextEdit: remove selection when clear happens. | allkhor |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-10-26 | Remove no longer necessary "raise_from_completion" in TextEdit | zhagsenkk |
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde |
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum |
2018-10-10 | A colon ending a comment line no longer indents the next line | OsamaElHariri |
2018-10-06 | Merge pull request #22742 from YeldhamDev/textedit_margin_scroll | Rémi Verschelde |
2018-10-05 | Fix to scrolling, rounding error on max_v_scroll | Kellam Spencer |
2018-10-04 | Fix TextEdit margin start spacing with two scrollbars | Michael Alexsander Silva Dias |
2018-10-03 | Use more subtle indentation guides in the script editor | Hugo Locurcio |
2018-09-30 | Merge pull request #22560 from lupoDharkael/clipboard | Rémi Verschelde |
2018-09-30 | TextEdit: prevent the copy of an empty string | lupoDharkael |
2018-09-29 | Fix code folding taking into account empty lines, issue 15689 | Paulb23 |
2018-09-28 | Fix some wchar_t truncations | elasota |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-27 | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Fix default_cursor_shape for TextEdit | Guilherme Felipe |
2018-09-12 | Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothing | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-10 | Merge pull request #21872 from Paulb23/fix_backwards_search | Rémi Verschelde |
2018-09-10 | Merge pull request #21491 from AlexHolly/fix-textedit-uncomment-spamm | Rémi Verschelde |
2018-09-08 | Fix backwards search in TextEdit selecting non-whole words, issue 15677 | Paulb23 |
2018-09-08 | Fixed scientific notaion not highlighting correctly, issue 21435 | Paulb23 |
2018-09-08 | Uncommenting a selection was not updating the selection. | Alexander Holland |
2018-08-25 | TextEdit replaced cache.size with get_size() | Alexander Holland |
2018-08-24 | Merge pull request #20586 from AlexHolly/text-edit-auto-completion | Rémi Verschelde |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |