Fork of imgui with the emscripten output .gitignore'ed

@omar omar authored on 4 Feb 2019
docs RadioButton: Fixed label horizontal alignment to precisely match Checkbox(). + Internals: Checkbox, RadioButton: Single call to ItemSize() for flow layout purpose. 6 years ago
examples Examples: OpenGL3: Using GLSL 4.10 shaders for any GLSL version over 410 (e.g. 430, 450). (#2329) [@BrutPitt] 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 Fonts: Fixed crash if FontGlobalScale is zero. Correctly debug naming default font if not 13 px. Demo: Moved PopupRounding along with other rounding values. Metrics: Displaying indexes with idx to be correct / less misleading. 6 years ago
imgui.h Removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already). 6 years ago
imgui_demo.cpp Fonts: Fixed crash if FontGlobalScale is zero. Correctly debug naming default font if not 13 px. Demo: Moved PopupRounding along with other rounding values. Metrics: Displaying indexes with idx to be correct / less misleading. 6 years ago
imgui_draw.cpp Fonts: Fixed crash if FontGlobalScale is zero. Correctly debug naming default font if not 13 px. Demo: Moved PopupRounding along with other rounding values. Metrics: Displaying indexes with idx to be correct / less misleading. 6 years ago
imgui_internal.h Internals: Exposed internal SetWindowPos to imgui_internal.h (for imgui-test) 6 years ago
imgui_widgets.cpp RadioButton: Fixed label horizontal alignment to precisely match Checkbox(). + Internals: Checkbox, RadioButton: Single call to ItemSize() for flow layout purpose. 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 Fix various XCode and PVS-Studio static analyzer warnings (#2309) 6 years ago
imstb_truetype.h Persistently fixing some PVS-Studio static analyzer false positive warnings. 6 years ago