2019-05-07 |
Version 1.71 WIP + fixed minor typo
omar
committed
on 7 May 2019
|
---|---|
2019-05-06 |
Version 1.70
omar
committed
on 6 May 2019
|
Examples Readme and Changelog tweaks, added #2527, re-ordered examples/README alphabetically.
omar
committed
on 6 May 2019
|
|
2019-05-03 |
Window: Fixed SetNextWindowSizeConstraints() with non-rounded positions making windows drift. (#2067, #2530)
omar
committed
on 3 May 2019
|
Misc: Made IMGUI_CHECKVERSION() macro also check for matching size of ImDrawIdx.
omar
committed
on 3 May 2019
|
|
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
committed
on 3 May 2019
|
|
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)
omar
committed
on 3 May 2019
|
|
2019-05-02 |
Internals: Rename GetContentRegionMaxScreen() -> GetWorkRectMax(). At this point this is mostly useful to facilitate merge of other branches.
omar
committed
on 2 May 2019
|
Internals: SettingsHandlerWindow_ReadLine uses context parameter.
omar
committed
on 2 May 2019
|
|
2019-04-29 |
Obsoleted GetContentRegionAvailWidth(), use GetContentRegionAvail().x instead. Kept inline redirection function.
omar
committed
on 29 Apr 2019
|
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
committed
on 29 Apr 2019
|
|
Amend 48a09a7 with changelog, breaking changes, tweak demo code for spacing. (#2518)
omar
committed
on 29 Apr 2019
|
|
2019-04-28 |
Tidying up BeginMenu() code + comments.
omar
committed
on 28 Apr 2019
|
Popups: Closes popup at the time of FocusWindow(). Fixes right-click from closing all popups instead of aiming at the hovered popup level (regression in 1.67's ae76a1fd).
omar
committed
on 28 Apr 2019
|
|
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)
...
omar
committed
on 28 Apr 2019
|
|
Fix 61d9258 when there is not scrollbar "Window: Fixed contents region being off by WindowBorderSize amount on the right when scrollbar is active."
omar
committed
on 28 Apr 2019
|
|
Internals: Renaming. Renamed ImGuiPopupRef to ImGuiPopupData for consistency and added constructor.
omar
committed
on 28 Apr 2019
|
|
2019-04-26 |
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
committed
on 26 Apr 2019
|
Window: Fixed contents region being off by WindowBorderSize amount on the right when scrollbar is active.
omar
committed
on 26 Apr 2019
|
|
Internals: Nav scrolling uses InnerMainRect instead of InnerClipRect.
omar
committed
on 26 Apr 2019
|
|
2019-04-25 |
Internals: TempInputText: Rename InputScalarAsWidgetReplacement() -> TempInputTextScalar(), ScalarAsInputTextId -> TempInputTextId, small tidying up in affected functions.
omar
committed
on 25 Apr 2019
|
Internals: Using more explicit PushOverrideID() helper + renamed equivalent internal tree helper.
omar
committed
on 25 Apr 2019
|
|
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.
...
omar
committed
on 25 Apr 2019
|
|
MenuItem, BeginMenu: Fix undesirable tall frames in horizontal layout context, which would be visible when trying to use rounded selectable/menus.
...
omar
committed
on 25 Apr 2019
|
|
2019-04-24 |
Misc comments, internal renaming, added disable indentation option to Columns demo section.
omar
committed
on 24 Apr 2019
|
2019-04-19 |
Internals: ImHashStr() default parameter.
omar
committed
on 19 Apr 2019
|
2019-04-18 |
Added SetNextItemWidth() helper to avoid using PushItemWidth/PopItemWidth() for single items.
omar
committed
on 18 Apr 2019
|
Misc: Fixed PushItemWidth(-width) (for right-side alignment) laying out certain items (button, listbox, etc.) with negative sizes if the 'width' argument was smaller than the available width at the time of item submission,
omar
committed
on 18 Apr 2019
|
|
Internals: Rework CalcItemWidth / CalcItemSize but make their similarities and their differences more obvious. (#2449)
omar
committed
on 18 Apr 2019
|
|
Added commentary about ContentRegion functions. Added internal GetContentRegionMaxScreen() to facilitate internal code at the moment.
omar
committed
on 18 Apr 2019
|