Fork of imgui with the emscripten output .gitignore'ed
omar
authored
on 3 Jan 2019
|
|
docs
|
Moving issue/pr template to docs/. Added links in README.
|
6 years ago
|
|
examples
|
Examples: Comments about GLFW/SDL versions
|
6 years ago
|
|
misc
|
Added link to experimental imgui_scoped.h PR/thread (#2197, #2096)
|
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
|
Internals: Extracted code out of EndFrame() into UpdateMouseMovingWindowEndFrame()
|
6 years ago
|
|
imgui.h
|
Renamed extra_flags to flags in InputXXX parameters.
|
6 years ago
|
|
imgui_demo.cpp
|
InputFloat: When using ImGuiInputTextFlags_ReadOnly the step buttons are disabled. (#2257)
|
6 years ago
|
|
imgui_draw.cpp
|
Changed ImGuiCol_ChildBg to (0,0,0,0) in Dark style instead of (1,1,1,0), to match other styles. Shouldn't have any effect for the end-user.
|
6 years ago
|
|
imgui_internal.h
|
Internals: Extracted code out of EndFrame() into UpdateMouseMovingWindowEndFrame()
|
6 years ago
|
|
imgui_widgets.cpp
|
Renamed extra_flags to flags in InputXXX parameters.
|
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
|