summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdepend.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* unicode.h: Updates AJR2020-12-151-1/+0
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-1/+1
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-211-1/+1
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-161-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+2
* apply -verbose after processing command-line options and after first pass ove... Vas Crabb2019-01-121-2/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-1/+1
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-1/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* Isolate CLI part (nw) Miodrag Milanovic2016-04-201-1/+0
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-171-0/+1
* Make OSDs return ui_menu_item lists, not slider_state lists therealmogminer@gmail.com2016-04-101-3/+2
* Make sliders use an std::vector instead of a linked list, nw therealmogminer@gmail.com2016-04-101-1/+1
* Move font enumeration to OSD, separate font name from display name as needed ... Vas Crabb2016-03-171-7/+23
* More work on targets, nw therealmogminer@gmail.com2016-02-211-1/+1
* First take on render API reorg, nw therealmogminer@gmail.com2016-02-211-1/+3
* Fix warning with some clang configurations, don't automatically disable bgfx ... Vas Crabb2015-04-031-0/+2
* Converted midi into a module. (nw) couriersud2015-01-311-0/+3
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-4/+4
* Added a generic module abstraction layer and migrated font modules to couriersud2015-01-231-9/+2
* Moved font code into osd/modules/font. Extended osd_font to a proper couriersud2015-01-191-7/+22
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-171-4/+4
* OSD Updates: couriersud2015-01-141-7/+2
* Untangled options inheritance. Previously code locked in osd_options couriersud2015-01-131-101/+1
* Converted back osd_interface into a pure interface. couriersud2015-01-121-177/+80
* Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of couriersud2015-01-091-0/+7
* Added window to osd_interface (nw) Miodrag Milanovic2014-09-011-0/+2
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-23/+23
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-11/+178
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-251-0/+21
* reverting to classic ui due to lot of issues, as much as I hate reverting som... Miodrag Milanovic2014-04-171-2/+0
* Small core cleanup (nw) Miodrag Milanovic2014-04-151-1/+0
* Merge of new menubar code Nathan Woods2014-04-121-0/+2
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-2/+3
* Call off the dogs, the OSD routing for OSD-side sliders has been fixed. nwn Ryan Holtz2011-05-231-0/+3
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-3/+3
* Added support for OSD-generated fonts. The OSD is queried first to see Aaron Giles2010-10-241-0/+7
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-128/+37
* **FOR REVIEW** Andrew Gardner2010-09-201-0/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+4
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1