summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/ldverify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ldverify.cpp')
0 files changed, 0 insertions, 0 deletions
ndex private (nw) Vas Crabb2016-11-231-11/+11 * encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-231-10/+40 * Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-4/+17 * Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1 * Improvements to rgb_t (nw) AJR2016-10-221-4/+4 * more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-3/+3 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13 * quick fixes to some more stuff that isn't supplementary plane clean Vas Crabb2016-08-031-1/+0 * std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2 * Moved background bitmap/texture back into menu.cpp Nathan Woods2016-07-111-1/+21 * Split "widgets" code out of ui::menu::global_state into a separate module Nathan Woods2016-07-101-106/+2 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-39/+44 * UI refactoring: move palette menu drawing code out of base into palette menu ... Vas Crabb2016-07-101-188/+0 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-128/+31 * Not inline now (nw) Vas Crabb2016-07-101-1/+1 * UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-1514/+186 * Reduce visibility of more menu members Vas Crabb2016-07-091-83/+83 * another baby step untangling the menu code Vas Crabb2016-07-091-34/+27 * Fixed MT06263 dankan18902016-07-021-2/+2 * Merge pull request #1021 from npwoods/swlist_cleanup Vas Crabb2016-07-011-11/+0 |\ | * Cleanups to the software list menu Nathan Woods2016-06-301-11/+0 * | MT06268 fix crash when drawing menus Vas Crabb2016-07-011-69/+52 |/ * Usage of emplace[_back]() as per cuavas Nathan Woods2016-06-301-2/+2 * Changed a variable declaration to be 'auto' Nathan Woods2016-06-301-1/+1 * More use of std::move() Nathan Woods2016-06-301-2/+2 * Corrected a n00b C++ move error Nathan Woods2016-06-291-1/+1 * Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-15/+9 * C++-ified the strings inside of menu items Nathan Woods2016-06-291-27/+46 * Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-3/+2 * Fix deallocation. (nw) dankan18902016-06-201-0/+2 * Proper placement of toolbar icons. (nw) dankan18902016-06-191-3/+3 * Fixed menus selection. (nw) dankan18902016-06-191-0/+2 * Merge branch 'master' of https://github.com/mamedev/mame Robbbert2016-06-191-25/+27 |\ | * Fixed incorrect icons refresh. (nw) dankan18902016-06-191-25/+27 * | Fixed compile error: