summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Editor] Enable multithread processing for the editor log.bruvzg2023-05-251-0/+1
* Disable padding around highlighted rich text in the editor Output panelHugo Locurcio2023-05-211-0/+5
* Allow showing messages from threads in Editor Logkobewi2023-05-151-6/+5
* Improve line BiDi handling, prevent crash on recursive log updates.bruvzg2023-04-121-0/+5
* Editor Theme: Set `selection_color` property of `RichTextLabel`Danil Alexeev2023-04-111-2/+0
* Set font sizes for various styles in editor output panelHaoyu Qiu2023-04-071-1/+6
* Enable `RichTextLabel` context menu if selection is enabledDanil Alexeev2023-03-061-0/+1
* Remove some unused signalsRémi Verschelde2023-01-311-5/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-30/+30
* Renamed RTL remove_line() to remove_paragraph().Koyper2022-12-211-1/+1
* 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