Age | Commit message (Expand) | Author |
2023-01-07 | Add support for the custom initial screen for the main window, fix primary sc... | bruvzg |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-29 | Improve `window_set_current_screen` and fix secondary window initial mode and... | bruvzg |
2022-12-07 | Copy local theme overrides from Control to Window | Yuri Sizov |
2022-12-07 | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win... | bruvzg |
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann |
2022-10-27 | Merge pull request #64710 from MinusKube/window-size-crash | Clay John |
2022-10-12 | Merge pull request #67232 from bruvzg/popup_edit | Rémi Verschelde |
2022-10-11 | Set window size after setting new limits | Nikola Bunjevac |
2022-10-11 | Prevent `Popup`s it the edited scene tree from closing on focus loss. Hide ir... | bruvzg |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-10-03 | Fix invalid popup position for embedded popups | Cykyrios |
2022-09-28 | Merge pull request #58995 from Sauermann/fix-mouse-cursor-change-2 | Rémi Verschelde |
2022-09-26 | Force window position if spawned outside screen | kobewi |
2022-09-22 | [macOS extend-to-title] Add scene/project name to the editor title, fix incor... | bruvzg |
2022-09-18 | Update mouse cursor shape after changes | Markus Sauermann |
2022-09-16 | Merge pull request #65496 from MinusKube/popup-capture-mouse-bug | Rémi Verschelde |
2022-09-09 | Use embedding viewport instead of parent viewport to determine popup rect | MinusKube |
2022-09-07 | Fix MOUSE_MODE_CAPTURED not working correctly with popups | MinusKube |
2022-09-04 | Prevent windows from having a size greater than device limit | MinusKube |
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 |