| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | scope stuff down again, rvalue on left of ==, fewer early exits (nw) |  Vas Crabb | 2017-07-24 | 1 | -16/+18 |
| | * | In class consolewin_info method set_cpu does nothing if the cpu to be set is ... |  yz70s | 2017-07-24 | 2 | -1/+7 |
| * | | In class consolewin_info method set_cpu does nothing if the cpu to be set is ... |  yz70s | 2017-07-23 | 2 | -1/+7 |
| |/ |
|
| * | srcclean (nw) |  Vas Crabb | 2017-06-25 | 1 | -1/+1 |
| * | Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... |  npwoods | 2017-06-24 | 11 | -13/+13 |
| * | (nw)Windows debugger: removed "Mount Item" for now due to bugs, also removed ... |  Robbbert | 2017-06-24 | 1 | -2/+10 |
| * | Windows debugger: image menu: Mount File/Create default to swpath instead of ... |  Robbbert | 2017-06-01 | 1 | -3/+39 |
| * | Windows debugger: image menu: added ability to load software-list items. |  Robbbert | 2017-06-01 | 2 | -3/+158 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -1/+1 |
| * | Cleanup, we already have NOMINMAX now in scripts (nw) |  Miodrag Milanovic | 2017-02-11 | 1 | -2/+0 |
| * | fix windows compile (nw) |  Miodrag Milanovic | 2017-02-11 | 13 | -0/+13 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 5 | -5/+0 |
| * | Move special windows.h include directives to build defines (nw) |  Brad Hughes | 2016-12-28 | 1 | -1/+0 |
| * | Fix #1802 (uninitialised memory read as debugger command history) and clean u... |  Vas Crabb | 2016-12-17 | 2 | -52/+63 |
| * | Change window handle storage to template instead of void* (nw) (#1725) |  Brad Hughes | 2016-11-17 | 1 | -1/+1 |
| * | Small cleanup (nw) |  Miodrag Milanovic | 2016-11-11 | 1 | -1/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 8 | -45/+45 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 3 | -4/+4 |
| * | Bulk renaming of Windows string conversion functions |  Nathan Woods | 2016-10-03 | 4 | -10/+10 |
| * | Adding new string conversion overloads |  Nathan Woods | 2016-10-01 | 1 | -4/+4 |
| * | Changed win_get_window_text_utf8() to return std::string |  Nathan Woods | 2016-09-25 | 1 | -4/+2 |
| * | Convert OSD monitor info to modules plus add DXGI implementation |  Brad Hughes | 2016-09-14 | 1 | -0/+1 |
| * | fix after pass through the diff |  Vas Crabb | 2016-08-01 | 1 | -2/+2 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 3 | -5/+7 |
| * | Changed strconv.[cpp|h] functions to return their results as std::string and ... |  Nathan Woods | 2016-07-24 | 4 | -48/+21 |
| * | windebug: images: added Create option. |  Robbbert | 2016-07-09 | 1 | -4/+45 |
| * | windebug: in images menu, added support for 7z. |  Robbbert | 2016-07-09 | 1 | -5/+7 |
| * | more cleanup (nw) |  Miodrag Milanovic | 2016-07-01 | 2 | -5/+0 |
| * | Move window_list to osd_common_t |  Brad Hughes | 2016-06-11 | 1 | -1/+1 |
| * | Unify window_list in Windows and SDL OSD |  Brad Hughes | 2016-06-10 | 1 | -1/+1 |
| * | Fix keyboard shortcus for disassembly comments pane [Vas Crabb] |  Vas Crabb | 2016-06-09 | 1 | -1/+1 |
| * | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 4 | -20/+22 |
| * | Revert "Temp revert of Brad changes (nw)" |  Miodrag Milanovic | 2016-04-25 | 1 | -1/+1 |
| * | Temp revert of Brad changes (nw) |  Miodrag Milanovic | 2016-04-25 | 1 | -1/+1 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 11 | -113/+112 |
| * | Refactor OSD window. |  Brad Hughes | 2016-04-21 | 1 | -1/+1 |
| * | Merge pull request #823 from ajrhacker/deviter |  Miodrag Milanović | 2016-04-20 | 1 | -14/+13 |
| |\ |
|
| | * | Iterate over devices C++11 style |  AJR | 2016-04-18 | 1 | -14/+13 |
| * | | Standardize platform window pointer storage in osd_window. |  Brad Hughes | 2016-04-18 | 1 | -1/+1 |
| |/ |
|
| * | Iterate over core classes C++11 style |  AJR | 2016-03-31 | 1 | -2/+2 |
| * | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 2 | -12/+7 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | put debug_view back in machine due to issues with QT (nw) |  Miodrag Milanovic | 2016-01-12 | 2 | -7/+7 |
| * | created debugger_manager, now this one owns debug_view_manager (nw) |  Miodrag Milanovic | 2016-01-12 | 2 | -10/+10 |
| * | Show 64 and 80 bit floats in windows and qt debugger (issue #476) |  yz70s | 2015-12-06 | 2 | -0/+14 |
| * | fixing some more override (nw) |  Miodrag Milanovic | 2015-12-06 | 7 | -24/+24 |
| * | clang-modernize part 5 |  Miodrag Milanovic | 2015-12-04 | 4 | -13/+13 |