summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/lib/osdobj_common.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-4/+4
* Isolate CLI part (nw) Miodrag Milanovic2016-04-201-2/+2
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-171-0/+3
* renamed class to osd_watchdog (nw) Miodrag Milanovic2016-04-151-1/+1
* Update windows to use platform independent watchdog implementation (nw) Miodrag Milanovic2016-04-151-7/+9
* Make OSDs return ui_menu_item lists, not slider_state lists therealmogminer@gmail.com2016-04-101-2/+4
* Make sliders use an std::vector instead of a linked list, nw therealmogminer@gmail.com2016-04-101-1/+3
* Added none and console output providers (nw) Miodrag Milanovic2016-04-091-2/+3
* Cleanups and version bump Miodrag Milanovic2016-03-301-13/+13
* Huge cleanup of render target handling, nw therealmogminer@gmail.com2016-03-251-4/+0
* Merge bgfx_shader into master, nw therealmogminer@gmail.com2016-03-231-3/+19
|\
| * Add screen-specific shader chain support, nw therealmogminer@gmail.com2016-03-231-2/+2
| * Merge with master therealmogminer@gmail.com2016-03-211-9/+5
| |\
| * | Add bgfx_backend and bgfx_debug options, fix compile error on mac, nw therealmogminer@gmail.com2016-03-181-0/+4
| * | Some bugfixes for BGFX on SDL, nw therealmogminer@gmail.com2016-03-181-0/+3
| * | Polishing up BGFX shader system, nw therealmogminer@gmail.com2016-03-181-1/+5
| * | Remove -mt, nw therealmogminer@gmail.com2016-03-151-2/+0
| * | Add most of the rest of the D3D HLSL chain, nw therealmogminer@gmail.com2016-03-151-0/+2
| * | Add bgfx command line options, major shakeup of organization, nw therealmogminer@gmail.com2016-03-131-1/+6
* | | Merge remote-tracking branch 'refs/remotes/mamedev/master' Antonio Giner2016-03-171-9/+5
|\ \ \ | | |/ | |/|
| * | Move font enumeration to OSD, separate font name from display name as needed ... Vas Crabb2016-03-171-9/+5
| |/
* / Implement integer scaling in core renderer [Calamity] Antonio Giner2016-03-151-4/+0
|/
* Merge input modules work. Brad Hughes2016-02-281-0/+5
|\
| * Refactor OSD input into modules Brad Hughes2016-02-281-0/+5
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-7/+7
* | First take on render API reorg, nw therealmogminer@gmail.com2016-02-211-1/+1
|/
* Allow mame -validate -verbose to capture verbose messages AJR2016-01-021-1/+4
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-1/+0
* fixing some more override (nw) Miodrag Milanovic2015-12-061-13/+13
* clang-modernize part 5 Miodrag Milanovic2015-12-041-1/+1
* Move UI mode key out of SDL options into generic options Vas Crabb2015-06-151-8/+13
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-9/+9
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-2/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-10/+10
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* Honour debugger font choice with Qt debugger Vas Crabb2015-04-091-0/+4
* Add audio output selection for CoreAudio Vas Crabb2015-04-091-0/+2
* Add options for AudioUnit effects Vas Crabb2015-04-071-0/+4
* First step to move osd_printf_* into osd again. Callbacks are now couriersud2015-03-041-1/+4
* OpenGL on windows now supports glsl options. This worked out of the box couriersud2015-02-281-0/+27
* Make OpenGL renderer available in mainline build as well. This needs to couriersud2015-02-221-0/+3
* Converted midi into a module. (nw) couriersud2015-01-311-2/+4
* Converted pcap and taptun network code into modules. (nw) couriersud2015-01-301-2/+1
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-86/+86
* Converted modules/debugger/* to new module infrastructure. (nw) couriersud2015-01-251-9/+0
* Renamed osd_debugger_interface to debug_module in a first step to move couriersud2015-01-241-22/+5
* Converted sound modules to be osd_modules. Simplified code. (nw) couriersud2015-01-241-33/+2
* Added a generic module abstraction layer and migrated font modules to couriersud2015-01-231-12/+26