| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ui: Clean up slider callbacks | 2021-01-27 | 1 | -23/+6 | |
| | | |||||
| * | -Got rid of most of the remaining problematic uses of make_unique_clear. | 2020-09-30 | 1 | -1/+1 | |
| | | | | | -sound/discrete.cpp: Use C++ std::vector and range-based for. | ||||
| * | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) | 2020-01-30 | 1 | -1/+1 | |
| | | |||||
| * | fixed some clang-tidy warnings (nw) (#6197) | 2020-01-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | * fixed some bugprone-throw-keyword-missing clang-tidy warnings (nw) * fixed some modernize-use-nullptr clang-tidy warnings (nw) * fixed some readability-delete-null-pointer clang-tidy warnings (nw) * fixed some performance-faster-string-find clang-tidy warnings (nw) * fixed some performance-for-range-copy clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw) | ||||
| * | Use std::unique_ptr to manage instances of slider_state (nw) | 2017-09-15 | 1 | -6/+5 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -2/+2 | |
| | | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
| * | More slider cleanup, nw | 2016-05-28 | 1 | -3/+6 | |
| | | |||||
| * | Fix preservation of settings when changing screen chain selection with ↵ | 2016-04-26 | 1 | -0/+7 | |
| | | | | | multiple screens, nw | ||||
| * | Split UI and frontend part from core [Miodrag Milanovic] | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | Simplified min, max, default and step value handling for chain configuration | 2016-04-22 | 1 | -13/+7 | |
| | | | | | - min, max, default and step are now floating points without an addition scale factor | ||||
| * | Add runtime screen chain selection, nw | 2016-04-09 | 1 | -2/+2 | |
| | | |||||
| * | Revert "Fix SDL compile on linux. Took the opportunity to remove a number of" | 2016-04-08 | 1 | -0/+2 | |
| | | | | | | Partial revert only, some changes still in This reverts commit 632b10cd0ec304c0367321a5be62164d00b18ff1. | ||||
| * | Fix SDL compile on linux. Took the opportunity to remove a number of | 2016-04-08 | 1 | -2/+0 | |
| | | | | | | "emu.h" includes from src/osd/modules/render/bgfx code. There is still a conflict between mame memory.h and bgfx memory.h to be resolved. | ||||
| * | Cleanups and version bump | 2016-03-30 | 1 | -68/+68 | |
| | | |||||
| * | Polishing up BGFX shader system, nw | 2016-03-18 | 1 | -10/+7 | |
| | | |||||
| * | Fix scrolling in slider list, nw | 2016-03-17 | 1 | -1/+0 | |
| | | |||||
| * | Add dynamic skipping of shader chain passes, nw | 2016-03-13 | 1 | -9/+34 | |
| | | |||||
| * | More work on bgfx data-driven shaders, nw | 2016-03-13 | 1 | -40/+87 | |
| | | |||||
| * | Fix some compile errors, not sure if all(nw) | 2016-02-21 | 1 | -0/+8 | |
| | | |||||
| * | More JSON reader plumbing, nw | 2016-02-21 | 1 | -0/+57 | |
