- May 29, 2016
-
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
Fix selectable/tree node not reaching right-side of contents size when horizontal scrolling is active and no explicit size is known
-
ocornut authored
Fixed GetWindowContentRegionMax() being off by ScrollSize amount when SizeExplicit is set + caching ContentsRegionRect. Relates to horizontal scrollbar, explicit contents size
-
ocornut authored
-
- May 28, 2016
-
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581)
-
ocornut authored
-
ocornut authored
Demo: fixed multi-selection tree nodes demo to not replace selection when clicking on single-item that's already part of selection (#581)
-
ocornut authored
-
ocornut authored
-
- May 22, 2016
-
-
ocornut authored
-
- May 21, 2016
-
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
Minor sizing refactor, should be no-op. Making it a commit for further bisection since sizing code is super brittle. (#668)
-
ocornut authored
Resizing window doesn't rely on MouseDelta anymore, but rather recompute expected size based absolute mouse coords. (#668) Storing ActiveIdClickOffset to generalize pattern already used by columns.
-
ocornut authored
-
- May 20, 2016
-
-
omar authored
Fix minor typo in examples/README.txt
-
Jeongseok Lee authored
-
- May 17, 2016
- May 16, 2016
-
-
ocornut authored
Including limits.h again to get INT_MAX, assuming previous report of missing limits.h was erroneous (#1, yes, issue ONE!)
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere (#662)
-
ocornut authored
-
ocornut authored
-
ocornut authored
-