ocornut
513af1efc9
Examples: Updated all Visual Studio project file to use /utf-8 option, so string literals are UTF-8 encoded by default.
...
(Not to misake with "Character Set" "Use Unicode Character Set" "Use Multi-Byte Character Set" which is a VS/Windows SDK thing but not a compiler-encoding thing.)
ago%!(EXTRA string=2 years)
Michael Martz
506f7e0074
Using nullptr in locations where warning disable is not convenient. ( #6313 , #4537 )
ago%!(EXTRA string=2 years)
ocornut
8d3906365d
CI: Fixes for OSX + explicitely request C++11.
ago%!(EXTRA string=3 years)
ocornut
f24abbc47d
Fix various warnings ( #4442 )
ago%!(EXTRA string=4 years)
Rokas Kupstys
3f5bb5939a
Examples: Fix MinGW detection in makefiles. Fix example_null build due to missing IME input libs. ( #2590 )
ago%!(EXTRA string=4 years)
ocornut
9b32f7bf2d
Fix example_null Makefile for Mingw ( #2590 )
ago%!(EXTRA string=4 years)
omar
9c8671e7b0
Tables: Add empty file, skeleton.
ago%!(EXTRA string=4 years)
ocornut
a7e21fb05f
Moving backends code from examples/ to backends/ (step 3: fixing project files)
ago%!(EXTRA string=5 years)
ocornut
124c2608f1
Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency.
ago%!(EXTRA string=5 years)
omar
963839373c
Demo tweaks + general removal of the word dummy were possible with no issues (kept the API call).
ago%!(EXTRA string=5 years)
Rokas Kupstys
5af8a8c7e8
CI: Extra warnings for builds with Clang. Backends: OpenGL3: Fix sign conversion warnings.
ago%!(EXTRA string=5 years)
omar
d8824f9a9a
CI: Clarify purpose of example_null, Changelog
ago%!(EXTRA string=5 years)
Rokas Kupstys
ac5ffffc23
CI: Test builds with freetype on linux.
ago%!(EXTRA string=5 years)
Rokas Kupstys
7a22767483
CI: Add MSVC extra warnings build and correct labels of other extra warnings builds.
ago%!(EXTRA string=5 years)
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.
ago%!(EXTRA string=5 years)
omar
7ff13f4ee1
Examples: Explicitly adding -DIMGUI_IMPL_OPENGL_LOADER_GL3W to Makefile to match linking settings
...
(otherwise if another loader such as Glew is accessible, the opengl3 backend might automatically use it). [#2919 , #2798 ]
ago%!(EXTRA string=5 years)
Rokas Kupstys
bf6d1ba3d1
CI: Add 32/64 bit build variations to builds with extra warnings.
ago%!(EXTRA string=6 years)
Rokas Kupstys
1742ca45c5
CI: Add unity builds test. ( #2893 )
ago%!(EXTRA string=6 years)
Rokas Kupstys
1615e9ea2a
CI: Enable extended warnings in example_null builds.
...
CI: Add MinGW build with extra warnings on windows.
(cherry picked from commit ebc98c273054d0f9b305a1346db98052616a8b21)
ago%!(EXTRA string=6 years)
omar
4597632662
Readme, comments, dear imgui prefixes
ago%!(EXTRA string=6 years)
omar
b8fe0df7df
Examples: Null: Added Makefile.
ago%!(EXTRA string=6 years)
omar
1afd29d382
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
ago%!(EXTRA string=7 years)
omar
8d58fbb5ed
Examples: Renamed example folders. ( #1870 )
ago%!(EXTRA string=7 years)