summaryrefslogtreecommitdiff
path: root/editor/editor_log.cpp
AgeCommit message (Expand)Author
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-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
2021-05-04Improve output log performance.Eric M
2021-05-04Output log rewrite and enhancements.Eric M
2021-01-04Fix odd newline in `EditorLog::add_message()`Danil Alexeev
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Implement new shortcuts system.Eric M
2020-09-14Improvement for the Copy button in the Output LogDanil Alexeev
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde