Age | Commit message (Expand) | Author |
2022-10-28 | Merge pull request #67914 from Calinou/displayserverx11-no-native-icon | Max Hilbrunner |
2022-10-27 | Fix OS.get_video_adapter_driver_info crash | zCubed3 |
2022-10-27 | Merge pull request #67421 from Sauermann/fix-failure-exit-code | Clay John |
2022-10-26 | Fix `DisplayServer.has_feature()` claiming X11 has native icon support | Hugo Locurcio |
2022-10-26 | Fix build with Vulkan disabled and no Vulkan headers installed. | bruvzg |
2022-10-24 | Make window creation with custom position do not flash | Wei Guo |
2022-10-18 | Update the DisplayServer video driver error message | clayjohn |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-15 | Fix Godot exiting with unexpected failure code | Markus Sauermann |
2022-10-12 | Merge pull request #67281 from Nidjo123/x11-window-resize | Rémi Verschelde |
2022-10-11 | Keep rendering context window size in sync when resizing | Nikola Bunjevac |
2022-10-11 | Actually set the execinfo flag on non-glibc systems | Riteo |
2022-10-11 | Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo | Rémi Verschelde |
2022-10-11 | Fetch video adapter driver name and version from OS on Linux/*BSD and Windows | MJacred |
2022-10-10 | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde |
2022-10-05 | Merge pull request #66720 from qarmin/unintialized_memory | Rémi Verschelde |
2022-10-05 | Merge pull request #63983 from Calinou/scons-linux-execinfo-musl | Rémi Verschelde |
2022-10-04 | Automatically use execinfo for crash handler on *BSD and musl-based Linux | Hugo Locurcio |
2022-10-04 | Merge pull request #66773 from MladoniSzabi/numpad-no-numlock-bug-linux | Rémi Verschelde |
2022-10-03 | Remapped the numpad keys on linux when numlock is off | MladoniSzabi |
2022-10-03 | Unix: Remove now unnecessary I/O defines, cleanup | Rémi Verschelde |
2022-10-01 | Fix inconsistent window state on X11. | Matthew Munro (mam552) |
2022-10-01 | Remove usage of unitialized variables | Rafał Mikrut |
2022-09-30 | Merge pull request #64784 from yedpodtrzitko/yed/ci-add-mypy | Rémi Verschelde |
2022-09-30 | Fix typos with codespell | Rémi Verschelde |
2022-09-30 | ci: add Python static analysis check via mypy | Jiri Suchan |
2022-09-26 | SCons: Unify tools/target build type configuration | Rémi Verschelde |
2022-09-26 | Style: Cleanup header guards for consistency | Rémi Verschelde |
2022-09-19 | SCons: Refactor handling of `production` flag and per-platform LTO defaults | Rémi Verschelde |
2022-09-16 | Add get_distribution_name() and get_version() to OS | MJacred |
2022-09-16 | Merge pull request #65496 from MinusKube/popup-capture-mouse-bug | Rémi Verschelde |
2022-09-13 | Merge pull request #65509 from gotnospirit/master-os-get_datetime | Rémi Verschelde |
2022-09-12 | Fix multiwindow support in GLES3 for X11, Windows, and MacOS. | clayjohn |
2022-09-10 | Fixes #65377: get_datetime_* functions can return wrong values | James |
2022-09-08 | SCons: Refactor LTO options with `lto=<none|thin|full>` | Rémi Verschelde |
2022-09-07 | Fix MOUSE_MODE_CAPTURED not working correctly with popups | MinusKube |
2022-09-06 | Merge pull request #64417 from aaronfranke/has-space | Rémi Verschelde |
2022-09-04 | Replace Rect2(i) has_no_area with has_area | Aaron Franke |
2022-09-04 | Fix XSendEvent crash & bootsplash. | MatthewZelriche |
2022-09-03 | Merge pull request #65283 from bruvzg/reenable_per_pix_transp | Rémi Verschelde |
2022-09-03 | Merge pull request #65111 from MatthewZelriche/DroppedXEventFix | Rémi Verschelde |
2022-09-03 | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu... | bruvzg |
2022-09-02 | Add support for system dark mode (Linux) | Raul Santos |
2022-09-01 | Fix dropped XEvents early in main window lifetime. | MatthewZelriche |
2022-08-30 | Fix minimize/maximize not taking effect in X11. | MatthewZelriche |
2022-08-30 | Merge pull request #65066 from aaronfranke/str-path-join | Rémi Verschelde |
2022-08-29 | Fix fullscreen on X11. | MatthewZelriche |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-29 | Merge pull request #64943 from MatthewZelriche/FixUnMappedAncestor | Rémi Verschelde |
2022-08-27 | Merge pull request #64507 from RandomShaper/remove_unused | Rémi Verschelde |