| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use qmake to query Qt libexec directory to find moc. (#12870) |  Michael Cho | 2024-10-13 | 1 | -6/+10 |
| * | Fixed copy/paste error in build script. |  Vas Crabb | 2024-04-22 | 1 | -1/+1 |
| * | -osd/asio.h: Removed leftover C++03 support helpers. |  Vas Crabb | 2024-04-22 | 2 | -7/+3 |
| * | Initial touch input support: |  Vas Crabb | 2024-04-12 | 2 | -1/+2 |
| * | Add C compiler flags for Wayland EGL from pkgconfig to OSD build options on L... |  Julian Sikorski | 2024-03-31 | 1 | -0/+5 |
| * | osd: Cleaned up MIDI and network interfaces a little more. |  Vas Crabb | 2024-03-01 | 1 | -0/+1 |
| * | osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) |  Vas Crabb | 2024-02-25 | 1 | -0/+2 |
| * | macOS: Xcode 15 requires explicitly setting -rpath to find the SDL framework.... |  arbee | 2023-10-01 | 1 | -0/+1 |
| * | render/drawbgfx.cpp: Added initial support for Wayland on Linux. (#11451) |  Julian Sikorski | 2023-09-29 | 2 | -0/+21 |
| * | modules.lua: Remove stray MOC setting after the Qt6 Linux support change (#11... |  Jindřich Makovička | 2023-07-18 | 1 | -1/+0 |
| * | Allow the use of either Qt5 or Qt6 on Linux (#11413) |  Jindřich Makovička | 2023-07-14 | 1 | -10/+26 |
| * | osd/mac: Make compile again. Does not yet start up because BGFX tries to for... |  arbee | 2023-07-09 | 1 | -0/+1 |
| * | Removed local copy of SDL source and update Android build support. (#10899) |  Miodrag Milanović | 2023-02-27 | 3 | -95/+53 |
| * | Input refactoring: |  Vas Crabb | 2023-02-18 | 1 | -0/+2 |
| * | Small batch of input refactoring: |  Vas Crabb | 2023-02-05 | 1 | -0/+2 |
| * | osd: Turned video modules into actual modules, fixed various issues. |  Vas Crabb | 2023-02-01 | 3 | -52/+49 |
| * | Various input and OSD refactoring: |  Vas Crabb | 2023-01-29 | 3 | -8/+12 |
| * | Miscellaneous fixes and refactoring: |  Vas Crabb | 2023-01-28 | 1 | -1/+1 |
| * | Update BGFX, BX and BIMG (#10789) |  Miodrag Milanović | 2023-01-05 | 2 | -0/+2 |
| * | Revert "Update BGFX, BX and BIMG (#10750)" (#10787) |  R. Belmont | 2023-01-04 | 1 | -1/+0 |
| * | Update BGFX, BX and BIMG (#10750) |  Miodrag Milanović | 2023-01-04 | 1 | -0/+1 |
| * | -debugger: Improved session save/restore. |  Vas Crabb | 2022-12-02 | 1 | -5/+3 |
| * | Debugger updates: |  Vas Crabb | 2022-09-20 | 1 | -9/+9 |
| * | debugger/win: Added capability to save/restore window arrangement. |  Vas Crabb | 2022-09-16 | 1 | -0/+2 |
| * | Patched up some gaps in functionality and fixed some bugs. |  Vas Crabb | 2022-09-02 | 1 | -1/+2 |
| * | Optimisation, and baby steps towards untangling stuff: |  Vas Crabb | 2022-06-16 | 1 | -0/+5 |
| * | osd: Cleaned up Windows API usage a little. |  Vas Crabb | 2022-05-26 | 2 | -3/+5 |
| * | clang fixes |  smf- | 2021-11-19 | 1 | -0/+6 |
| * | Remove OSD_UWP from rest of code |  Miodrag Milanovic | 2021-10-26 | 2 | -7/+0 |
| * | Remove uwp specific sources |  Miodrag Milanovic | 2021-10-26 | 1 | -1/+0 |
| * | Remove uwp from build system |  Miodrag Milanovic | 2021-10-26 | 2 | -142/+0 |
| * | Add new files to SDL OSD as well as Mac OSD. |  Vas Crabb | 2021-10-18 | 1 | -0/+2 |
| * | Still more user experience improvements: |  Vas Crabb | 2021-10-18 | 1 | -0/+2 |
| * | fixed vs2019, broken by clang fix. |  smf- | 2021-09-09 | 1 | -3/+5 |
| * | fixes for building with clang 12.0.1 on windows |  smf- | 2021-09-04 | 1 | -0/+4 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 2 | -2/+0 |
| * | Compile bgfx |  Miodrag Milanovic | 2021-08-10 | 1 | -1/+0 |
| * | Slightly cleaned up OSD input modules. |  Vas Crabb | 2021-07-29 | 1 | -34/+2 |
| * | Added helpers for 64-bit count leading zeroes/ones. |  Vas Crabb | 2021-06-13 | 1 | -0/+1 |
| * | fix pcap builds (#8150) [xray-sky, R. Stricklin] |  xray-sky | 2021-06-06 | 3 | -3/+3 |
| * | sound: Pulseaudio support |  Olivier Galibert | 2021-04-16 | 1 | -0/+29 |
| * | Low-level #include overhaul |  AJR | 2021-01-02 | 3 | -0/+3 |
| * | Add AudioToolbox framework when building SDL2 on macOS, fixes TOOLS=1 link er... |  arbee | 2020-12-13 | 1 | -0/+1 |
| * | -bgfx: Corrected a data overrun in the d3d12 backend from allocating only eno... |  Ryan Holtz | 2020-06-20 | 1 | -0/+38 |
| * | Removed winpcap and cleaned up network module selection. |  Vas Crabb | 2020-03-05 | 6 | -17/+66 |
| * | Odroid n2 build fixes (#5751) |  Julian Sikorski | 2019-10-18 | 1 | -0/+6 |
| * | Add include folder 3rdparty/bgfx/3rdparty/khronos too (nw) |  yz70s | 2019-10-13 | 1 | -0/+1 |
| * | srcclean (nw) |  Vas Crabb | 2019-09-22 | 2 | -2/+2 |
| * | Preliminary Mac native OSD. Not working yet. [R. Belmont] |  arbee | 2019-09-15 | 3 | -0/+208 |
| * | asmjs: avoid explicitly linking SDL2_ttf. |  68bit | 2019-08-28 | 1 | -1/+1 |