summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Disable deselect on focus lost on editor_logConteZero2022-04-041-0/+1
* Improve editor log message filter button styles.Eric M2022-03-151-0/+5
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-2/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-4/+4
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-4/+4
* Fix theming update in several editor classesYuri Roubinsky2022-01-161-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-3/+3
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
* Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...bruvzg2021-11-081-2/+2
* Implement toast notifications in the editorGilles Roudière2021-10-141-1/+5
* Use range iterators for `Map`Lightning_A2021-09-301-8/+8
* Fix messages with embedded newlines not being properly presentedRicardo Subtil2021-08-291-1/+1
* Improve naming of a couple shortcutsfox2021-08-101-1/+1
* Fix Output panel colors on theme changingYuri Roubinsky2021-07-211-28/+36
* Make various strings translatablefoxydevloper2021-07-191-4/+4
* Optimize StringName usagereduz2021-07-181-22/+22
* EditorLog filter buttons are now enabled/on by defaultEric M2021-06-291-12/+11
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Fixed implementation of RTL remove_line(), which fixed issues in EditorLog.Eric M2021-05-261-4/+4
* Fixed editor log collapsing of duplcate messages not workingEricEzaM2021-05-231-1/+3
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Merge pull request #48466 from EricEzaM/output-log-save-stateRémi Verschelde2021-05-071-2/+59
|\
| * Made Editor Log buttons save their state, per project.Eric M2021-05-061-2/+59
* | Fix blank line at start of Editor Log (reinstate #44909)Eric M2021-05-061-2/+1
|/
* Fixed issues with Editor Log after recent changesEric M2021-05-051-1/+4
* Improve output log performance.Eric M2021-05-041-6/+1
* Output log rewrite and enhancements.Eric M2021-05-041-38/+222
* Fix odd newline in `EditorLog::add_message()`Danil Alexeev2021-01-041-2/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-3/+3
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-0/+2
|\
| * Implement new shortcuts system.Eric M2020-11-231-0/+2
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-2/+4
|/
* Improvement for the Copy button in the Output LogDanil Alexeev2020-09-141-1/+9
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-10/+0
* Tweak the editor log selection color to match the current editor themeHugo Locurcio2020-05-101-0/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-9/+9
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-4/+2
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-3/+3
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Distinguish editor-originating messages in the editor logHugo Locurcio2019-09-201-1/+5
* fixes 27543, adds a copy button for the editor logkbake2019-04-301-0/+17
* Merge pull request #25549 from Zylann/fix_game_font_size_forced_to_13Rémi Verschelde2019-02-081-1/+0
|\
| * Don't modify font which could potentially not be the editor one yetMarc Gilleron2019-02-011-1/+0