Age | Commit message (Expand) | Author |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-01 | Add dumb and manual theme caching systems to Window | Yuri Sizov |
2022-08-29 | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde |
2022-08-27 | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record |
2022-06-13 | Single-window mode popups and edited scene windows fixes. | bruvzg |
2022-05-13 | popup deferred hide suppressed if reopened | derammo |
2022-03-06 | Remove set_as_minsize() | kobewi |
2022-02-25 | Improve popup window handling. | bruvzg |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-10-31 | Fix popup trying to emit a non existing signal when closed | HungryProton |
2021-09-23 | Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som... | Rémi Verschelde |
2021-08-28 | Add support for internal nodes | kobewi |
2021-08-20 | Add missing SNAME macro optimization for StringName in some functions | jmb462 |
2021-07-21 | Fix logic for Popup closing when parent is focused | PouleyKetchoupp |
2021-07-18 | Optimize StringName usage | reduz |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-16 | Merge pull request #41851 from EricEzaM/PR/popup-menu-hysteresis | Rémi Verschelde |
2020-11-08 | Added hysteresis for popup sub-menus | Eric M |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-01 | Renamed toplevel to be top_level | Duroxxigar |
2020-09-03 | Merge pull request #41456 from nekomatata/x11-fix-popups | Rémi Verschelde |
2020-09-01 | PopupMenu rework and enhancements | EricEzaM |
2020-08-22 | Fix popup closed when an ancestor window is focused | PouleyKetchoupp |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-03-26 | Reworked tooltips to use the popup system. | Juan Linietsky |
2020-03-26 | Popups have also been converted to windows | Juan Linietsky |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-08-14 | Merge pull request #31267 from sparkart/fix_optionbutton_offset | Rémi Verschelde |
2019-08-14 | Exposed set_as_minsize to gdscript | Fabian |
2019-08-12 | Fix Offset with OptionButton Popup | Emmanuel Barroga |
2019-07-09 | Improve the node configuration warning display | Hugo Locurcio |
2019-07-06 | Fix editor remaining dimmed after certain actions | Bojidar Marinov |
2019-06-25 | Fix Popup::popup_centered not centering at the first call | Guilherme Felipe |
2019-05-28 | Merge pull request #28454 from homer666/popup-centered-maxsize | Rémi Verschelde |
2019-04-30 | Add Popup::popup_centered_clamped method | homer666 |
2019-04-29 | Make buttons that trigger popups have the same scale | Michael Alexsander Silva Dias |
2019-02-13 | Fix button alignment of Package Installer on OSX | Naoto Kondo |
2019-01-14 | Hide visible popups by default if visible when entering tree, unless on edito... | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-07 | Many fixes to gradient editor, which was pretty broken. Closes #19308 | Juan Linietsky |
2018-06-06 | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe |