index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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
/
ui.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-2484
/
+0
*
Relaxed emu.h a bit, should make compile a bit faster (nw)
Miodrag Milanovic
2015-11-05
1
-0
/
+2
*
Removed mongoose due to restricted license and webserver wip till code is res...
Miodrag Milanovic
2015-11-04
1
-1
/
+0
*
making logerror part of machine and device classes [Miodrag Milanovic]
Miodrag Milanovic
2015-11-01
1
-4
/
+4
*
Cleanup
ImJezze
2015-10-26
1
-14
/
+14
*
Fixed Beam Width Options
ImJezze
2015-10-25
1
-6
/
+6
*
Experimental Dynamic Beam Width
ImJezze
2015-10-25
1
-8
/
+46
*
Fixed Vector Intensity and Flicker
ImJezze
2015-10-25
1
-2
/
+2
*
Added seconds() and attoseconds() to attotime and prefixed members with
couriersud
2015-08-15
1
-3
/
+3
*
change flags from GAME_ to MACHINE_
David Haywood
2015-07-29
1
-27
/
+27
*
didn't merge last time (nw)
Cowering
2015-07-14
1
-1
/
+1
*
Make 'game' and 'machine' match.
Cowering
2015-07-08
1
-10
/
+26
*
ui: Fix corruption when a game status and a pop message appear at the same time.
Robbbert
2015-05-31
1
-2
/
+3
*
Another round of -Wextra -Wdouble-promotion fixes. (nw)
couriersud
2015-05-20
1
-3
/
+3
*
Another round of -Wextra -Wdouble-promotion fixes. (nw)
couriersud
2015-05-20
1
-19
/
+19
*
lot more updated (nw)
Miodrag Milanovic
2015-05-11
1
-5
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-154
/
+154
*
ui: avoid infinite loop when word-wrapping
Luca Bruno
2015-04-21
1
-0
/
+3
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-1
/
+1
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
1
-96
/
+96
*
string -> str part 1 (nw)
Miodrag Milanovic
2015-04-12
1
-80
/
+80
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-22
/
+22
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-4
/
+4
*
Start removing the use of OSD macros outside OSD since core objects are share...
Vas Crabb
2015-04-01
1
-1
/
+1
*
ui: use per-container pixel aspect (LUA draw_text bugfix)
Luca Bruno
2015-03-16
1
-2
/
+2
*
ui: split a few more menu entries from miscmenu.c to separate files,
etabeta78
2015-01-20
1
-2
/
+3
*
ui: allow -str run to skip the file manager for systems with mandatory carts....
etabeta78
2015-01-19
1
-3
/
+3
*
ui: stop the game selector reporting systems with no roms as
etabeta78
2015-01-18
1
-1
/
+11
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-2
/
+2
*
Do web serving in main thread (nw)
Miodrag Milanovic
2014-09-08
1
-0
/
+3
*
(MESS) ui.c: added shortcut commands for Tape Start and Tape Stop,
Fabio Priuli
2014-08-18
1
-1
/
+22
*
reverting to classic ui due to lot of issues, as much as I hate reverting som...
Miodrag Milanovic
2014-04-17
1
-63
/
+194
*
ScrLock no longer is a menu key; it will now enable/disable keyboard menu sho...
Nathan Woods
2014-04-16
1
-0
/
+12
*
Readding single step capability
Nathan Woods
2014-04-15
1
-0
/
+11
*
I really got tired of looking at the text 'UI Select' and 'UI Cancel' in a
Nathan Woods
2014-04-13
1
-3
/
+16
*
Merge of new menubar code
Nathan Woods
2014-04-12
1
-194
/
+40
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-93
/
+93
*
primary_screen -> first_screen() (nw)
Miodrag Milanovic
2014-03-15
1
-2
/
+2
*
Revert changes committed by accident.
Couriersud
2014-02-26
1
-242
/
+0
*
Minor cosmetic changes for netlist
Couriersud
2014-02-26
1
-0
/
+242
*
Factored out quit/confirmquit logic into ui_manager::request_quit()
Nathan Woods
2014-02-23
1
-4
/
+15
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-1
/
+1
*
Introduced a toggle_record_movie() method
Nathan Woods
2014-02-02
1
-12
/
+1
*
Minor refactorings
Nathan Woods
2014-01-31
1
-25
/
+71
*
Const correctness
Nathan Woods
2014-01-30
1
-3
/
+3
*
Made these handlers static methods
Nathan Woods
2014-01-30
1
-14
/
+6
*
Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention...
Nathan Woods
2014-01-29
1
-0
/
+2340