Age | Commit message (Expand) | Author |
2022-03-20 | Move fixup_embedded_pck to EditorExportPlatform classes | Aaron Franke |
2022-03-18 | Merge pull request #59287 from Vitika9/59181 | Rémi Verschelde |
2022-03-18 | Right-clicking will not close popup | Vitika9 |
2022-03-18 | Merge pull request #58455 from bruvzg/export_script | Rémi Verschelde |
2022-03-18 | Merge pull request #57850 from pkowal1982/icon | Rémi Verschelde |
2022-03-17 | Fix DST Error on Windows | ztco224 |
2022-03-16 | Windows: Properly set `mouse_monitor` instead of shadowing it | Rémi Verschelde |
2022-03-14 | [Export] Add "export console script" option for Linux, macOS, and Windows exp... | bruvzg |
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-15 | Add an `OS.get_processor_name()` method | Hugo Locurcio |
2022-02-14 | [OS/Crypto] Add get_entropy to OS. | Fabio Alessandrelli |
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-11 | [Windows] Fix drag-and-drop. | bruvzg |
2022-02-09 | Change godot.ico to uncompressed/fixed size | pkowal |
2022-02-09 | Core: Move generated `VERSION_HASH` to a `.cpp` file | Rémi Verschelde |
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 |
2022-02-03 | Merge pull request #57350 from NeilKleistGao/master | Rémi Verschelde |
2022-02-03 | Add warning for Windows export when rcedit is not configured | NeilKleistGao |
2022-02-01 | Merge pull request #57497 from Geometror/fix-mouse-mode | Rémi Verschelde |
2022-02-01 | Windows: Fix GCC -fpermissive error with 'pck' section workaround | Rémi Verschelde |
2022-02-01 | Fix captured mouse mode | Hendrik Brucker |
2022-01-31 | Simplify DisplayServerWindows pos/size message handling | SeleckyErik |
2022-01-30 | Prevent LTCG (MSVC LTO) from removing "pck" section | Bartłomiej T. Listwon |
2022-01-28 | Merge pull request #57336 from bruvzg/win_con_redir | Rémi Verschelde |
2022-01-28 | Fix MOUSE_MODE_CONFINED not updating area when full-screen is toggled or curr... | bruvzg |
2022-01-28 | [Windows] Disable console I/O redirection, if it's already redirected to the ... | bruvzg |
2022-01-27 | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde |
2022-01-27 | Minor typo fixups to Windows console changes | Max Hilbrunner |
2022-01-24 | Merge pull request #56754 from madmiraal/fix-45592 | Rémi Verschelde |
2022-01-22 | [Export] Instead of removing unsupported options, hide it. | bruvzg |
2022-01-18 | Window management improvements. | bruvzg |
2022-01-17 | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde |
2022-01-14 | Merge pull request #56238 from madmiraal/fix-44178 | Rémi Verschelde |
2022-01-14 | Fix Actions mapped to triggers not using the full range | Marcel Admiraal |
2022-01-14 | Flush input events before destroying the window | Yuri Roubinsky |
2022-01-14 | Add support for getting native display, window, and view handles. | bruvzg |
2022-01-13 | Use mouse event relative motion to calculate mouse velocity | Marcel Admiraal |