- May 06, 2019
- May 03, 2019
-
-
omar authored
Window: Fixed SetNextWindowSizeConstraints() with non-rounded positions making windows drift. (#2067, #2530)
-
omar authored
-
omar authored
Internals: Fixed incorrect repeat delay/rate calculation in IsMouseClicked() with repeat flag leading to involontary but thankfully doubling the rate. Using our standard function, making the multiplicator explicit.
-
omar authored
Selectable: With ImGuiSelectableFlags_AllowDoubleClick doesn't return true on the mouse button releas efollowing the double-click. Only first mouse release + second mouse down (double-click) returns true. Likewise for internal ButtonBehavior() with both _PressedOnClickRelease | _PressedOnDoubleClick. (#2503)
-
- May 02, 2019
- Apr 30, 2019
- Apr 29, 2019
-
-
omar authored
Obsoleted GetContentRegionAvailWidth(), use GetContentRegionAvail().x instead. Kept inline redirection function.
-
omar authored
Drag and Drop: Fixed drag source with ImGuiDragDropFlags_SourceAllowNullID and null ID from receiving click regardless of being covered by another window (it didn't honor correct hovering rules). (#2521)
-
omar authored
-
Richard Mitton authored
-
omar authored
-
- Apr 28, 2019
-
-
omar authored
Popups: Closing a popup restores the focused/nav window in place at the time of the popup opening, instead of restoring the window that was in the window stack at the time of the OpenPopup call. (#2517) Among other things, this allows opening a popup while no window are focused, and pressing Escape to clear the focus again.
-
omar authored
-
omar authored
-
omar authored
- Apr 26, 2019
-
-
omar authored
Internals: Begin: Moved OuterRectClipped/InnerMainRect/InnerClipRect computation higher up in the function, next to ContentsRect/WorkRect code. Removed commented out debug drawing code which is now available in Metrics window.
-
omar authored
Window: Fixed contents region being off by WindowBorderSize amount on the right when scrollbar is active.
-
omar authored
-
omar authored
Separator: Declare its thickness (1.0f) to the layout, making items around separator more symmetrical.
-
- Apr 25, 2019
-
-
omar authored
Nav: Fixed Drag/Slider functions going into text input mode when keyboard CTRL is held while pressing NavActivate.
-
omar authored
-
omar authored
Internals: TempInputText: Rename InputScalarAsWidgetReplacement() -> TempInputTextScalar(), ScalarAsInputTextId -> TempInputTextId, small tidying up in affected functions.
-
omar authored
-
omar authored
-
omar authored
Window: Fixed window with the AlwaysAutoResize flag unnecessarily extending their hovering boundaries by a few pixels (this is used to facilitate resizing from borders when available for a given window). One of the noticeable minor side effect was that navigating menus would have had a tendency to disable highlight from parent menu items earlier than necessary while approaching the child menu. + Changelog fixed unfinished sentence and tweaks,
-
omar authored
MenuItem, BeginMenu: Fix undesirable tall frames in horizontal layout context, which would be visible when trying to use rounded selectable/menus. PushStyleVar: Added comments in the assert message. Minor tweaks.
-
- Apr 24, 2019
-
-
omar authored
-
- Apr 23, 2019
-
-
omar authored
Examples: SDL: Gamepad support minor amend. Fixes ImGuiBackendFlags_HasGamepad not being set. Enable in Emscripten demo. Tweaks. (#2509, #2484).
-
David Amador authored
Updated sdl examples to use SDL_INIT_GAMECONTROLLER flag
-
- Apr 22, 2019
-
-
omar authored
Increased IMGUI_VERSION_NUM arbitrarily, help narrowing down reports that don't include a commit hash. Add comments.
-