summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Simpler low-cost implementation making modules and function pointers class me... Brad Hughes2016-11-211-34/+14
* Fix compile issue by using std::ref wrapper (nw) Brad Hughes2016-11-201-1/+1
* Changing singleton to be thread safe (nw) Brad Hughes2016-11-201-4/+12
* Remove LoadLibrary hack from UWP (nw) Brad Hughes2016-11-201-212/+0
* fix gcc compile issue (nw) Brad Hughes2016-11-201-3/+3
* Created DYNAMIC_API macros for cleaner definition of dynamically linked funct... Brad Hughes2016-11-201-0/+38
* UWP: Enable gamepad support and update keyboard support (nw) Brad Hughes2016-11-141-0/+1
* Add basic keyboard input to UWP (nw) Brad Hughes2016-11-112-5/+6
* removed not used macros (nw) Miodrag Milanovic2016-11-112-41/+0
* let osd_process_kill just kill, rest is on osd users, watchdog only in this c... Miodrag Milanovic2016-11-114-8/+0
* Small cleanup (nw) Miodrag Milanovic2016-11-112-4/+3
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-116-215/+6
* clipboard handling for uwp (nw) Miodrag Milanovic2016-11-111-3/+2
* MALLOC_DEBUG part is not able to compile on UWP (nw) Miodrag Milanovic2016-11-111-86/+2
* More UWP work - the UI actually renders (nw) Brad Hughes2016-11-101-1/+145
* Some more work on UWP (nw) Miodrag Milanovic2016-11-101-0/+383
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-14/+14
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-031-3/+3
* Adding new string conversion overloads Nathan Woods2016-10-011-1/+1
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-142-9/+29
* Patch to fix the Gun#2 not working in Mame, please refer to Bug id 6185 on Ma... Patrick Lessard2016-08-021-0/+1
* Fixed off by one issue and other cleanups requested by Vas Nathan Woods2016-07-251-1/+1
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-241-11/+11
* MT6284 flush stdout/stderr before killing process Vas Crabb2016-07-083-3/+12
* Restore ability to supply explicit name for bgfx AVI output file, auto causes... Vas Crabb2016-07-072-0/+3
* Remove bgfx_avi_name and hlsl_write options Giuseppe Gorgoglione2016-07-042-3/+0
* Not needed anyway (nw) Vas Crabb2016-06-302-2/+0
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-294-10/+6
* A few minor input fixes and cleanups Brad Hughes2016-06-252-14/+0
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-114-1/+278
* Move window_list to osd_common_t Brad Hughes2016-06-112-0/+5
* Fixed video mode opengl duplicated in SDL build. (nw) dankan18902016-06-071-3/+0
* Placed back old output system as module "-output windows" need more things cl... Miodrag Milanovic2016-06-051-0/+2
* ui refactoring [Vas Crabb] Vas Crabb2016-05-272-3/+3
* 1. fixed title of fr2; 2. Fixed access violation after getting: Robbbert2016-05-211-4/+8
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-2/+1
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-1/+0
* Fix OSX compile (nw) Miodrag Milanovic2016-05-061-4/+0
* RIP sdlinc.h couriersud2016-05-061-1/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-245-22/+22
* enabled internal debugger, but this would need to go in time, it is too coupl... Miodrag Milanovic2016-04-231-1/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* Isolate CLI part (nw) Miodrag Milanovic2016-04-202-3/+3
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-172-2/+18
* Added ImGui based debugger. [Barry Rodewald] mahlemiut2016-04-171-0/+1
* renamed class to osd_watchdog (nw) Miodrag Milanovic2016-04-152-2/+2
* Update windows to use platform independent watchdog implementation (nw) Miodrag Milanovic2016-04-152-8/+26