| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #65331 from derammo/derammo_natvis_3 | Rémi Verschelde | 2022-09-18 | 1 | -17/+67 |
| |\ |
|
| | * | added more data structures to Natvis for msdev | derammo | 2022-09-04 | 1 | -17/+67 |
| * | | Add get_distribution_name() and get_version() to OS | MJacred | 2022-09-16 | 2 | -0/+20 |
| * | | Merge pull request #65496 from MinusKube/popup-capture-mouse-bug | Rémi Verschelde | 2022-09-16 | 2 | -17/+47 |
| |\ \ |
|
| | * | | Fix MOUSE_MODE_CAPTURED not working correctly with popups | MinusKube | 2022-09-07 | 2 | -17/+47 |
| | |/ |
|
| * | | Merge pull request #65133 from bruvzg/win_cursor | Rémi Verschelde | 2022-09-14 | 2 | -84/+38 |
| |\ \ |
|
| | * | | [Windows] Simplify cursor handling and add support for fully transparent curs... | bruvzg | 2022-08-31 | 2 | -84/+38 |
| * | | | Disable menus and functionality that are not relevant on the Android Editor port | Fredia Huya-Kouadio | 2022-09-13 | 1 | -0/+2 |
| * | | | Merge pull request #65509 from gotnospirit/master-os-get_datetime | Rémi Verschelde | 2022-09-13 | 2 | -25/+12 |
| |\ \ \ |
|
| | * | | | Fixes #65377: get_datetime_* functions can return wrong values | James | 2022-09-10 | 2 | -25/+12 |
| * | | | | Merge pull request #65262 from bruvzg/win10_dm | Rémi Verschelde | 2022-09-13 | 2 | -4/+24 |
| |\ \ \ \ |
|
| | * | | | | Disable dark mode title bar on Windows 10. | bruvzg | 2022-09-03 | 2 | -4/+24 |
| * | | | | | Fix multiwindow support in GLES3 for X11, Windows, and MacOS. | clayjohn | 2022-09-12 | 1 | -6/+1 |
| | |/ / /
|/| | | |
|
| * | | | | Merge pull request #44118 from Calinou/windows-enable-ansi-escape-codes | Yuri Sizov | 2022-09-08 | 1 | -0/+15 |
| |\ \ \ \ |
|
| | * | | | | Enable ANSI escape code processing on Windows 10 and later | Hugo Locurcio | 2022-08-10 | 1 | -0/+15 |
| * | | | | | SCons: Refactor LTO options with `lto=<none|thin|full>` | Rémi Verschelde | 2022-09-08 | 1 | -10/+14 |
| | |_|_|/
|/| | | |
|
| * | | | | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu... | bruvzg | 2022-09-03 | 2 | -7/+23 |
| | |/ /
|/| | |
|
| * | | | Add support for system dark mode and accent color detection (macOS and Window... | bruvzg | 2022-08-31 | 2 | -0/+79 |
| | |/
|/| |
|
| * | | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -4/+4 |
| * | | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -1/+1 |
| * | | Merge pull request #64921 from bruvzg/win_arm | Rémi Verschelde | 2022-08-27 | 3 | -112/+273 |
| |\ \ |
|
| | * | | [Windows] Improve build environment detection, add support for Windows on ARM. | bruvzg | 2022-08-27 | 3 | -112/+273 |
| * | | | Merge pull request #64507 from RandomShaper/remove_unused | Rémi Verschelde | 2022-08-27 | 2 | -4/+1 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Remove unused force_quit variable from many OS abstractions | Pedro J. Estébanez | 2022-08-27 | 2 | -4/+1 |
| | |/ |
|
| * | | [macOS export] Simplify code signing options, add support for rcodesign tool ... | bruvzg | 2022-08-26 | 2 | -6/+10 |
| * | | Improve platform-specific READMEs to add useful links | Hugo Locurcio | 2022-08-25 | 1 | -0/+15 |
| * | | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke | 2022-08-25 | 2 | -40/+62 |
| * | | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 2 | -3/+3 |
| * | | Refactor the export checking logic to improve separation of concerns | Fredia Huya-Kouadio | 2022-08-14 | 2 | -3/+15 |
| |/ |
|
| * | Only define `keep_screen_on` project setting once | RedMser | 2022-08-06 | 1 | -1/+1 |
| * | Implement `keep_screen_on` for Windows | RedMser | 2022-08-05 | 2 | -1/+42 |
| * | Visual Studio Natvis file works for Variant again | derammo | 2022-07-31 | 1 | -2/+2 |
| * | Merge pull request #63563 from aaronfranke/export-arch | Rémi Verschelde | 2022-07-30 | 1 | -0/+1 |
| |\ |
|
| | * | Update export dialog to handle many architectures | Aaron Franke | 2022-07-29 | 1 | -0/+1 |
| * | | Improve some export error messages. | bruvzg | 2022-07-29 | 1 | -4/+4 |
| * | | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -6/+6 |
| |/ |
|
| * | Merge pull request #62973 from bruvzg/sysfont_support | Rémi Verschelde | 2022-07-27 | 3 | -0/+155 |
| |\ |
|
| | * | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg | 2022-07-26 | 3 | -0/+155 |
| * | | Split up editor export code into multiple files | Aaron Franke | 2022-07-26 | 2 | -1/+2 |
| * | | Merge pull request #63096 from aaronfranke/exp-template-names | Rémi Verschelde | 2022-07-26 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | Update export template names for Windows, Mac, and Linux | Aaron Franke | 2022-07-22 | 1 | -1/+1 |
| * | | Merge pull request #63459 from Kev/bigobj-for-msvc-release | Rémi Verschelde | 2022-07-25 | 1 | -1/+4 |
| |\ \ |
|
| | * | | Use bigobj for release MSVC builds | Kevin Smith | 2022-07-25 | 1 | -1/+4 |
| * | | | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 5 | -7/+7 |
| |/ / |
|
| * | | Merge pull request #63219 from reduz/implement-vector4-projection | Rémi Verschelde | 2022-07-25 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -0/+2 |
| | |/ |
|
| * / | Fixes `OS.get_unique_id()` string not getting printed properly | MaxIsJoe | 2022-07-24 | 1 | -3/+3 |
| |/ |
|
| * | [Windows] Set fullscreen flags on window creation. | bruvzg | 2022-07-19 | 1 | -0/+6 |
| * | Merge pull request #62824 from MinusKube/haunted-editor-bug | Rémi Verschelde | 2022-07-13 | 2 | -8/+6 |
| |\ |
|
| | * | Move windows display server's 'outside' field to WindowData struct | MinusKube | 2022-07-07 | 2 | -8/+6 |