index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
ui.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++-ified the sound and streams interfaces. Combined sound.c and streams.c
Aaron Giles
2011-01-27
1
-12
/
+15
*
Cleaned OSD windows and emu part from NEWUI dependencies (no whatsnew)
Miodrag Milanovic
2011-01-13
1
-19
/
+2
*
Added a few more mechanical games. UI changes: No working clones for GAME_M...
Scott Stone
2011-01-05
1
-2
/
+2
*
Start of transitioning games already in MAME to 'GAME_MECHANICAL". Adjusted ...
Scott Stone
2011-01-05
1
-4
/
+9
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-20
/
+21
*
C++-ified the cheat engine.
Aaron Giles
2010-10-27
1
-3
/
+4
*
Hard-code a limit to the number of passes in case it doesn't converge
Aaron Giles
2010-10-25
1
-1
/
+2
*
Fix for previous fix.
Aaron Giles
2010-10-24
1
-6
/
+10
*
ui_draw_text_box now iterates until its calculations converge. It also
Aaron Giles
2010-10-24
1
-21
/
+29
*
Use "default" font for artwork elements as well.
Aaron Giles
2010-10-24
1
-11
/
+11
*
Added support for OSD-generated fonts. The OSD is queried first to see
Aaron Giles
2010-10-24
1
-1
/
+1
*
Convert rendfont to C++.
Aaron Giles
2010-10-23
1
-6
/
+5
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-82
/
+73
*
I had originally wanted to convert the profiler to use scopes (e.g.,
Aaron Giles
2010-08-21
1
-11
/
+3
*
Fix bad loop condition that shows up with -cheat enabled.
Aaron Giles
2010-07-08
1
-1
/
+1
*
Remove the global clock accessors and cpu_* aliases:
Aaron Giles
2010-07-07
1
-3
/
+3
*
This pattern is everywhere (no whatsnew)
R. Belmont
2010-07-07
1
-3
/
+3
*
Fix reported OS X compile problem.
R. Belmont
2010-07-07
1
-1
/
+1
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-2
/
+2
*
Cleanup debugger interface some more.
Aaron Giles
2010-07-06
1
-9
/
+5
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-11
/
+16
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
1
-1
/
+1
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-33
/
+35
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-4
/
+4
*
- Moved ioproc implementation from MESS [Miodrag Milanovic]
Miodrag Milanovic
2010-06-23
1
-1
/
+1
*
- Moved softlist implementation from MESS [Miodrag Milanovic]
Miodrag Milanovic
2010-06-20
1
-8
/
+21
*
Natural keyboard status saved in options when changed [Robbbert]
Miodrag Milanovic
2010-06-17
1
-0
/
+1
*
devicelist.first hates me (no whatsnew)
R. Belmont
2010-06-17
1
-1
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-77
/
+73
*
Added ui_active to running_machine so that it can be accessed by the OSD inpu...
Fabio Priuli
2010-06-06
1
-5
/
+3
*
small change required by MESS: TAB should not turn on the MAME Internal UI if...
Fabio Priuli
2010-06-04
1
-3
/
+18
*
Fix the memory leaks with the strconv.c function by
Scott Stone
2010-04-23
1
-1
/
+1
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-3
/
+3
*
ui.c,ui.h,windows/input.c: [Miodrag Milanovic]
Miodrag Milanovic
2010-02-16
1
-21
/
+4
*
Cleanups and version bump.
mame0136u3
Aaron Giles
2010-02-14
1
-3
/
+3
*
Minor function rename.
Aaron Giles
2010-02-14
1
-3
/
+3
*
- Moved natural keyboard support from MESS to MAME
Miodrag Milanovic
2010-02-12
1
-6
/
+219
*
- Renamed GAME_COMPUTER_MODIFIED to GAME_UNOFFICIAL to mark unofficial hardwa...
Miodrag Milanovic
2010-02-11
1
-2
/
+2
*
Rollback of show_warning add, sorry did not know about policy of this issue.
Miodrag Milanovic
2010-02-10
1
-4
/
+0
*
- Added skip_warnings option
Miodrag Milanovic
2010-02-10
1
-10
/
+0
*
- Moved compatibility validation into MAME core from MESS.
Miodrag Milanovic
2010-02-09
1
-2
/
+0
*
UI menu interface changes
Couriersud
2010-01-27
1
-44
/
+44
*
Made direct accessors for device configuration state. Currently they
Aaron Giles
2010-01-21
1
-2
/
+2
*
- Added MESS dependent code missing in emu.h
Miodrag Milanovic
2010-01-19
1
-0
/
+7
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-34
/
+32
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-6
/
+6
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-5
/
+5
*
Extended the astring class wrapper into something useful, and
Aaron Giles
2010-01-08
1
-117
/
+110
*
moved the fix for the crash when you toggle cheats inside cheat.c, to avoid d...
smf-
2010-01-06
1
-2
/
+2
*
Fix for MT03621: Hitting F6 without -cheat trigger causes crash
Fabio Priuli
2010-01-06
1
-2
/
+2
[next]