Fork of imgui with the emscripten output .gitignore'ed

@omar omar authored on 13 Feb 2019
docs Changelog: Added changelog from 1.40 to 1.47 (pasted from the Releases section) + some wrapping. 6 years ago
examples Examples: Metal: Compilation fix. 6 years ago
misc Using IM_UNUSED() macro. 6 years ago
.editorconfig Update for stb_ files. (#2038) 6 years ago
.travis.yml Travis: Fix (still not sure there is a way to test those files). (#1044) 6 years ago
LICENSE.txt Happy new year! & comments 6 years ago
imconfig.h Config: Added IMGUI_DISABLE_WIN32_FUNCTIONS to disable linking with _any_ Win32 function, as a general forward compatible measure. 6 years ago
imgui.cpp Font: Fixed high-level ImGui::CalcTextSize() used by most widgets from erroneously subtracting 1.0f*scale to calculated text width. Among noticeable side-effects, it would make sequences of repeated Text/SameLine calls not align the same as a single call, and create mismatch between high-level size calculation and those performed with the lower-level ImDrawList api. (#792) 6 years ago
imgui.h Shallow tweaks 6 years ago
imgui_demo.cpp Demo: Font selector allow selecting fonts with same debug name. (#2332) 6 years ago
imgui_draw.cpp ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale). 6 years ago
imgui_internal.h Minor tweaks to reduce false positive of PVS Studio static analyzer. 6 years ago
imgui_widgets.cpp Shallow tweaks 6 years ago
imstb_rectpack.h Updated STB libraries to latest (drift has been reduced with nothings/stb as most of our changes were merged). Using [DEAR IMGUI] markers when changed. 6 years ago
imstb_textedit.h Updated STB libraries to latest (drift has been reduced with nothings/stb as most of our changes were merged). Using [DEAR IMGUI] markers when changed. 6 years ago
imstb_truetype.h Examples: Metal: Removed unnecessary loop. Fixed OSX Clang warning in imstb_truetype. (#1929, #1873) 6 years ago