summaryrefslogtreecommitdiffstats
path: root/scene/gui/popup.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::panel`A Thousand Ships2024-05-301-1/+1
* Fix Tree and FileSystemList edit popup double events and ESC behavior.bruvzg2024-05-171-2/+10
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* Make handling of rename line-edit popups more robustPedro J. Estébanez2024-05-071-0/+6
* Merge pull request #86553 from Koyper/fix_popup_panel_content_scalingRémi Verschelde2024-04-181-2/+3
|\
| * Fix non-embedded Windows resizing to match Viewport content scale factorKoyper2024-04-171-2/+3
* | Remove `Popup`'s unused "panel" styleMichael Alexsander2024-04-131-2/+0
|/
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* 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
* Register theme properties with ThemeDBYuri Sizov2023-09-111-16/+11
* Support controller input on popup/dialogsRicardo Subtil2023-08-131-2/+1
* Fix auto-reparenting logic in the `ProgressDialog`Yuri Sizov2023-05-291-0/+1
* Use defined key mapping for closing popups and dialogsArman Elgudzhyan2023-05-201-1/+1
* [Editor] Fix editor progress dialog auto closing on ESC press, and on applica...bruvzg2023-02-141-3/+8
* Use range iterators in LocalVector loopskobewi2023-01-211-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Prevent `Popup`s it the edited scene tree from closing on focus loss. Hide ir...bruvzg2022-10-111-10/+28
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-20/+20
* Add dumb and manual theme caching systems to WindowYuri Sizov2022-09-011-13/+17
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-1/+2
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+1
* Single-window mode popups and edited scene windows fixes.bruvzg2022-06-131-10/+1
* popup deferred hide suppressed if reopenedderammo2022-05-131-1/+15
* Remove set_as_minsize()kobewi2022-03-061-4/+0
* Improve popup window handling.bruvzg2022-02-251-27/+20
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-11/+18
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-2/+2
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Fix popup trying to emit a non existing signal when closedHungryProton2021-10-311-2/+0
* Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde2021-09-231-4/+4
|\
| * Add missing SNAME macro optimization for StringName in some functionsjmb4622021-08-201-4/+4
* | Add support for internal nodeskobewi2021-08-281-1/+1
|/
* Fix logic for Popup closing when parent is focusedPouleyKetchoupp2021-07-211-0/+1
* Optimize StringName usagereduz2021-07-181-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #41851 from EricEzaM/PR/popup-menu-hysteresisRémi Verschelde2020-11-161-1/+13
|\
| * Added hysteresis for popup sub-menusEric M2020-11-081-1/+13
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Renamed toplevel to be top_levelDuroxxigar2020-10-011-2/+2
* Merge pull request #41456 from nekomatata/x11-fix-popupsRémi Verschelde2020-09-031-27/+41
|\
| * Fix popup closed when an ancestor window is focusedPouleyKetchoupp2020-08-221-27/+41
* | PopupMenu rework and enhancementsEricEzaM2020-09-011-0/+22
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+8
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-12/+0