| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-01-04 | Host: Add Host_RendererIsFullscreen(). | Jules Blok | |
| 2014-11-17 | Host: Kill off GetRenderWindowSize | Lioncash | |
| 2014-11-05 | Host: Kill off Host_SysMessage | Lioncash | |
| Equivalent facilities already exist. | |||
| 2014-09-01 | msvc: get UnitTests compiling | Shawn Hoffman | |
| Choose it from VS or pass /p:RunUnitTests=true to msbuild | |||
| 2014-08-24 | UnitTests: Remove now non-existent UpdateStatusBar from StubHost. | Lioncash | |
| 2014-08-15 | Core: Kill off Host_ShowJitResults | Lioncash | |
| Another host function that can be killed off by simple wx event handling | |||
| 2014-08-08 | Core: Kill off Host_UpdateLogDisplay() | Lioncash | |
| This was actually never used as far as I can tell. There was no wx event handling done whatsoever for the global ID, So this is basically a dead function. | |||
| 2014-08-08 | UnitTests: Get rid of now-nonexistent Host_GetInstance() within StubHost | Lioncash | |
| 2014-08-08 | Core: Kill off Host_UpdateBreakPointView() | Lioncash | |
| Uses wxWidgets event propagation to the parent window which then appropriately handles the breakpoint list updating. | |||
| 2014-08-02 | UnitTests: make it possible to build tests for code that has global dependencies | Pierre Bourdon | |
