| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove mouse events that closed the popup from queue, to fix pop-up reopening. | bruvzg | 2022-06-02 | 2 | -5/+12 |
| * | [Editor] LinuxBSD export reports Linux as OS name. | Fabio Alessandrelli | 2022-05-24 | 1 | -1/+1 |
| * | Add a new HashSet template | reduz | 2022-05-20 | 2 | -2/+2 |
| * | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 4 | -25/+25 |
| * | Basic 3D rendering | clayjohn | 2022-05-12 | 1 | -2/+2 |
| * | Crash handler: Use `print_error` to include backtrace in logs | Rémi Verschelde | 2022-05-05 | 1 | -10/+12 |
| * | Read and store joypad events in a separate thread on x11 platform | Marcel Admiraal | 2022-05-05 | 2 | -173/+204 |
| * | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 2 | -2/+2 |
| * | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde | 2022-05-02 | 3 | -50/+20 |
| * | [Linux] Disable speech-dispatcher, pulse audio and udev wrapper builds, when ... | bruvzg | 2022-04-28 | 1 | -0/+3 |
| * | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 8 | -0/+1629 |
| * | Merge pull request #56093 from bruvzg/pck_section_load | Rémi Verschelde | 2022-04-27 | 2 | -0/+87 |
| |\ |
|
| | * | Improve embedded PCK loading and exporting. | bruvzg | 2022-04-20 | 2 | -0/+87 |
| * | | Merge pull request #59979 from bruvzg/cpp_check2 | Rémi Verschelde | 2022-04-27 | 1 | -6/+5 |
| |\ \ |
|
| | * | | Fix more issues found by cppcheck. | bruvzg | 2022-04-20 | 1 | -6/+5 |
| | |/ |
|
| * | | Merge pull request #60523 from akien-mga/linux-pkgconfig-nixos | Rémi Verschelde | 2022-04-27 | 1 | -4/+6 |
| |\ \ |
|
| | * | | Linux: Use pkg-config for alsa, libudev and GL too | Rémi Verschelde | 2022-04-26 | 1 | -4/+6 |
| | |/ |
|
| * | | Merge pull request #58272 from bruvzg/x11_backup_screen_info | Rémi Verschelde | 2022-04-27 | 1 | -6/+19 |
| |\ \
| |/
|/| |
|
| | * | [Linux/X11] Fallback to the X server root window to get screen rects, if Xine... | bruvzg | 2022-02-18 | 1 | -6/+19 |
| * | | Fix sub-menu keyboard navigation. | bruvzg | 2022-04-13 | 1 | -1/+1 |
| * | | Narrow FileAccess scope to prevent deadlocks. | bruvzg | 2022-04-12 | 1 | -3/+5 |
| * | | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 2 | -18/+12 |
| * | | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 3 | -9/+8 |
| * | | Merge pull request #59908 from bruvzg/fix_popup_close_race | Rémi Verschelde | 2022-04-06 | 1 | -10/+23 |
| |\ \ |
|
| | * | | Fix a possible race condition on popup close, that might cause multiple delet... | bruvzg | 2022-04-05 | 1 | -10/+23 |
| * | | | CI: Update black formatter and apply changes | Rémi Verschelde | 2022-04-05 | 1 | -1/+1 |
| |/ / |
|
| * | | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 3 | -6/+6 |
| * | | Add CI build with clang sanitizers, increase stack size to 30 MB for builds w... | bruvzg | 2022-04-01 | 2 | -0/+11 |
| * | | Fix X11 is_window_maximized | ConteZero | 2022-03-31 | 1 | -2/+9 |
| * | | Rename warp mouse functions to warp_mouse | Markus Sauermann | 2022-03-27 | 2 | -4/+4 |
| * | | Generate export template file names instead of having a fixed set | Aaron Franke | 2022-03-22 | 3 | -4/+5 |
| * | | Change extension for Linux 32-bit x86 exports to x86_32 | Aaron Franke | 2022-03-21 | 1 | -1/+1 |
| * | | Move extension logic to EditorExportPlatformLinuxBSD | Aaron Franke | 2022-03-21 | 2 | -0/+24 |
| * | | Move fixup_embedded_pck to EditorExportPlatform classes | Aaron Franke | 2022-03-20 | 3 | -108/+106 |
| * | | [Export] Add "export console script" option for Linux, macOS, and Windows exp... | bruvzg | 2022-03-14 | 3 | -5/+123 |
| * | | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde | 2022-03-11 | 1 | -2/+1 |
| * | | Merge pull request #58335 from maiself/fix-directory-delete-linux | Rémi Verschelde | 2022-03-10 | 1 | -19/+20 |
| |\ \ |
|
| | * | | Fix deleting of directories on Linux | Mai Lavelle | 2022-02-20 | 1 | -19/+20 |
| | |/ |
|
| * | | Remove unused Bullet module and thirdparty code | Rémi Verschelde | 2022-03-09 | 1 | -21/+0 |
| * | | Add missing header for headless builds | MmAaXx500 | 2022-03-09 | 1 | -0/+1 |
| * | | [X11] Do not try to focus unmapped window. | bruvzg | 2022-03-08 | 1 | -2/+6 |
| * | | Fix X11 memory leak after drag & drop file into the editor | Haoyu Qiu | 2022-03-04 | 1 | -12/+19 |
| * | | Improve popup window handling. | bruvzg | 2022-02-25 | 2 | -25/+178 |
| |/ |
|
| * | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 4 | -5/+6 |
| * | Add an `OS.get_processor_name()` method | Hugo Locurcio | 2022-02-15 | 2 | -0/+15 |
| * | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -2/+0 |
| * | Fix typos with codespell | Rémi Verschelde | 2022-02-10 | 1 | -4/+4 |
| * | Core: Move generated `VERSION_HASH` to a `.cpp` file | Rémi Verschelde | 2022-02-09 | 1 | -4/+3 |
| * | Merge pull request #57612 from maiself/improve-gamepad-detection | Rémi Verschelde | 2022-02-08 | 1 | -2/+3 |
| |\ |
|
| | * | Improve detection of gamepads on Linux | Mai Lavelle | 2022-02-03 | 1 | -2/+3 |