summaryrefslogtreecommitdiff
path: root/scene/main/window.cpp
AgeCommit message (Expand)Author
2022-03-10Revert "Update mouse cursor shape after changes"Markus Sauermann
2022-03-09Update mouse cursor shape after changesMarkus Sauermann
2022-02-28Merge pull request #58282 from keptsecret/filedialog_visibility_unresponsiveRémi Verschelde
2022-02-25Improve popup window handling.bruvzg
2022-02-18fixed wrong ifdef enclosed blockkeptsecret
2022-02-18prevent acceptdialog taking over main editor window when made visiblekeptsecret
2022-02-15Connect notifications from Container to ViewportMarkus Sauermann
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-12Merge pull request #56953 from bruvzg/ex_wndRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-12Add exclusive window handling to DisplayServer (on macOS and Windows).bruvzg
2022-02-04[Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...bruvzg
2022-01-21Fix main window title translation.bruvzg
2022-01-19Merge pull request #56935 from V-Sekai/window_theme_changed_signalRémi Verschelde
2022-01-19Add missing 'theme_changed' signal to Window classSaracenOne
2022-01-18Window management improvements.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-17add 2d scale factor propertyAnsraer
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-04Add the base scale factor to the Theme resourceYuri Sizov
2021-09-02Changed Window current_screen parameter from string to intJestemStefan
2021-08-27Makes FontData importable resource.bruvzg
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-17fix bug on window notification propagationJihyun Yu
2021-08-13Fix some unnecessary includesAaron Franke
2021-07-29Add `auto_translate` toggle for automatic translationMichael Alexsander
2021-07-27Multiple cosmetic fixes for embedded windowsMichael Alexsander
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20Editor StringName and Viewport optimizationsJoan Fons
2021-07-18Optimize StringName usagereduz
2021-07-13Merge pull request #50299 from YeldhamDev/window_wrap_controls_fixRémi Verschelde
2021-07-13Add type variations to ThemeYuri Sizov
2021-07-08Fix `Window`'s `wrap_controls` not actually doing anythingMichael Alexsander
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-07-02Expose `Window.get_contents_minimum_size()` to scriptsMichael Alexsander
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-05-17Add theme_custom_type property to Control and WindowYuri Sizov
2021-03-23Merge pull request #46735 from fabriceci/fix-dialog-translationRémi Verschelde
2021-03-22Improved 3D Scene ImporterJuan Linietsky
2021-03-12fix translation not updating in ConfirmationDialog (and Window by inheritance)fabriceci
2021-03-05Merge pull request #46516 from HaSa1002/scrollcontainer-embedRémi Verschelde
2021-03-01Fix Window.get_window_id() returning -1 when embeddedJohannes
2021-02-28Merge pull request #45201 from EricEzaM/PR/popup-menu-fixRémi Verschelde
2021-02-19doc: Sync classref with current sourceRémi Verschelde
2021-02-19New ActionMapEditor to replace InputMapEditor. Used in ProjectSettings.Eric M
2021-02-18Reorganize Project Settingsreduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-15Fixed popup not calculating size correctly before adjusting its rect.Eric M