summaryrefslogtreecommitdiff
path: root/scene/main/window.cpp
AgeCommit message (Expand)Author
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
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-05-17Fix popup window size calculation in popup_centered_ratio by using Rect2unknown
2020-05-16Fix popup positions on multiple screens (with same scaling only).bruvzg
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-04-03Add the missing argument in files_dropped signalTomasz Chabora
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-01some typo in method binds fixedThakee Nathees
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Fix default editor font.bruvzg
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Fixes to X11, still pretty brokenJuan Linietsky
2020-03-26Multiple changes to DisplayServerX11Mateo Kuruk Miccino
2020-03-26Implemented drag and drop across windows, both OS and embedded.Juan Linietsky
2020-03-26Reworked tooltips to use the popup system.Juan Linietsky
2020-03-26Popups have also been converted to windowsJuan Linietsky
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Support for transient windowsJuan Linietsky