Age | Commit message (Expand) | Author |
2022-09-03 | Un-defer the initial theme changed notification in Window | Yuri Sizov |
2022-09-02 | Un-defer the initial theme changed notification | Yuri Sizov |
2022-09-02 | Add ThemeOwner type for managing theme propagation and lookup | Yuri Sizov |
2022-09-01 | Add dumb and manual theme caching systems to Window | Yuri Sizov |
2022-08-30 | Allow to change the Stop shortcut used at runtime | kobewi |
2022-08-29 | Merge pull request #64119 from YuriSizov/theme-init-database | Rémi Verschelde |
2022-08-26 | Merge pull request #64777 from bruvzg/extend_to_title | Rémi Verschelde |
2022-08-26 | Add ThemeDB, expose previously static Theme methods | Yuri Sizov |
2022-08-26 | [macOS] Extend editor contents to the window titlebar for better space usage. | bruvzg |
2022-08-26 | Merge pull request #64574 from Begah/fix_transient_window_wrap_mouse | Rémi Verschelde |
2022-08-25 | Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED` | Aaron Record |
2022-08-25 | Fix warp_mouse for transient windows, smoother mouse positioning when releasi... | MathieuRoux |
2022-08-23 | Avoid warnings about cursor shape change not supported | Pedro J. Estébanez |
2022-08-22 | Make `_validate_property` a multilevel method | Yuri Sizov |
2022-08-05 | Fix some bugs with `Window`s | Michael Alexsander |
2022-07-16 | rename translate(d) to translate(d)_local in Transform 2D/3D | Fabian Keller |
2022-06-27 | Merge pull request #61587 from YuriSizov/control-fix-theme-owner-toplevel | Rémi Verschelde |
2022-06-20 | Quickfix editor hangs when rooting a window with exclusive and transient flag... | Rindbee |
2022-06-19 | Add explicit deferred flags | markdibarry |
2022-06-17 | Fix previous min size affects _get_contents_minimum_size in AcceptDialog | Rindbee |
2022-06-13 | Single-window mode popups and edited scene windows fixes. | bruvzg |
2022-06-11 | Add suffixes to all nodes and resources | FireForge |
2022-06-04 | Merge pull request #60830 from Ansraer/fix-2d-scale | Rémi Verschelde |
2022-06-01 | Fix theme propagation for children of top level controls and windows | Yuri Sizov |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-06 | Add viewport content scale | Ansraer |
2022-04-20 | Avoid setting sub-window or started project window positions, if it's impossi... | bruvzg |
2022-04-12 | Redesign InputEvent editor plugin | FireForge |
2022-04-11 | Merge pull request #54191 from Ev1lbl0w/bugfix-window_popup_ratio | Rémi Verschelde |
2022-04-11 | Improvements to files_dropped signal | kobewi |
2022-04-10 | Clamp ratio from popup_centered_ratio | Ev1lbl0w |
2022-03-30 | Merge pull request #59308 from Sauermann/fix-viewport-warp-mouse | Rémi Verschelde |
2022-03-28 | Fix using Viewport::warp_mouse within Viewports | Markus Sauermann |
2022-03-28 | Send a focus-out notification when opening a Window Manager Popup | Markus Sauermann |
2022-03-10 | Revert "Update mouse cursor shape after changes" | Markus Sauermann |
2022-03-09 | Update mouse cursor shape after changes | Markus Sauermann |
2022-02-28 | Merge pull request #58282 from keptsecret/filedialog_visibility_unresponsive | Rémi Verschelde |
2022-02-25 | Improve popup window handling. | bruvzg |
2022-02-18 | fixed wrong ifdef enclosed block | keptsecret |
2022-02-18 | prevent acceptdialog taking over main editor window when made visible | keptsecret |
2022-02-15 | Connect notifications from Container to Viewport | Markus Sauermann |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-02-12 | Merge pull request #56953 from bruvzg/ex_wnd | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-12 | Add 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-21 | Fix main window title translation. | bruvzg |
2022-01-19 | Merge pull request #56935 from V-Sekai/window_theme_changed_signal | Rémi Verschelde |
2022-01-19 | Add missing 'theme_changed' signal to Window class | SaracenOne |