- Nov 25, 2019
-
-
omar authored
-
omar authored
-
Rokas Kupstys authored
CI: Add MinGW build with extra warnings on windows. (cherry picked from commit ebc98c273054d0f9b305a1346db98052616a8b21)
-
omar authored
Internals: Added ImTriangleArea()
-
Ben Carter authored
Added ability to hover over a draw list's summary stats and see all the contents in wireframe (cherry picked from commit fd808347bd68a07ad318af6c151028bc9f7b82e7)
-
- Nov 24, 2019
-
-
omar authored
Demo: tweaked demo help section, reference to "Examples" and "Tools". Reference to Keyboard navigation. Removed some of the more "obvious/standard" controls.
-
- Nov 22, 2019
- Nov 21, 2019
-
-
omar authored
Added IM_UNICODE_CODEPOINT_MAX. Changed specs of ImFontAtlas::AddCustomRectRegular() (breaking change).
-
- Nov 20, 2019
- Nov 19, 2019
-
-
omar authored
-
omar authored
Using in Emscripten example.
-
omar authored
Renamed IMGUI_DISABLE_FORMAT_STRING_FUNCTIONS to IMGUI_DISABLE_DEFAULT_FORMAT_STRING_FUNCTIONS. (#1038) Renamed IMGUI_DISABLE_MATH_FUNCTIONS to IMGUI_DISABLE_DEFAULT_MATH_FUNCTIONS.
-
omar authored
Doc comments. Removed .ini parsing code from 1.53 that parsed entries without the [Window] tag (which enabled importing an old .ini file)
-
- Nov 15, 2019
- Nov 14, 2019
- Nov 13, 2019
-
-
omar authored
-
omar authored
-
omar authored
Error handling: Assert if user mistakenly calls End() instead of EndChild() on a child window. (#1651) Internals: Moved some error handling code.
-
omar authored
Internal: Nav rename preparing for nav inputs ownership changes. IsNavInputPressed() -> IsNavInputTest()
-
omar authored
Metrics: Added description to Item Picker.
-
- Nov 08, 2019
-
-
omar authored
Scrollbar: Fixed an issue where scrollbars wouldn't display on the frame following a frame where all child window contents would be culled. Demo: Fixed a small bug with scrolling demo. Metrics: Tweaks.
-
omar authored
TreeNode: Added IsItemToggledOpen() to explicitly query if item was just open/closed, facilitating interactions with custom multi-selections patterns. (#1896, #1861)
-
omar authored
TreeNode: The collapsing arrow accepts click even if modifier keys are being held, facilitating interactions with multi-select patterns. (#2886, #1896, #1861)
-
- Nov 07, 2019
-
-
omar authored
- Nov 06, 2019
- Nov 05, 2019
-
-
omar authored
-
omar authored
Examples: Emscripten: Removed BINARYEN_TRAP_MODE=clamp from Makefile which was removed in Emscripten 1.39.0 but required prior to 1.39.0, making life easier for absolutely no-one. (#2877, #2878) [@podsvirov]
-
Konstantin Podsvirov authored
For more info see: https://github.com/ocornut/imgui/issues/2877
-
omar authored
-
- Nov 04, 2019
-
-
Rokas Kupstys authored
(cherry picked from commit f1772d44be09fd78bf5f1ebda44b39b96180d319)
-
Rokas Kupstys authored
(cherry picked from commit f2a2be72b341f55c44a035b1257177d83489ea5c)
-
Rokas Kupstys authored
(cherry picked from commit 14b18697e653de80f75af18113033b2086846194)
-