Age | Commit message (Expand) | Author |
2022-10-04 | Merge pull request #66559 from zaevi/fix_ScrollContainer_touch_scroll | Rémi Verschelde |
2022-10-03 | Unix: Remove now unnecessary I/O defines, cleanup | Rémi Verschelde |
2022-09-30 | ci: add Python static analysis check via mypy | Jiri Suchan |
2022-09-30 | Merge pull request #66242 from akien-mga/scons-unify-tools-target | Rémi Verschelde |
2022-09-29 | Fix ScrollContainer touch-scrolling not working. | Zae |
2022-09-28 | Fix MSVC warning C4706: assignment within conditional expression | Rémi Verschelde |
2022-09-28 | [Windows] Ignore excessive wintab mouse move events. | bruvzg |
2022-09-26 | SCons: Unify tools/target build type configuration | Rémi Verschelde |
2022-09-24 | Merge pull request #66295 from bruvzg/win_fix_wm_char_keysym | Rémi Verschelde |
2022-09-23 | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines | Rémi Verschelde |
2022-09-23 | [Windows] Fix WM_CHAR processing code using Unicode char instead of Virtual key. | bruvzg |
2022-09-21 | Merge pull request #65816 from bruvzg/proj_settings_missing_flags | Rémi Verschelde |
2022-09-19 | SCons: Refactor handling of `production` flag and per-platform LTO defaults | Rémi Verschelde |
2022-09-19 | Add missing initial window flags and window mode to the project settings. | bruvzg |
2022-09-18 | Merge pull request #65331 from derammo/derammo_natvis_3 | 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-14 | Merge pull request #65133 from bruvzg/win_cursor | Rémi Verschelde |
2022-09-13 | Disable menus and functionality that are not relevant on the Android Editor port | Fredia Huya-Kouadio |
2022-09-13 | Merge pull request #65509 from gotnospirit/master-os-get_datetime | Rémi Verschelde |
2022-09-13 | Merge pull request #65262 from bruvzg/win10_dm | 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 | Merge pull request #44118 from Calinou/windows-enable-ansi-escape-codes | Yuri Sizov |
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-04 | added more data structures to Natvis for msdev | derammo |
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-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-29 | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli |
2022-08-27 | Merge pull request #64921 from bruvzg/win_arm | Rémi Verschelde |
2022-08-27 | Merge pull request #64507 from RandomShaper/remove_unused | Rémi Verschelde |
2022-08-27 | [Windows] Improve build environment detection, add support for Windows on ARM. | bruvzg |
2022-08-27 | Remove unused force_quit variable from many OS abstractions | Pedro J. Estébanez |
2022-08-26 | [macOS export] Simplify code signing options, add support for rcodesign tool ... | bruvzg |
2022-08-25 | Improve platform-specific READMEs to add useful links | Hugo Locurcio |
2022-08-25 | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke |
2022-08-22 | Replace Array return types with TypedArray | kobewi |
2022-08-14 | Refactor the export checking logic to improve separation of concerns | Fredia Huya-Kouadio |
2022-08-10 | Enable ANSI escape code processing on Windows 10 and later | Hugo Locurcio |
2022-08-06 | Only define `keep_screen_on` project setting once | RedMser |
2022-08-05 | Implement `keep_screen_on` for Windows | RedMser |
2022-07-31 | Visual Studio Natvis file works for Variant again | derammo |
2022-07-30 | Merge pull request #63563 from aaronfranke/export-arch | Rémi Verschelde |
2022-07-29 | Improve some export error messages. | bruvzg |
2022-07-29 | Update export dialog to handle many architectures | Aaron Franke |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |