Fork of imgui with the emscripten output .gitignore'ed

@Mark Mark authored on 5 Jul 2019
docs TODO update + internals: changed order or ImGuiLayoutType enums to allow using them for indexing. 6 years ago
examples Examples: Allegro 5: Properly destroy all globals on shutdown. (#2262) 6 years ago
misc imgui_freetype: Fixed redundant FT_Load_Glyph() calls, unused parameters, and compilation warning/error. (#2270) 6 years ago
.gitignore Typo in .gitignore 5 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 Fixed cursor issue caused by 6890e08b when calling BeginChild/EndChild multiple times to reappend into a same child window. (#2282) 6 years ago
imgui.h Version 1.67 6 years ago
imgui_demo.cpp Fixed cursor issue caused by 6890e08b when calling BeginChild/EndChild multiple times to reappend into a same child window. (#2282) 6 years ago
imgui_draw.cpp Version 1.67 6 years ago
imgui_internal.h TODO update + internals: changed order or ImGuiLayoutType enums to allow using them for indexing. 6 years ago
imgui_widgets.cpp Version 1.67 6 years ago
imstb_rectpack.h Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036) 6 years ago
imstb_textedit.h Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036) 6 years ago
imstb_truetype.h Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036) 6 years ago