| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | no deps between osd and frontend, internal debugger removed (nw) | 2016-05-06 | 1 | -1869/+0 | |
| | | |||||
| * | Relieve UI menus and such from having to constantly fetch UI object from ↵ | 2016-04-26 | 1 | -2/+3 | |
| | | | | | global state (nw) | ||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -2/+2 | |
| | | |||||
| * | enabled internal debugger, but this would need to go in time, it is too ↵ | 2016-04-23 | 1 | -2/+2 | |
| | | | | | coupled with UI (nw) | ||||
| * | Split UI and frontend part from core [Miodrag Milanovic] | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | Reduction code for entries of "enum class ui_menu_item_type" and the use of ↵ | 2016-04-15 | 1 | -7/+7 | |
| | | | | | item_append with separators. | ||||
| * | Replace strformat, strprintf and strcatprintf with type-safe steam_format ↵ | 2016-02-28 | 1 | -4/+1 | |
| | | | | | | | | | | and string_format Update MAME to use new function Instantiate ODR-used static constant members Make some of the UI code more localisable Remove use of retired functions in tools | ||||
| * | Cleanups and version bumpmame0170 | 2016-01-27 | 1 | -3/+3 | |
| | | |||||
| * | put debug_view back in machine due to issues with QT (nw) | 2016-01-12 | 1 | -2/+2 | |
| | | |||||
| * | created debugger_manager, now this one owns debug_view_manager (nw) | 2016-01-12 | 1 | -2/+2 | |
| | | |||||
| * | modernized ui_input_manager (nw) | 2016-01-10 | 1 | -8/+8 | |
| | | |||||
| * | Make internal debugger menu remember its currently selected item, to help ↵ | 2016-01-11 | 1 | -4/+16 | |
| | | | | | make switching CPUs/regions/options easier. Also, set all windows to visible only on initial display. | ||||
| * | removed memory tracking (nw) | 2016-01-08 | 1 | -1/+1 | |
| | | |||||
| * | fix input regression in internal debugger window editors | 2016-01-06 | 1 | -1/+2 | |
| | | |||||
| * | Prevent keypresses from passing through to internal debugger windows while ↵ | 2016-01-04 | 1 | -1/+2 | |
| | | | | | the windows are hidden. | ||||
| * | Add various keyboard shortcuts and pass keypresses to the debug view with ↵ | 2016-01-04 | 1 | -15/+196 | |
| | | | | | input focus. | ||||
| * | fix vertical scrollbar on large windows (such as the program space of an i386) | 2016-01-02 | 1 | -4/+5 | |
| | | |||||
| * | Cleanups and version bumpmame0169 | 2015-12-30 | 1 | -14/+14 | |
| | | |||||
| * | debugint.cpp: fix uninitialized variable error (nw) | 2015-12-25 | 1 | -1/+1 | |
| | | |||||
| * | Stop internal debugger windows from drawing space characters, speeds ↵ | 2015-12-19 | 1 | -13/+11 | |
| | | | | | rendering up quite a bit. | ||||
| * | Make new internal debugger windows appear in a cascade-like position, and ↵ | 2015-12-17 | 1 | -14/+65 | |
| | | | | | give some windows better default sizes. Change render_target::debug_top() to put targets at the end of the target list, fixing the order in which windows are rendered (nothing else uses this function). | ||||
| * | Stop internal debugger window title and editors from drawing text outside ↵ | 2015-12-15 | 1 | -3/+12 | |
| | | | | | the bounds of the window. | ||||
| * | Made internal debugger window editors appear over the window to which it is ↵ | 2015-12-14 | 1 | -30/+25 | |
| | | | | | related (makes it a little bit clearer). | ||||
| * | Base the size of internal debugger window title bars on the font size. | 2015-12-13 | 1 | -1/+1 | |
| | | |||||
| * | Internal debugger now honours the -debugger_font and -debugger_font_size ↵ | 2015-12-13 | 1 | -37/+30 | |
| | | | | | options. | ||||
| * | Add memory window to internal debugger. | 2015-12-12 | 1 | -1/+106 | |
| | | |||||
| * | macro removal INLINE -> static inline (nw) | 2015-12-12 | 1 | -4/+4 | |
| | | |||||
| * | Make internal debugger windows just a bit more pleasing to the eye. | 2015-12-12 | 1 | -7/+39 | |
| | | |||||
| * | Giving the internal debugger a bit of love. Make closed windows actually ↵ | 2015-12-11 | 1 | -17/+37 | |
| | | | | | disappear, and add a Run and Hide Debugger option. Also spaced out initial windows, so that they aren't on top of each other to start with. | ||||
| * | fixing some more override (nw) | 2015-12-06 | 1 | -7/+7 | |
| | | |||||
| * | clang-modernize part 5 | 2015-12-04 | 1 | -52/+52 | |
| | | |||||
| * | Cleanups and version bumpmame0168 | 2015-11-25 | 1 | -4/+4 | |
| | | |||||
| * | more cleanups and fix (nw) | 2015-11-11 | 1 | -6/+2 | |
| | | |||||
| * | nw, more PVS-Studio fixes | 2015-11-09 | 1 | -13/+12 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+1477 | |
