Fork of imgui with the emscripten output .gitignore'ed

@omar omar authored on 8 Feb 2019
docs Window: Fixed initial width of collapsed windows not taking account of contents width (broken in 1.67). (#2336, #176) 6 years ago
examples Minor tweaks to reduce false positive of PVS Studio static analyzer. 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 Window: Fixed initial width of collapsed windows not taking account of contents width (broken in 1.67). (#2336, #176) 6 years ago
imgui.h Added IsItemActivated() as an extension to the IsItemDeactivated/IsItemDeactivatedAfterEdit functions which are useful to implement variety of undo patterns. (#820, #956, #1875) 6 years ago
imgui_demo.cpp Demo: Font selector allow selecting fonts with same debug name. (#2332) 6 years ago
imgui_draw.cpp Tabs: Non-docking tab bars are storing names to allow tab list button + whole style scaling. Added ImGuiTabBarFlags_TabListPopupButton flag to show a popup button on manual tab bars. Locking FramePadding for the scope of a tab-bar to avoid sheering/clipping of tab item. Made scaling of tab ellipsis less awkward. (#261, #351) 6 years ago
imgui_internal.h Minor tweaks to reduce false positive of PVS Studio static analyzer. 6 years ago
imgui_widgets.cpp Tabs: Fixed border (when enabled) so it is aligned correctly mid-pixel and appears as bright as other borders. 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 InputText: Fixed redo buffer exhaustion handling (rare) which could corrupt the undo character buffer. (#2333) 6 years ago
imstb_truetype.h Persistently fixing some PVS-Studio static analyzer false positive warnings. 6 years ago