ocornut
|
752603bc70
|
Fixed imgui_single_file.h for IMGUI_DEFINE_MATH_OPERATORS change. (#6164, #6137, #5966, #2832)
Amend a1b8457
|
2023-02-15 19:50:03 +01:00 |
ocornut
|
e8421de23c
|
imgui_single_file: include imgui_freetype.cpp if the define is set.
.h not often needed but doesn't cost much to include.
|
2023-01-24 16:04:55 +01:00 |
omar
|
9c8671e7b0
|
Tables: Add empty file, skeleton.
|
2020-12-04 19:15:19 +01:00 |
omar
|
832fda8488
|
Fixed stray end of line blanks, added comments in .editorconfig, tweaked some headers.
|
2020-04-07 14:46:46 +02:00 |
Rokas Kupstys
|
f03c00bc89
|
Added imgui_single_file.h, We use this to validate compiling all *.cpp in same compilation unit.
Removed Unity builds stuff from example_null/. CI builds a temporary .cpp file.
|
2020-01-10 19:04:35 +01:00 |