summaryrefslogtreecommitdiffstats
path: root/editor/plugins/resource_preloader_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-1/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* 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-1/+0
|/
* Add per-scene UndoRedokobewi2022-08-221-1/+5
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-2/+2
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-4/+1
* Add the button pressed to some signals in Treetrollodel2022-05-211-2/+6
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-8/+8
* More icon updates on theme changeHaoyu Qiu2022-03-151-1/+2
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-9/+4
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-5/+4
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* String: Add contains().Anilforextra2022-02-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-4/+0
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-6/+6
* Optimize StringName usagereduz2021-07-181-4/+4
* Clean up Treereduz2021-07-041-2/+4
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-2/+2
* Consistently prefix bound virtual methods with _kobewi2021-06-121-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-2/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-13/+26
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-27/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-4/+4
* Working multiple window support, including editorJuan Linietsky2020-03-261-3/+3
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-10/+5
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-5/+5
* Fixes min size of various editor plugins on HiDPIHaoyu Qiu2020-01-121-1/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-3/+0
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Improve ResourcePreloader editor pluginWilliam Tumeo2018-10-051-45/+26
* Refactor editor icon retrievalwillnationsdev2018-09-141-2/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Display path to preloaded res + button to open itJulian Murgia2018-01-151-4/+25
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add more translatable text for editor plugins.geequlim2017-12-231-1/+1
* Replace Del icon by Remove iconWilliam McKIE2017-11-101-1/+1