Fork of imgui with the emscripten output .gitignore'ed
omar
authored
on 30 Nov 2018
|
|
.github
|
Update pull_request_template.md
|
6 years ago
|
|
docs
|
Separator: Fixed Separator() outputting an extraneous empty line when captured into clipboard/text/file.
|
6 years ago
|
|
examples
|
Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187)
|
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
|
Updated copyright date for 2018
|
7 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
|
When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213)
|
6 years ago
|
|
imgui.h
|
Comments
|
6 years ago
|
|
imgui_demo.cpp
|
Version 1.67 WIP
|
6 years ago
|
|
imgui_draw.cpp
|
Version 1.67 WIP
|
6 years ago
|
|
imgui_internal.h
|
When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213)
|
6 years ago
|
|
imgui_widgets.cpp
|
Separator: Fixed Separator() outputting an extraneous empty line when captured into clipboard/text/file.
|
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
|