summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/osd
Commit message (Expand)AuthorAgeFilesLines
* -bgfx: Abstracted some view-related functions into bgfx_view class, nw mooglyguy2018-01-131-0/+1
* remove qtmain on windows, it conflicts with SDL2_Main (nw) smf-2017-12-261-1/+0
* added -lSDL2main to fix linking with gcc 7 [smf] smf-2017-12-261-1/+2
* Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... npwoods2017-09-184-14/+1
* In the windows debugger log window add a Log/Clear menu to remove all logged ... yz70s2017-07-301-0/+2
* Fix include path with USE_LIBSDL on macOS Joshua Root2017-07-221-1/+1
* Lua scripts cleanup. dankan18902017-05-141-1/+0
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-9/+9
* Fixed building using system portaudio Julian Sikorski2017-01-261-0/+4
* comma (nw) Vas Crabb2017-01-231-1/+1
* This isn't behaving how I expect, investigate another time (nw) Vas Crabb2017-01-231-1/+2
* portaudio needs COM (nw) Vas Crabb2017-01-231-1/+1
* Initial PortAudio backend with build script changes to support library versio... inte alls2017-01-111-0/+25
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-283-0/+6
* srcclean (nw) Vas Crabb2016-11-271-6/+6
* Add basic keyboard input to UWP (nw) Brad Hughes2016-11-111-0/+1
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-112-9/+0
* UWP builds again but by no means working (nw) Brad Hughes2016-11-101-2/+2
* Adding video and window code to UWP(nw) Miodrag Milanovic2016-11-101-0/+6
* Some more work on UWP (nw) Miodrag Milanovic2016-11-101-6/+12
* Make 3rdparty compile for UWP and start adding new OSD for UWP based on previ... Miodrag Milanovic2016-11-092-0/+127
* ASIO - header only mode (nw) Miodrag Milanovic2016-11-021-1/+0
* Changing spaces to tabs for fac14f5 (nw) Brad Hughes2016-10-091-1/+1
* Fix SDL build on windows: asio.hpp requires _WIN32_WINNT (nw) Brad Hughes2016-10-091-0/+1
* Replaced code usage of libuv with asio library (nw) Miodrag Milanovic2016-10-071-13/+2
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-142-1/+6
* Add Lua-cleaning ability to srcclean Vas Crabb2016-08-302-3/+3
* Merge pull request #1093 from stevenc99/kfreebsd R. Belmont2016-07-161-1/+1
|\
| * qtdbg: compile with -fPIC on freebsd also Steven Chamberlain2016-07-131-1/+1
* | Merge pull request #1072 from oxc/pkg_config_from_env R. Belmont2016-07-163-8/+18
|\ \
| * | Take pkg-config path from env if defined Bernhard Frauendienst2016-07-093-8/+18
| |/
* / balance configuration macros in genie scripts Vas Crabb2016-07-131-5/+6
|/
* Add a couple msys2 updated mingw headers to winsdk-override to support linux ... Brad Hughes2016-07-021-5/+3
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-252-2/+3
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-2/+0
* Added initial ninja support to use add MAKETYPE=ninja to compile command line... Miodrag Milanovic2016-06-091-1/+1
* Placed back old output system as module "-output windows" need more things cl... Miodrag Milanovic2016-06-052-0/+34
* fix android target libSDL2 circular ref (nw) Jeffrey Clark2016-06-041-5/+7
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-4/+0
* enabled internal debugger, but this would need to go in time, it is too coupl... Miodrag Milanovic2016-04-231-0/+4
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+0
* Create diagnostic module for profiling and crash diagnostics Brad Hughes2016-04-171-0/+3
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-171-0/+2
* Added ImGui based debugger. [Barry Rodewald] mahlemiut2016-04-171-0/+1
* Revert "Pass explicit -qt5 to all moc and qmake calls." Miodrag Milanovic2016-04-161-10/+10
* Merge pull request #813 from jmallach/qt5-build Miodrag Milanović2016-04-161-10/+10
|\
| * Pass explicit -qt5 to all moc and qmake calls. Sune Vuorela2016-04-151-10/+10
* | Update windows to use platform independent watchdog implementation (nw) Miodrag Milanovic2016-04-152-2/+2
* | moved osdsync to root of OSD, removed osdmini (nw) Miodrag Milanovic2016-04-154-151/+4
|/
* bgfx: Add data-driven render target clearing [Ryan Holtz] therealmogminer@gmail.com2016-04-141-0/+4