Age | Commit message (Expand) | Author |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-11-01 | Fix mouseleave event after drag and drop in different Windows | Markus Sauermann |
2022-11-01 | Load and use system emoji font in the editor. | bruvzg |
2022-11-01 | Fix mouse offset for unfocused popups | Markus Sauermann |
2022-10-31 | Merge pull request #67879 from bruvzg/fix_no_vlk | Rémi Verschelde |
2022-10-31 | Add console wrapper app to handle console i/o redirection on Windows. | bruvzg |
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde |
2022-10-28 | Merge pull request #67790 from kdada/fix-flash-window | Clay John |
2022-10-28 | Merge pull request #67903 from Sauermann/fix-startup-windows-mouse-exit-event | Clay John |
2022-10-28 | Fix differences between Windows and linuxbsd Display Server | Markus Sauermann |
2022-10-27 | Fix OS.get_video_adapter_driver_info crash | zCubed3 |
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-21 | Merge pull request #67546 from clayjohn/DS-msg | Clay John |
2022-10-18 | Update the DisplayServer video driver error message | clayjohn |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-17 | Check if Vulkan context for the window exists before resizing it to avoid unn... | bruvzg |
2022-10-12 | [Windows] Fix GCC MinGW warnings. | bruvzg |
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-11 | Merge pull request #67242 from akien-mga/cleanup-unused-defines | Rémi Verschelde |
2022-10-11 | Cleanup unused defines in platform code | Rémi Verschelde |
2022-10-11 | Fix newlines not honored in Windows console | Pedro J. Estébanez |
2022-10-10 | Merge pull request #67183 from akien-mga/gcc-warnings-cleanup | Rémi Verschelde |
2022-10-10 | [Windows] Fix GCC MinGW warnings. | bruvzg |
2022-10-10 | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde |
2022-10-07 | Harmonize return values of window_create() in rendering drivers | Pedro J. Estébanez |
2022-10-06 | Merge pull request #66965 from bruvzg/win_llvm | Rémi Verschelde |
2022-10-06 | Merge pull request #64815 from RandomShaper/default_cpu_count | Rémi Verschelde |
2022-10-06 | [Windows] Fix LLVM MinGW build. | bruvzg |
2022-10-05 | Keep a single, portable implementation of `OS::get_processor_count()` | Pedro J. Estébanez |
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 |