summaryrefslogtreecommitdiffstats
path: root/editor/progress_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix slow importation when window is unfocusedHilderin2024-08-271-5/+3
* Android Editor: Make progress dialog visible againRémi Verschelde2024-07-231-2/+0
* Force editor progress dialog size update.bruvzg2024-06-081-5/+19
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-14/+3
* Keep focus on floating window when showing ProgressDialogtrollodel2023-10-151-0/+12
* Fix auto-reparenting logic in the `ProgressDialog`Yuri Sizov2023-05-291-12/+4
* Expose dialog parent-and-popup logic to the APIYuri Sizov2023-05-151-11/+2
* Automatically reparent editor message dialogs to avoid error spam.bruvzg2023-02-211-3/+1
* [Editor] Fix editor progress dialog auto closing on focus loss.bruvzg2023-01-311-0/+1
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-5/+5
* Automatically reparent editor progress dialog to avoid error spam.bruvzg2023-01-111-2/+20
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #60108 from KoBeWi/arise_to_topRémi Verschelde2022-09-081-1/+1
|\
| * Rename raise() to move_to_front()kobewi2022-09-061-1/+1
* | Enable long press, pan and scale gestures for the Godot Android EditorFredia Huya-Kouadio2022-09-071-0/+2
|/
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-2/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-3/+3
* Optimize StringName usagereduz2021-07-181-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-6/+6
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+13
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-14/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-13/+3
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-2/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-2/+2
* Reverts the change made to the editor progress dialog in faaecd6987ba27056b18...MrCdK2019-04-271-2/+1
* Fixes to make exporting more responsive.Juan Linietsky2019-04-241-0/+3
* Do not allow adding tasks while in the middle of flushing a message queueJuan Linietsky2019-01-141-0/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* fixed uninitialized variables and false positives found by CppCheckSimon Wenner2018-10-251-3/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14...Juan Linietsky2018-01-121-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky2017-12-191-0/+3