Fork of imgui with the emscripten output .gitignore'ed
omar
authored
on 31 Jan 2019
|
|
docs
|
Docking: Exposing extra flag in Configuration panel. Moved some forgotten Changelog entries at the right place.
|
6 years ago
|
|
examples
|
Viewport: Added ImGuiViewportFlags_NoFocusOnClick + support in imgui_impl_win32. Made windows with no decoration always set the _NoFocus flags. (#1542, #2117)
|
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
|
Docking: Builder: Added DockBuilderSetNodePos, DockBuilderSetNodeSize, allow DockBuilderAddNode creating floating node (dockspace requires ImGuiDockNodeFlags_Dockspace) (#2109)
|
6 years ago
|
|
imgui.h
|
Viewport: Added ImGuiViewportFlags_NoFocusOnClick + support in imgui_impl_win32. Made windows with no decoration always set the _NoFocus flags. (#1542, #2117)
|
6 years ago
|
|
imgui_demo.cpp
|
Added ImGuiDockNodeFlags_AutoHideTabBar. (#2109)
|
6 years ago
|
|
imgui_draw.cpp
|
Merge branch 'master' into docking
|
6 years ago
|
|
imgui_internal.h
|
Docking: Builder: Added DockBuilderSetNodePos, DockBuilderSetNodeSize, allow DockBuilderAddNode creating floating node (dockspace requires ImGuiDockNodeFlags_Dockspace) (#2109)
|
6 years ago
|
|
imgui_widgets.cpp
|
Docking: VisibleWindow of a node spread its _NoMove attribute to the node (fixed dragging or undocking of dock node host from collapse button). (#2325, #2109)
|
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
|
Fix various XCode and PVS-Studio static analyzer warnings (#2309)
|
6 years ago
|
|
imstb_truetype.h
|
Persistently fixing some PVS-Studio static analyzer false positive warnings.
|
6 years ago
|