Daniel Gibson
|
49ed8ec439
|
Adjust imgui_savestyle.cpp for 1.90.8
ImGuiDir now is a proper enum, not just a typedef of int that happens
to have a similar name to the actual enum
|
2024-06-06 20:07:30 +02:00 |
|
Daniel Gibson
|
51270dd390
|
Store imgui.ini and user.imstyle in dhewm3 config dir instead of $PWD
|
2024-06-04 10:52:30 +02:00 |
|
Daniel Gibson
|
c0b6660389
|
ImGui styles: Allow writing only changed values to C++ code
|
2024-05-26 03:56:28 +02:00 |
|
Daniel Gibson
|
2a7683ebaa
|
imgui_savestyle.cpp - some improvements
- write code uses fewer/shorter string literals
- code generated by WriteImGuiStyleToCode() has nicer alignment
- small improvements in some comments
|
2024-05-26 01:23:30 +02:00 |
|
Daniel Gibson
|
99b65a3edf
|
Add WriteImGuiStyleToCode() to imgui_savestyle.cpp
|
2024-05-25 18:15:07 +02:00 |
|
Daniel Gibson
|
fd36e8e477
|
imgui_savestyle.cpp: use common->Warning() for warnPrintf()
|
2024-05-25 06:58:19 +02:00 |
|
Daniel Gibson
|
bb0511ac7b
|
sys_imgui.cpp: Move code to read/write style to imgui_savestyle.cpp
it's nicely self-contained, I'll release it as a mini-library/addon
for Dear ImGui on https://github.com/DanielGibson/Snippets/
|
2024-05-25 06:58:19 +02:00 |
|