summaryrefslogtreecommitdiff
path: root/scene/main/window.cpp
AgeCommit message (Expand)Author
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
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-10-21include parent display location in popup location calculationMark Riedesel
2020-10-09Fix Popup crash in single window modePouleyKetchoupp
2020-08-26Fix WINDOW_EVENT_FOCUS_IN for popups on WindowsPouleyKetchoupp
2020-08-22Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp
2020-08-19Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky
2020-07-31Fix window max_size acting as min_sizeopl-
2020-07-23DisplayServer: separate window showing into another functionLorenzo Cerqua
2020-07-09Fix exclusive child focus grab, when there are more than two child windows.bruvzg
2020-07-04[macOS] Implement seamless display scaling.bruvzg
2020-07-03Merge pull request #40071 from reduz/fix-content-scaleRémi Verschelde
2020-07-02Fix content scale mode, closes #37941Juan Linietsky
2020-07-02Ensure cursor shape changes when exiting window, fixes #37724Juan Linietsky
2020-07-01Add ability to clamp embedded subwindows to parent, fixes #37792Juan Linietsky
2020-07-01Ensure embedded mode works againJuan Linietsky
2020-06-30Make dialogs exclusive by default, fixes #37732Juan Linietsky