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
*
fixed crash when running laser disc games
smf-
2011-06-26
1
-33
/
+32
*
clifront: fixed behaviour of confirm_quit when emulation is started from the ...
Fabio Priuli
2011-06-03
1
-3
/
+0
*
emuopts: added confirm_quit option (defaults to off). when on, pressing ESC y...
Fabio Priuli
2011-06-03
1
-1
/
+38
*
(Finally found the time to finish this....)
Aaron Giles
2011-05-30
1
-18
/
+18
*
Switch input ports to use function-based constructors instead of tokens.
Aaron Giles
2011-05-10
1
-4
/
+4
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-1
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-14
/
+14
*
(Big tangle of changes that all happened as I was looking into the ROM
Aaron Giles
2011-04-13
1
-17
/
+11
*
BIG update.
Aaron Giles
2011-03-29
1
-166
/
+166
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-25
/
+25
*
make shift/alt+right work on channel volume sliders (fractions between 0 and ...
Michaƫl Banaan Ananas
2011-03-06
1
-0
/
+4
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-8
/
+10
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-8
/
+8
*
Comment Fix (no whatsnew)
Scott Stone
2011-02-10
1
-1
/
+1
*
Added information screen output for any game known to have bad or missing dat...
Scott Stone
2011-02-10
1
-2
/
+6
*
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
[next]