summaryrefslogtreecommitdiffstats
path: root/scene/gui/dialogs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* Fix duplicate AcceptDialog cancel/confirm events.bruvzg2024-05-281-1/+17
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-7/+7
* Use Core/Scene stringnames consistentlykobewi2024-05-131-6/+6
* Fix buttons offset to the right when dialog is at minsizeHaoyu Qiu2024-04-181-6/+6
* Merge pull request #89693 from Calinou/dialogs-add-button-minimum-sizeRémi Verschelde2024-04-181-0/+11
|\
| * Add minimum width/height to dialog buttonsHugo Locurcio2024-04-171-0/+11
* | Fix non-embedded Windows resizing to match Viewport content scale factorKoyper2024-04-171-1/+1
|/
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* Fix some translations not properly falling backMichael Alexsander2024-03-141-4/+4
* Fix some AcceptDialog argument typeskobewi2024-03-121-19/+16
* 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