Age | Commit message (Expand) | Author |
2022-09-16 | Merge pull request #65496 from MinusKube/popup-capture-mouse-bug | Rémi Verschelde |
2022-09-14 | Merge pull request #65133 from bruvzg/win_cursor | Rémi Verschelde |
2022-09-13 | Merge pull request #65262 from bruvzg/win10_dm | Rémi Verschelde |
2022-09-07 | Fix MOUSE_MODE_CAPTURED not working correctly with popups | MinusKube |
2022-09-03 | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu... | bruvzg |
2022-09-03 | Disable dark mode title bar on Windows 10. | bruvzg |
2022-08-31 | Add support for system dark mode and accent color detection (macOS and Window... | bruvzg |
2022-08-31 | [Windows] Simplify cursor handling and add support for fully transparent curs... | bruvzg |
2022-08-22 | Replace Array return types with TypedArray | kobewi |
2022-08-06 | Only define `keep_screen_on` project setting once | RedMser |
2022-08-05 | Implement `keep_screen_on` for Windows | RedMser |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-19 | [Windows] Set fullscreen flags on window creation. | bruvzg |
2022-07-07 | Move windows display server's 'outside' field to WindowData struct | MinusKube |
2022-07-06 | Check if GL manager exist to prevent crash when using multithreaded renderer ... | bruvzg |
2022-07-04 | [macOS, Windows, X11] Add stylus inverted/eraser support to | Hansem Ro |
2022-06-02 | Remove mouse events that closed the popup from queue, to fix pop-up reopening. | bruvzg |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-17 | Merge pull request #61001 from derammo/derammo_popup_conditional_hide | Rémi Verschelde |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-13 | popup deferred hide suppressed if reopened | derammo |
2022-05-13 | Merge pull request #60894 from derammo/derammo_opengl3_windows | Rémi Verschelde |
2022-05-11 | opengl3 driver now works on windows including multi window | derammo |
2022-05-10 | [Windows] Save and re-apply window icon when changing window style. | bruvzg |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-04-28 | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg |
2022-04-13 | Fix sub-menu keyboard navigation. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-04-05 | Fix a possible race condition on popup close, that might cause multiple delet... | bruvzg |
2022-03-31 | Fix typos with codespell | Rémi Verschelde |
2022-03-29 | Keep editor at normal priority on windows. | Lyuma |
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann |
2022-03-18 | Right-clicking will not close popup | Vitika9 |
2022-03-16 | Windows: Properly set `mouse_monitor` instead of shadowing it | Rémi Verschelde |
2022-03-13 | Reenable window_set_vsync_mode on Windows | Hendrik Brucker |
2022-03-08 | [X11] Do not try to focus unmapped window. | bruvzg |
2022-02-25 | Improve popup window handling. | bruvzg |
2022-02-22 | [Windows] Fix borderless window flag toggle and restoring minimized borderles... | bruvzg |
2022-02-17 | [Windows] Fix Vulkan driver crash on sub-window minimization. | bruvzg |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-12 | Add exclusive window handling to DisplayServer (on macOS and Windows). | bruvzg |
2022-02-11 | [Windows] Fix drag-and-drop. | bruvzg |
2022-02-08 | [Windows] Fix fullscreen mode detection on window move/resize. | bruvzg |
2022-02-07 | Fix icons for sub windows | TechnicalSoup |
2022-02-04 | Merge pull request #57341 from bruvzg/win_multiwin_fs | Rémi Verschelde |
2022-02-04 | Merge pull request #57335 from jordigcs/display-refresh-rate | Rémi Verschelde |
2022-02-04 | Merge pull request #54645 from rxlecky/editor-window-offset-bug-45740 | Rémi Verschelde |
2022-02-04 | [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al... | bruvzg |
2022-02-03 | Add screen_get_refresh_rate to DisplayServer | jordi |