Fork of imgui with the emscripten output .gitignore'ed
omar
authored
on 2 Oct 2018
|
|
.github
|
Contributing, Issue Template
|
6 years ago
|
|
docs
|
Window: Resizing from edges (with io.ConfigResizeWindowsFromEdges Beta flag) extends the hit region of root floating windows outside the window, making it easier to resize windows. Resize grips are also extended accordingly so there are no discontinuity when hovering between borders and corners. (#1495, #822, #2110)
|
6 years ago
|
|
examples
|
Examples: Vulkan: Fixed some minor discrepency in the SDL+Vulkan example to match the Glfw+Vulkan example. (cc #2097)
|
6 years ago
|
|
misc
|
Added Fonts readme details and links to Sweet16 font. (#2085)
|
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
|
FAQ update
|
6 years ago
|
|
imgui.cpp
|
Window: Resizing from edges (with io.ConfigResizeWindowsFromEdges Beta flag) extends the hit region of root floating windows outside the window, making it easier to resize windows. Resize grips are also extended accordingly so there are no discontinuity when hovering between borders and corners. (#1495, #822, #2110)
|
6 years ago
|
|
imgui.h
|
Drag and Drop: Added GetDragDropPayload() to peek directly into the payload (if any) from anywhere. (#143)
|
6 years ago
|
|
imgui_demo.cpp
|
Renamed SetScrollHere() to SetScrollHereY(). Kept redirection function (will obsolete).
|
6 years ago
|
|
imgui_draw.cpp
|
ImDrawList: Fixed AddConvexPolyFilled() undefined behavior when passing points_count smaller than 3, in particular, points_count==0 could lead to a memory stomp if the draw list was previously empty.
|
6 years ago
|
|
imgui_internal.h
|
Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.
|
6 years ago
|
|
imgui_widgets.cpp
|
ArrowButton(): Fixed arrow shape being horizontally misaligned by (FramePadding.y-FramePadding.x) if they are different.
|
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
|