| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 1 | -43/+49 |
| * | Various input and OSD refactoring: |  Vas Crabb | 2023-01-29 | 1 | -2/+1 |
| * | Update BGFX, BX and BIMG (#10789) |  Miodrag Milanović | 2023-01-05 | 1 | -0/+1 |
| * | 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 |
| * | Optimisation, and baby steps towards untangling stuff: |  Vas Crabb | 2022-06-16 | 1 | -0/+5 |
| * | clang fixes |  smf- | 2021-11-19 | 1 | -0/+6 |
| * | Remove uwp specific sources |  Miodrag Milanovic | 2021-10-26 | 1 | -1/+0 |
| * | Compile bgfx |  Miodrag Milanovic | 2021-08-10 | 1 | -1/+0 |
| * | sound: Pulseaudio support |  Olivier Galibert | 2021-04-16 | 1 | -0/+29 |
| * | -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 | 1 | -4/+33 |
| * | Add include folder 3rdparty/bgfx/3rdparty/khronos too (nw) |  yz70s | 2019-10-13 | 1 | -0/+1 |
| * | Preliminary Mac native OSD. Not working yet. [R. Belmont] |  arbee | 2019-09-15 | 1 | -0/+2 |
| * | gdbstub: added new GDB stub debugger (#5456) |  Ramiro Polla | 2019-08-11 | 1 | -0/+1 |
| * | fix vsllvm configuration |  feos | 2019-06-03 | 1 | -0/+1 |
| * | Enable use of system-wide asio, glm and rapidjson (#3172) |  Julian Sikorski | 2018-02-08 | 1 | -2/+2 |
| * | -bgfx: Abstracted some view-related functions into bgfx_view class, nw |  mooglyguy | 2018-01-13 | 1 | -0/+1 |
| * | remove qtmain on windows, it conflicts with SDL2_Main (nw) |  smf- | 2017-12-26 | 1 | -1/+0 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -9/+9 |
| * | Fixed building using system portaudio |  Julian Sikorski | 2017-01-26 | 1 | -0/+4 |
| * | Initial PortAudio backend with build script changes to support library versio... |  inte alls | 2017-01-11 | 1 | -0/+25 |
| * | Add basic keyboard input to UWP (nw) |  Brad Hughes | 2016-11-11 | 1 | -0/+1 |
| * | ASIO - header only mode (nw) |  Miodrag Milanovic | 2016-11-02 | 1 | -1/+0 |
| * | Replaced code usage of libuv with asio library (nw) |  Miodrag Milanovic | 2016-10-07 | 1 | -13/+2 |
| * | Convert OSD monitor info to modules plus add DXGI implementation |  Brad Hughes | 2016-09-14 | 1 | -0/+6 |
| * | Add Lua-cleaning ability to srcclean |  Vas Crabb | 2016-08-30 | 1 | -2/+2 |
| * | Merge pull request #1072 from oxc/pkg_config_from_env |  R. Belmont | 2016-07-16 | 1 | -3/+11 |
| |\ |
|
| | * | Take pkg-config path from env if defined |  Bernhard Frauendienst | 2016-07-09 | 1 | -3/+11 |
| * | | balance configuration macros in genie scripts |  Vas Crabb | 2016-07-13 | 1 | -5/+6 |
| |/ |
|
| * | Add a couple msys2 updated mingw headers to winsdk-override to support linux ... |  Brad Hughes | 2016-07-02 | 1 | -5/+3 |
| * | Added initial ninja support to use add MAKETYPE=ninja to compile command line... |  Miodrag Milanovic | 2016-06-09 | 1 | -1/+1 |
| * | Placed back old output system as module "-output windows" need more things cl... |  Miodrag Milanovic | 2016-06-05 | 1 | -0/+2 |
| * | no deps between osd and frontend, internal debugger removed (nw) |  Miodrag Milanovic | 2016-05-06 | 1 | -4/+0 |
| * | enabled internal debugger, but this would need to go in time, it is too coupl... |  Miodrag Milanovic | 2016-04-23 | 1 | -0/+4 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -1/+0 |
| * | Create diagnostic module for profiling and crash diagnostics |  Brad Hughes | 2016-04-17 | 1 | -0/+3 |
| * | Add AVI writing to bgfx, nw |  therealmogminer@gmail.com | 2016-04-17 | 1 | -0/+2 |
| * | Added ImGui based debugger. [Barry Rodewald] |  mahlemiut | 2016-04-17 | 1 | -0/+1 |
| * | Revert "Pass explicit -qt5 to all moc and qmake calls." |  Miodrag Milanovic | 2016-04-16 | 1 | -10/+10 |
| * | Merge pull request #813 from jmallach/qt5-build |  Miodrag Milanović | 2016-04-16 | 1 | -10/+10 |
| |\ |
|
| | * | Pass explicit -qt5 to all moc and qmake calls. |  Sune Vuorela | 2016-04-15 | 1 | -10/+10 |
| * | | Update windows to use platform independent watchdog implementation (nw) |  Miodrag Milanovic | 2016-04-15 | 1 | -0/+2 |
| |/ |
|
| * | bgfx: Add data-driven render target clearing [Ryan Holtz] |  therealmogminer@gmail.com | 2016-04-14 | 1 | -0/+4 |
| * | Basic TCP server based on libuv [Inaki Baz Castillo,Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-10 | 1 | -0/+12 |