Fork of imgui with the emscripten output .gitignore'ed
omar
authored
on 30 Oct 2018
|
|
.github
|
Update pull_request_template.md
|
6 years ago
|
|
docs
|
Internals: Moved the FocusableItemUnregister() outside of InputScalarAsWidgetReplacement(), it should not be here and doesn't facilitate reusing InputScalarAsWidgetReplacement(). (cc #2155)
|
6 years ago
|
|
examples
|
gladLoadGL() return 0 to indicate failure (#2157)
|
6 years ago
|
|
misc
|
Font readme: Added OpenFontIcons, tweaks, links, removed spaces (#2141)
|
6 years ago
|
|
.travis.yml
|
Travis: Fix (still not sure there is a way to test those files). (#1044)
|
6 years ago
|
|
LICENSE.txt
|
Updated copyright date for 2018
|
7 years ago
|
|
imconfig.h
|
FAQ update
|
6 years ago
|
|
imgui.cpp
|
Fixed OpenGL texture loading example in comment + Discourse link to root of discourse
|
6 years ago
|
|
imgui.h
|
SliderAngle: Added optional `format` argument to allow users customize precision and make localization. (#2150)
|
6 years ago
|
|
imgui_demo.cpp
|
Demo: Removed one level of indentation in the ShowDemoWindowXXX functions (6 kb worth of spaces!). Will break some merge/PR.
|
6 years ago
|
|
imgui_draw.cpp
|
Fix Clang/GCC's null-conversion warning: (#2081)
|
6 years ago
|
|
imgui_internal.h
|
Comments in demo and opengl code + Internals: Added HoveredIdNotActiveTimer tracking hovering time unless the item is active, which is a commonly useful pattern.
|
6 years ago
|
|
imgui_widgets.cpp
|
Internals: Moved the FocusableItemUnregister() outside of InputScalarAsWidgetReplacement(), it should not be here and doesn't facilitate reusing InputScalarAsWidgetReplacement(). (cc #2155)
|
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
|