Fork of imgui with the emscripten output .gitignore'ed
omar
authored
on 6 Feb 2019
|
|
docs
|
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
|
|
examples
|
Examples: OpenGL3: Using GLSL 4.10 shaders for any GLSL version over 410 (e.g. 430, 450). (#2329) [@BrutPitt]
|
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
|
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.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
|
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_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
|
Plot: Register an ID to take the click the same way as other framed widgets. Set HoveredId in the FramePadding zone (between inner_bb and frame_bb).
|
6 years ago
|
|
imgui_widgets.cpp
|
Plot: Register an ID to take the click the same way as other framed widgets. Set HoveredId in the FramePadding zone (between inner_bb and frame_bb).
|
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
|