Fork of imgui with the emscripten output .gitignore'ed

@omar omar authored on 9 Feb 2019
docs Window: Fixed initial width of collapsed windows not taking account of contents width (broken in 1.67). (#2336, #176) 6 years ago
examples Minor tweaks to reduce false positive of PVS Studio static analyzer. 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 Window: Fixed initial width of collapsed windows not taking account of contents width (broken in 1.67). (#2336, #176) 6 years ago
imgui.h ImFont: Rearranged members toward an optimal CalcTextSize() loop. Removed comments from destructor. Made constructor more explicit. 6 years ago
imgui_demo.cpp Demo: Font selector allow selecting fonts with same debug name. (#2332) 6 years ago
imgui_draw.cpp ImFont: Rearranged members toward an optimal CalcTextSize() loop. Removed comments from destructor. Made constructor more explicit. 6 years ago
imgui_internal.h Minor tweaks to reduce false positive of PVS Studio static analyzer. 6 years ago
imgui_widgets.cpp Tabs: Fixed border (when enabled) so it is aligned correctly mid-pixel and appears as bright as other borders. 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 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