| Commit message (Expand) | Author | Age | Files | Lines |
| * | sound: tell the osd about the update |  Olivier Galibert | 2025-05-29 | 1 | -0/+2 |
| * | osd: small cleanup to copy pasted header comment |  hap | 2025-05-16 | 1 | -1/+1 |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 1 | -4/+12 |
| * | osd: Got rid of the gross globals and functions for manipulating them in the ... |  Vas Crabb | 2025-04-23 | 1 | -0/+5 |
| * | file selector: Add midi connection selection to midi ports |  Olivier Galibert | 2024-10-29 | 1 | -0/+2 |
| * | osd: Cleaned up MIDI and network interfaces a little more. |  Vas Crabb | 2024-03-01 | 1 | -20/+5 |
| * | Update accumulating relative inputs exactly once per frame. |  Vas Crabb | 2023-02-24 | 1 | -1/+1 |
| * | osd: Cleaner way of dealing with input updates. |  Vas Crabb | 2023-02-23 | 1 | -0/+1 |
| * | OSD/network interface cleanup |  AJR | 2022-08-28 | 1 | -1/+18 |
| * | Clean up #includes in src/osd (#10029) |  ajrhacker | 2022-07-04 | 1 | -3/+6 |
| * | unicode.h: Updates |  AJR | 2020-12-15 | 1 | -1/+0 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 1 | -1/+1 |
| * | UI input menu: treat codes containing a postive and negative of the same thin... |  Vas Crabb | 2019-11-21 | 1 | -1/+1 |
| * | Remove up to one frame of input latency. (#5901) |  antonioginer | 2019-11-16 | 1 | -0/+1 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -2/+3 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -3/+2 |
| * | apply -verbose after processing command-line options and after first pass ove... |  Vas Crabb | 2019-01-12 | 1 | -2/+3 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -2/+2 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
| * | ui refactoring [Vas Crabb] |  Vas Crabb | 2016-05-27 | 1 | -1/+1 |
| * | Move slider_state and ui_menu_item into src/frontend/mame, nw |  therealmogminer@gmail.com | 2016-05-16 | 1 | -1/+1 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -1/+1 |
| * | Isolate CLI part (nw) |  Miodrag Milanovic | 2016-04-20 | 1 | -1/+0 |
| * | Add AVI writing to bgfx, nw |  therealmogminer@gmail.com | 2016-04-17 | 1 | -0/+1 |
| * | Make OSDs return ui_menu_item lists, not slider_state lists |  therealmogminer@gmail.com | 2016-04-10 | 1 | -3/+2 |
| * | Make sliders use an std::vector instead of a linked list, nw |  therealmogminer@gmail.com | 2016-04-10 | 1 | -1/+1 |
| * | Move font enumeration to OSD, separate font name from display name as needed ... |  Vas Crabb | 2016-03-17 | 1 | -7/+23 |
| * | More work on targets, nw |  therealmogminer@gmail.com | 2016-02-21 | 1 | -1/+1 |
| * | First take on render API reorg, nw |  therealmogminer@gmail.com | 2016-02-21 | 1 | -1/+3 |
| * | Fix warning with some clang configurations, don't automatically disable bgfx ... |  Vas Crabb | 2015-04-03 | 1 | -0/+2 |
| * | Converted midi into a module. (nw) |  couriersud | 2015-01-31 | 1 | -0/+3 |
| * | Cleanups and version bumpmame0158 |  Miodrag Milanovic | 2015-01-28 | 1 | -4/+4 |
| * | Added a generic module abstraction layer and migrated font modules to |  couriersud | 2015-01-23 | 1 | -9/+2 |
| * | Moved font code into osd/modules/font. Extended osd_font to a proper |  couriersud | 2015-01-19 | 1 | -7/+22 |
| * | Changed osd_font to struct osd_font and removed unnecessary osdepend.h |  couriersud | 2015-01-17 | 1 | -4/+4 |
| * | OSD Updates: |  couriersud | 2015-01-14 | 1 | -7/+2 |
| * | Untangled options inheritance. Previously code locked in osd_options |  couriersud | 2015-01-13 | 1 | -101/+1 |
| * | Converted back osd_interface into a pure interface. |  couriersud | 2015-01-12 | 1 | -177/+80 |
| * | Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of |  couriersud | 2015-01-09 | 1 | -0/+7 |
| * | Added window to osd_interface (nw) |  Miodrag Milanovic | 2014-09-01 | 1 | -0/+2 |
| * | More cleanups, there is issue with srcclean that needs to be taken care as we... |  Miodrag Milanovic | 2014-07-22 | 1 | -23/+23 |
| * | -Reorganized OSD, handling more sound output systems and debuggers, defaults ... |  Miodrag Milanovic | 2014-05-08 | 1 | -11/+178 |
| * | -Made osd_interface base class for OSD and moved initialization for each subs... |  Miodrag Milanovic | 2014-04-25 | 1 | -0/+21 |
| * | reverting to classic ui due to lot of issues, as much as I hate reverting som... |  Miodrag Milanovic | 2014-04-17 | 1 | -2/+0 |
| * | Small core cleanup (nw) |  Miodrag Milanovic | 2014-04-15 | 1 | -1/+0 |
| * | Merge of new menubar code |  Nathan Woods | 2014-04-12 | 1 | -0/+2 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -2/+2 |
| * | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -1/+1 |
| * | (Finally found the time to finish this....) |  Aaron Giles | 2011-05-30 | 1 | -2/+3 |