Age | Commit message (Expand) | Author |
2020-10-21 | include parent display location in popup location calculation | Mark Riedesel |
2020-10-09 | Fix Popup crash in single window mode | PouleyKetchoupp |
2020-08-26 | Fix WINDOW_EVENT_FOCUS_IN for popups on Windows | PouleyKetchoupp |
2020-08-22 | Re-apply "Fixes for windows in X11 tiling WMs" | PouleyKetchoupp |
2020-08-19 | Revert "Fixes for windows in X11 tiling WMs" | Juan Linietsky |
2020-07-31 | Fix window max_size acting as min_size | opl- |
2020-07-23 | DisplayServer: separate window showing into another function | Lorenzo Cerqua |
2020-07-09 | Fix exclusive child focus grab, when there are more than two child windows. | bruvzg |
2020-07-04 | [macOS] Implement seamless display scaling. | bruvzg |
2020-07-03 | Merge pull request #40071 from reduz/fix-content-scale | Rémi Verschelde |
2020-07-02 | Fix content scale mode, closes #37941 | Juan Linietsky |
2020-07-02 | Ensure cursor shape changes when exiting window, fixes #37724 | Juan Linietsky |
2020-07-01 | Add ability to clamp embedded subwindows to parent, fixes #37792 | Juan Linietsky |
2020-07-01 | Ensure embedded mode works again | Juan Linietsky |
2020-06-30 | Make dialogs exclusive by default, fixes #37732 | Juan Linietsky |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-05-17 | Fix popup window size calculation in popup_centered_ratio by using Rect2 | unknown |
2020-05-16 | Fix popup positions on multiple screens (with same scaling only). | bruvzg |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-03 | Add the missing argument in files_dropped signal | Tomasz Chabora |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-04-01 | some typo in method binds fixed | Thakee Nathees |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-27 | Fix default editor font. | bruvzg |
2020-03-26 | Add macOS DisplayServer implementation. | bruvzg |
2020-03-26 | Fixes to X11, still pretty broken | Juan Linietsky |
2020-03-26 | Multiple changes to DisplayServerX11 | Mateo Kuruk Miccino |
2020-03-26 | Implemented drag and drop across windows, both OS and embedded. | Juan Linietsky |
2020-03-26 | Reworked tooltips to use the popup system. | Juan Linietsky |
2020-03-26 | Popups have also been converted to windows | Juan Linietsky |
2020-03-26 | Open sub-windows as embedded if the OS does not support them | Juan Linietsky |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-26 | Support for transient windows | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky |