summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-0/+2
|\
| * Implement new shortcuts system.Eric M2020-11-231-0/+2
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-2/+4
|/
* Improvement for the Copy button in the Output LogDanil Alexeev2020-09-141-1/+9
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-10/+0
* Tweak the editor log selection color to match the current editor themeHugo Locurcio2020-05-101-0/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-9/+9
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-4/+2
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-3/+3
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Distinguish editor-originating messages in the editor logHugo Locurcio2019-09-201-1/+5
* fixes 27543, adds a copy button for the editor logkbake2019-04-301-0/+17
* Merge pull request #25549 from Zylann/fix_game_font_size_forced_to_13Rémi Verschelde2019-02-081-1/+0
|\
| * Don't modify font which could potentially not be the editor one yetMarc Gilleron2019-02-011-1/+0
* | Fixed uninitialized log member due to THEME_CHANGED notificationMarc Gilleron2019-02-011-1/+2
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-3/+3
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-34/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Add warning color to output logChaosus2018-08-131-9/+23
* Show error icon at "Output" in case of errorsBernhard Liebl2018-03-111-3/+6
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15186 from GodotExplorer/default-themeRémi Verschelde2018-01-041-1/+3
|\
| * Fix errors with custom default theme and custom fonts.geequlim2017-12-301-1/+3
* | Merge pull request #15066 from poke1024/shortcut-clear-outputRémi Verschelde2018-01-031-0/+2
|\ \
| * | Add keyboard shortcut for Clear OutputBernhard Liebl2017-12-261-0/+2
| |/
* / Update copyright statements to 2018Rémi Verschelde2018-01-011-3/+3
|/
* Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere2017-09-271-1/+0
* Merge pull request #11424 from groud/control_node_presetsRémi Verschelde2017-09-261-1/+1
|\
| * Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-1/+1
* | Add font size setting for output panelvolzhs2017-09-251-6/+9
|/
* Use code font in editor logDaniel J. Ramirez2017-09-151-0/+6
* Fixed some inconsistent styles, plus some cleanupDaniel J. Ramirez2017-09-121-20/+5
* fixed log colorstoger52017-09-051-2/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Merge pull request #10164 from djrm/pr_theme_fixesRémi Verschelde2017-08-101-7/+2
|\
| * Several ui improvements (mostly margins)Daniel J. Ramirez2017-08-081-7/+2
* | -Errors are printed again to Output, after a long time. Fixes #3373Juan Linietsky2017-08-071-27/+2
|/
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-2/+2