Fork of imgui with the emscripten output .gitignore'ed

@omar omar authored on 11 Jun 2019
docs Log/Capture: Fixed BeginTabItem() label not being included in a text log/capture. 5 years ago
examples Synced/merged minor cruft from docking branch to minimize drift. AFAIK the only meaningful no-op change is that the call UpdateHoveredWindowAndCaptureFlags() was moved above UpdateMouseMovingNewFrame() to match what docking branch has been doing for a while. 5 years ago
misc Fonts: Added some details about using custom colorful icons. 5 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 ImDrawCallback: Allow to override the signature of ImDrawCallback by #define-ing it. This is meant to facilitate custom rendering back-ends passing local render-specific data to the draw callback. 5 years ago
imgui.cpp Log/Capture: Fixed BeginTabItem() label not being included in a text log/capture. 5 years ago
imgui.h ImDrawListSplitter: Don't merge draw commands when crossing a VtxOffset boundary + Renamed fields ImDrawChannels to consistently suggest those are internal structures. 5 years ago
imgui_demo.cpp Scrollbar overlap an extra WindowBorderSize amount on the left to make all distances consistent. Reverted to BorderSize not affecting work/contents rectangles. Scrollbar, Style: Changed default style.ScrollbarSize from 16 to 14. 5 years ago
imgui_draw.cpp ImDrawListSplitter: Don't merge draw commands when crossing a VtxOffset boundary + Renamed fields ImDrawChannels to consistently suggest those are internal structures. 5 years ago
imgui_internal.h Log/Capture: Fixed BeginTabItem() label not being included in a text log/capture. 5 years ago
imgui_widgets.cpp Log/Capture: Fixed BeginTabItem() label not being included in a text log/capture. 5 years ago
imstb_rectpack.h Updated STB libraries to latest (drift has been reduced with nothings/stb as most of our changes were merged). Using [DEAR IMGUI] markers when changed. 6 years ago
imstb_textedit.h Updated STB libraries to latest (drift has been reduced with nothings/stb as most of our changes were merged). Using [DEAR IMGUI] markers when changed. 6 years ago
imstb_truetype.h Fixed Clang warning ("multi-line comment"). XCode also also "space between \ and carriage return". Perhaps it would work with 2 spaces? Adding a dot for now.. 6 years ago