| Commit message (Expand) | Author | Age | Files | Lines |
* | [Linux] Load dbus libraries dynamically. | bruvzg | 2022-07-29 | 6 | -4/+3626 |
* | [Linux] Replace fontconfig wrapper with a one generated from the older librar... | bruvzg | 2022-07-29 | 2 | -259/+4 |
* | Load fontconfig libraries dynamically. | bruvzg | 2022-07-27 | 6 | -6/+3148 |
* | Fix Linux build without fontconfig. | bruvzg | 2022-07-27 | 1 | -3/+3 |
* | Merge pull request #62973 from bruvzg/sysfont_support | Rémi Verschelde | 2022-07-27 | 3 | -0/+98 |
|\ |
|
| * | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg | 2022-07-26 | 3 | -0/+98 |
* | | 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 |
* | | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 6 | -9/+15 |
|/ |
|
* | Merge pull request #63278 from akien-mga/scons-linux-refactor-linker | Rémi Verschelde | 2022-07-22 | 1 | -16/+33 |
|\ |
|
| * | SCons: Refactor Linux linker options with `linker=<bfd|gold|lld|mold>` | Rémi Verschelde | 2022-07-22 | 1 | -16/+33 |
* | | Merge pull request #63303 from hansemro/x11-eraser-case-insensitive | Rémi Verschelde | 2022-07-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | [X11] Do case-insensitive search for pen inversion detection | Hansem Ro | 2022-07-21 | 1 | -1/+1 |
* | | Improve `linuxbsd` headless building, cleanup build scripts | Riteo | 2022-07-20 | 2 | -53/+19 |
* | | Remove `-pipe` from `LINKFLAGS` | Riteo | 2022-07-20 | 1 | -1/+0 |
|/ |
|
* | Improve DisplayServer.window_set_current_screen | bruvzg | 2022-07-19 | 1 | -2/+2 |
* | Add static methods for creating Image and ImageTexture | kobewi | 2022-07-08 | 1 | -6/+1 |
* | Check if GL manager exist to prevent crash when using multithreaded renderer ... | bruvzg | 2022-07-06 | 1 | -2/+6 |
* | Merge pull request #62212 from hansemro/eraser-detect-4 | Rémi Verschelde | 2022-07-04 | 2 | -2/+12 |
|\ |
|
| * | [macOS, Windows, X11] Add stylus inverted/eraser support to | Hansem Ro | 2022-07-04 | 2 | -2/+12 |
* | | Fix exit code of --help and --version, and test them in CI | Jan Haller | 2022-07-02 | 1 | -0/+4 |
* | | Properly check for fullscreen toggle made through the Window Manager | Wilson E. Alvarez | 2022-06-30 | 2 | -0/+49 |
|/ |
|
* | Adding function key support from F17 to F35 | gregcsokas | 2022-06-16 | 1 | -0/+42 |
* | Add readable export errors. | bruvzg | 2022-06-08 | 2 | -5/+17 |
* | 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 |