Age | Commit message (Expand) | Author |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde |
2022-01-11 | New OpenGL batching canvas renderer | clayjohn |
2022-01-11 | Merge pull request #56322 from madmiraal/fix-42450 | Rémi Verschelde |
2022-01-06 | Fix multiple missing UTF-8 decoding. | bruvzg |
2022-01-04 | Style: Remove inconsistently used `@author` docstrings | Rémi Verschelde |
2022-01-03 | Merge pull request #56438 from madmiraal/fix-56428 | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-02 | Fix tablet tilt values returning bad values | Marcel Admiraal |
2021-12-29 | Rename speed to velocity when it's a directional Vector | Marcel Admiraal |
2021-12-20 | Merge pull request #56039 from Rubonnek/update-detect-prime-formatting-master | Rémi Verschelde |
2021-12-18 | Fix initialising of gl_manager and checking gl_manager and context_vulkan pre... | Bastiaan Olij |
2021-12-17 | Sync detect_prime_x11.cpp formatting changes from 3.x branch | Wilson E. Alvarez |
2021-12-10 | Misc build system fixes | Aaron Franke |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-11 | String: Remove `erase` method, bindings can't mutate String | Rémi Verschelde |
2021-11-09 | Merge pull request #54315 from nekomatata/x11-key-events-log | Rémi Verschelde |
2021-11-04 | Fix BadWindow X11 errors when a window is closed while processing struts | PouleyKetchoupp |
2021-11-01 | Add support for PowerPC family | Daniel Kolesa |
2021-11-01 | Merge pull request #41565 from nekomatata/x11-usable-screen-size | Rémi Verschelde |
2021-10-31 | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John |
2021-10-30 | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio |
2021-10-30 | Add GLES2 2D renderer + Linux display manager | lawnjelly |
2021-10-29 | Implemented screen_get_usable_rect for X11 Display Server | PouleyKetchoupp |
2021-10-28 | Merge pull request #42117 from nekomatata/x11-get-window-screen | Rémi Verschelde |
2021-10-28 | Fix window_get_current_screen for X11 display server | PouleyKetchoupp |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-27 | Fix input events random delay on X11 | PouleyKetchoupp |
2021-10-27 | Add KeyPress & KeyRelease events to X11 debug events logging | PouleyKetchoupp |
2021-10-23 | Merge pull request #54045 from ConteZero/primary_clipboard_linux_fix_warning | Rémi Verschelde |
2021-10-23 | Fix primary clipboard warning | ConteZero |
2021-10-22 | Add support for the RISC-V architecture | Aaron Franke |
2021-10-20 | Merge pull request #53702 from ConteZero/primary_clipboard_linux | Rémi Verschelde |
2021-10-18 | Added primary clipboard for Linux | ConteZero |
2021-10-15 | Merge pull request #53833 from akien-mga/remove-webm-support | Rémi Verschelde |
2021-10-15 | Remove WebM support (and deps libvpx and opus) | Rémi Verschelde |
2021-10-15 | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct | Rémi Verschelde |
2021-10-14 | SCons: Add `DEV_ENABLED` defines for `target=debug` builds | Rémi Verschelde |
2021-10-12 | free dbus errors when inhibiting freedesktop screensaver (prevents small memo... | Mark Riedesel |
2021-10-09 | Merge pull request #51429 from omar-polo/fix-basename | Rémi Verschelde |
2021-10-08 | use .get_file() instead of basename(3) | Omar Polo |
2021-10-01 | Merge pull request #52684 from Frixuu/master | Rémi Verschelde |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-21 | Allow for mapping keycodes to current layout | Frixuu |
2021-09-15 | Mention that rebooting is required after updating graphics driver on Linux | Hugo Locurcio |
2021-09-15 | Merge pull request #52282 from Calinou/scons-improve-linuxbsd-build-messages | Rémi Verschelde |
2021-09-15 | Re-enable building position-independent executables on Linux/*BSD | Hugo Locurcio |
2021-09-11 | Add logo attribution for Android, HTML5 and Linux platform icons | Hugo Locurcio |