Kawe Mazidjatari 3414a2cd2c ImGui panel improvements
* Eliminated all forms of concurrency for CConsole logger.
* Used enum for determining which theme user loaded (DEFAULT, LEGACY, MODERN).
* Fixed issue where browser panel doesn't have the same frame padding as the console for the modern theme.
* Fixed issue where the history items count shows number higher than maximum until updated (updates vector before displaying, else this happens in g_pConsole->RunTask which is the operation that happens before we add new elements to the vector, thus showing the wrong count as this size is getting corrected the next frame after we painted, we don't update the summary each frame for performance reasons).
2022-08-22 01:10:18 +02:00
..
2022-08-15 02:59:41 +02:00
2022-08-15 02:59:41 +02:00
2022-07-30 00:43:40 +02:00
2022-07-29 17:30:05 +02:00
2022-08-19 23:49:20 +02:00
2022-08-15 22:29:16 +02:00
2022-08-22 01:10:18 +02:00
2022-08-22 01:10:18 +02:00
2022-08-13 19:41:45 +02:00
2022-08-22 01:10:18 +02:00
2022-08-16 21:42:57 +02:00
2022-06-15 01:23:28 +02:00
2022-02-06 16:48:52 +01:00
2022-08-12 15:45:49 +02:00
2022-08-14 18:35:01 +02:00
2022-08-13 19:41:45 +02:00
2022-08-12 15:45:49 +02:00
2022-08-12 15:45:49 +02:00