Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleanups and version bumpmame0173 | 2016-04-27 | 1 | -67/+67 | ||
| | ||||||
* | debugimgui: added keyboard input for the debug view with focus. | 2016-04-25 | 1 | -1/+59 | ||
| | ||||||
* | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -20/+28 | ||
| | ||||||
* | debugimgui: Optimised rendering by drawing text via the window draw list. | 2016-04-23 | 1 | -61/+116 | ||
| | ||||||
* | debugimgui: added sending of mouse clicks to debugger views. Please note ↵ | 2016-04-21 | 1 | -3/+95 | ||
| | | | | that you have to click the view area first to give it focus before you can set the cursor in a disassmbler or memory view. | |||||
* | debugimgui: added error log window, and limited the debugger console to ↵ | 2016-04-18 | 1 | -0/+71 | ||
| | | | | display 100 lines, so that rendering it doesn't get too slow. | |||||
* | debugimgui: Removed some unused stuff, renamed window class. | 2016-04-18 | 1 | -53/+39 | ||
| | ||||||
* | Fix clang compile. | 2016-04-17 | 1 | -1/+1 | ||
| | ||||||
* | Added ImGui based debugger. [Barry Rodewald] | 2016-04-17 | 1 | -0/+1081 | ||
Note: Currently only works with the BGFX renderer. Anyone who wishes to write a ImGui backend for other renderers are welcome to do so. |