summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
* Let EditorLog use the right call queue for thread safetyPedro J. Estébanez2024-07-081-4/+2
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
* Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
* Fixed log rebuilding crashing when there's no messagesChristian Kaiser2024-05-191-0/+4
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
* Add line limit to Editor Output LogSofox2024-05-021-7/+54
* Make the "Clear Output" shortcut not require panel focuspassivestar2024-03-151-2/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Handle clickable `[url]` tags in `print_rich()` editor output logHugo Locurcio2024-01-151-0/+5
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+2
* Color match editor log toggles and flat pressed buttonsYuri Sizov2023-09-261-0/+3
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-4/+4
* Add EditorStringNames singletonkobewi2023-09-031-21/+22
* [Editor Log] Clear rich print tags only after the last line.bruvzg2023-08-101-5/+8
* [RTL] Add `pop_all`, `push_context` and `pop_context` methods, and use it for...bruvzg2023-07-091-7/+1
* Fix editor log flicker.bruvzg2023-06-121-0/+9
* [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