summaryrefslogtreecommitdiff
path: root/scene/gui/popup.cpp
AgeCommit message (Expand)Author
2022-06-13Single-window mode popups and edited scene windows fixes.bruvzg
2022-05-13popup deferred hide suppressed if reopenedderammo
2022-03-06Remove set_as_minsize()kobewi
2022-02-25Improve popup window handling.bruvzg
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-31Fix popup trying to emit a non existing signal when closedHungryProton
2021-09-23Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...Rémi Verschelde
2021-08-28Add support for internal nodeskobewi
2021-08-20Add missing SNAME macro optimization for StringName in some functionsjmb462
2021-07-21Fix logic for Popup closing when parent is focusedPouleyKetchoupp
2021-07-18Optimize StringName usagereduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-16Merge pull request #41851 from EricEzaM/PR/popup-menu-hysteresisRémi Verschelde
2020-11-08Added hysteresis for popup sub-menusEric M
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-01Renamed toplevel to be top_levelDuroxxigar
2020-09-03Merge pull request #41456 from nekomatata/x11-fix-popupsRémi Verschelde
2020-09-01PopupMenu rework and enhancementsEricEzaM
2020-08-22Fix popup closed when an ancestor window is focusedPouleyKetchoupp
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-26Reworked tooltips to use the popup system.Juan Linietsky
2020-03-26Popups have also been converted to windowsJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-14Merge pull request #31267 from sparkart/fix_optionbutton_offsetRémi Verschelde
2019-08-14Exposed set_as_minsize to gdscriptFabian
2019-08-12Fix Offset with OptionButton PopupEmmanuel Barroga
2019-07-09Improve the node configuration warning displayHugo Locurcio
2019-07-06Fix editor remaining dimmed after certain actionsBojidar Marinov
2019-06-25Fix Popup::popup_centered not centering at the first callGuilherme Felipe
2019-05-28Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde
2019-04-30Add Popup::popup_centered_clamped methodhomer666
2019-04-29Make buttons that trigger popups have the same scaleMichael Alexsander Silva Dias
2019-02-13Fix button alignment of Package Installer on OSXNaoto Kondo
2019-01-14Hide visible popups by default if visible when entering tree, unless on edito...Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-07Many fixes to gradient editor, which was pretty broken. Closes #19308Juan Linietsky
2018-06-06Fix #16069, #19292, #19267 and #18940Guilherme Felipe
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-09-27Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere
2017-09-22Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere