summaryrefslogtreecommitdiff
path: root/src/framerate_gui.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: replace IConsolePrintF with IConsolePrint and fmt formattingrubidium42
2021-06-13Change: not performing a command is worthy of an error, not a warningrubidium42
2021-04-21Cleanup: Remove unnecessary parameter of GetScrolledRowFromWidget()Peter Nelson
2021-03-01Change: Zero out the gameloop timers when the game is pausedCharles Pigott
2021-03-01Change: De-limit framerate window's framerateCharles Pigott
2021-02-19Feature: configurable refresh-rate and change default to 60fpsPatric Stout
2021-02-16Fix: framerate window showed a slightly higher rate than actually measured (#...Patric Stout
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-05-11Add: Show memory allocations by GS and AI in framerate windowNiels Martin Hansen
2019-03-24Codechange: Use override specifier in Window-derived classes.peter1138
2019-02-23Change: Framerate window can now scroll and resizeNiels Martin Hansen
2019-02-23Add: Show performance of AI and GS in framerate windowNiels Martin Hansen
2019-01-12Fix #6780: Some windows didn't get updated from OnTick() (#7048)PeterN
2018-11-25Fix #6864: Normalise colour use in Frame rate windowNiels Martin Hansen
2018-11-25Doc: More notes for developers adding new PerformanceElementsNiels Martin Hansen
2018-07-23Fix 2a868b9f3b8e3b5f8b9e5f728f628ec88fd5e3ad: Expose widgets and windows to s...J0an Josep
2018-07-19Feature: Framerate display window (#6822)Niels Martin Hansen