summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/viewgfx.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* UI updates: Vas Crabb2019-11-221-60/+57
* viewgfx.cpp: Allocate bitmap in place rather than using global_alloc; explici... AJR2019-11-161-26/+48
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-3/+3
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-3/+3
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-3/+3
* viewgfx.cpp : Allow palette alpha value viewable (#5073) cam9002019-05-181-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-1/+5
* viewgfx: fix tilemap live updates regression (nw) hap2017-11-051-1/+2
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-1/+1
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* viewgfx: Fix the case when a gfx element has no palette [O. Galibert] Olivier Galibert2017-05-301-7/+25
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* Merge pull request #2072 from startaq/tilemap_category R. Belmont2017-05-041-3/+33
|\
| * UI: Add the ability to select different tilemap categories Dirk Best2017-02-181-3/+33
* | New device interface for palettes AJR2017-04-061-11/+12
|/
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-13/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-31/+31
* More consistent use of integer types in tilemap_t and other graphics-related ... AJR2016-09-031-9/+10
* More new features for UI graphics viewer AJR2016-09-021-31/+117
* Show color values in palette viewer AJR2016-08-261-28/+50
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-6/+6
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-21/+21
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* Added "return to origin point (0,0)" feature to Tilemap Viewer (tied with HOM... angelosa2016-06-241-0/+8
* Added template implementations of mame_ui_manager::set_handler(), and changed... Nathan Woods2016-06-041-1/+1
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-64/+64
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+1162