Fork of imgui with the emscripten output .gitignore'ed
omar
authored
on 2 Jan 2019
|
|
.github
|
Docs: various updates, rewording, clarifying the purpose of a PR.
|
6 years ago
|
|
docs
|
Error recovery: Extraneous/undesired calls to End() are now being caught by an assert in the End() function itself at the call site (instead of being reported in EndFrame). Past the assert, they don't lead to crashes any more. Missing calls to End(), pass the assert, should not lead to crashes any more, nor to the fallback/debug window appearing on screen. (#1651).
|
6 years ago
|
|
examples
|
Tweaked asserts
|
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
|
Comments: fixed missing line in the "how a simple rendering function may look like" section (#2258)
|
6 years ago
|
|
imgui.h
|
IO: Realigned all fields, very minor comments change. This is nearly a no-op if you don't ignore Spaces.
|
6 years ago
|
|
imgui_demo.cpp
|
Fixed using SetNextWindowPos() on a child window (which wasn't really documented) position the cursor as expected in the parent window, so there is no mismatch between the layout in parent and the position of the child window. Demo tweak and adding some child window stuff
|
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
|
Window, Focus, Popup: Fixed an issue where closing a popup by clicking another window with the _NoMove flag would refocus the parent window of the popup instead of the newly clicked window.
|
6 years ago
|
|
imgui_widgets.cpp
|
Window, Focus, Popup: Fixed an issue where closing a popup by clicking another window with the _NoMove flag would refocus the parent window of the popup instead of the newly clicked window.
|
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
|