summaryrefslogtreecommitdiff
path: root/editor/editor_log.cpp
AgeCommit message (Expand)Author
2023-04-24Set font sizes for various styles in editor output panelHaoyu Qiu
2023-01-31Remove some unused signalsRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-21Renamed RTL remove_line() to remove_paragraph().Koyper
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-11-02Unify usage of undo_redo in editorkobewi
2022-10-04Merge pull request #62860 from Calinou/editor-log-bold-italic-mono-fontsRémi Verschelde
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-25Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`Aaron Record
2022-08-22Add per-scene UndoRedokobewi
2022-08-11Optimize theme usage in editor logkobewi
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Move editor paths into the EditorPaths classAaron Franke
2022-07-09Define bold, italics and mono fonts in editor log for `print_rich()`Hugo Locurcio
2022-06-29Adding print_rich for printing with BBCodeVoylin
2022-05-28Use consistent casing in editor filter/search barsFireForge
2022-04-08Fix editor_log text copyConteZero
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-04Disable deselect on focus lost on editor_logConteZero
2022-03-15Improve editor log message filter button styles.Eric M
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-16Fix theming update in several editor classesYuri Roubinsky
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-08Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...bruvzg
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-29Fix messages with embedded newlines not being properly presentedRicardo Subtil
2021-08-10Improve naming of a couple shortcutsfox
2021-07-21Fix Output panel colors on theme changingYuri Roubinsky
2021-07-19Make various strings translatablefoxydevloper
2021-07-18Optimize StringName usagereduz
2021-06-29EditorLog filter buttons are now enabled/on by defaultEric M
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-05-26Fixed implementation of RTL remove_line(), which fixed issues in EditorLog.Eric M
2021-05-23Fixed editor log collapsing of duplcate messages not workingEricEzaM
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-07Merge pull request #48466 from EricEzaM/output-log-save-stateRémi Verschelde
2021-05-06Fix blank line at start of Editor Log (reinstate #44909)Eric M
2021-05-06Made Editor Log buttons save their state, per project.Eric M
2021-05-05Fixed issues with Editor Log after recent changesEric M