summaryrefslogtreecommitdiffstats
path: root/scene/gui/dialogs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update deferred calls to use Callableskobewi2024-01-091-1/+1
* Fix internal events not being delivered to some Window typesMarkus Sauermann2023-11-141-2/+1
* [DisplayServer] Add method to estimate window title bar size.bruvzg2023-10-031-0/+1
* Register theme properties with ThemeDBYuri Sizov2023-09-111-7/+4
* Support controller input on popup/dialogsRicardo Subtil2023-08-131-2/+1
* Merge pull request #79293 from ItsNL/add-accept-dialog-close-on-unfocusedRémi Verschelde2023-08-021-1/+1
|\
| * Check FLAG_POPUP to close an AcceptDialog when parent is focusedNL2023-07-191-1/+1
* | Hide/show AcceptDialog's button spacer on button visibility changedkleonc2023-07-111-5/+21
|/
* Revert "Fix focusloss of non-exclusive `AcceptDialog` with `close_on_escape`"Markus Sauermann2023-07-061-3/+32
* Fix focusloss of non-exclusive `AcceptDialog` with `close_on_escape`Markus Sauermann2023-06-171-32/+3
* Fix that button presses don't set event as handled in AcceptDialogMarkus Sauermann2023-06-021-0/+2
* Use defined key mapping for closing popups and dialogsArman Elgudzhyan2023-05-201-1/+1
* Use min_size/max_size to limit the window size and the position while popup c...Rindbee2023-02-071-4/+0
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-2/+2
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix inspector not showing name for LabelSettings.fontHaoyu Qiu2022-11-251-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-5/+5
* Merge pull request #65375 from ItsNL/fix-accep-dialog-its_inside_tree-falseRémi Verschelde2022-09-071-1/+8
|\
| * Fix "grab_focus: Condition "!is_inside_tree()" is true" when AcceptDialog was...=2022-09-071-1/+8
* | Make AcceptDialog and derivatives utilize StyleBox fullyYuri Sizov2022-09-071-76/+110
|/
* Add dumb and manual theme caching systems to WindowYuri Sizov2022-09-011-13/+18
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+3
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-1/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-2/+26
* Replace some TTRCs with TTRskobewi2022-06-221-2/+2
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-2/+2
* Add Blender install autodetection and configuration.reduz2022-04-011-2/+13
* Refactor Object metadatareduz2022-03-241-0/+3
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+4
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-6/+1
* 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
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Remove EDSCALE dependency from /scene/guiYuri Sizov2021-10-041-4/+2
* Add support for internal nodeskobewi2021-08-281-3/+3
* Multiple cosmetic fixes for embedded windowsMichael Alexsander2021-07-271-3/+0
* Optimize StringName usagereduz2021-07-181-9/+9
* Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde2021-07-131-2/+2
|\
| * Improvements to Label's layout optionsHendrik Brucker2021-07-041-2/+2
* | Add AcceptDialog::remove_button methodkleonc2021-07-061-0/+23
|/
* Documentation search fixesGregory Basile2021-06-161-2/+2
* Use a more specific type for AcceptDialog register_text_enterAaron Franke2021-06-031-1/+1
* fix translation not updating in ConfirmationDialog (and Window by inheritance)fabriceci2021-03-121-4/+4
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-3/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1