summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugwin.cpp
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2016-06-10 19:46:04 +0100
committer smf- <smf-@users.noreply.github.com>2016-06-10 19:46:04 +0100
commitf503c719341fbab3ac08cf4221a4f188494609fc (patch)
tree4c90b8f444c3024b1830fd5071cbfe96c7418865 /src/osd/modules/debugger/debugwin.cpp
parentc0f5e963534a28af6b1831239e70f8867a9d153a (diff)
and the missing device (nw)
Diffstat (limited to 'src/osd/modules/debugger/debugwin.cpp')
0 files changed, 0 insertions, 0 deletions
pan> * 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)