summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Unify usage of undo_redo in editorkobewi2022-11-021-0/+1
* Merge pull request #62860 from Calinou/editor-log-bold-italic-mono-fontsRémi Verschelde2022-10-041-5/+20
|\
| * Define bold, italics and mono fonts in editor log for `print_rich()`Hugo Locurcio2022-07-091-5/+20
* | Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-3/+3
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-3/+3
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-35/+39
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-1/+1
|\ \
| * | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-39/+35
|/ /
* | Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`Aaron Record2022-08-251-0/+5
* | Add per-scene UndoRedokobewi2022-08-221-2/+4
* | Optimize theme usage in editor logkobewi2022-08-111-5/+11
* | Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+2
* | Move editor paths into the EditorPaths classAaron Franke2022-07-291-3/+4
|/
* Adding print_rich for printing with BBCodeVoylin2022-06-291-5/+17
* Use consistent casing in editor filter/search barsFireForge2022-05-281-1/+1
* Fix editor_log text copyConteZero2022-04-081-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
* 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