2019-05-06
@omar
Version 1.70
omar committed on 6 May 2019
@omar
Examples: DirectX9/10/11: Taking reference to device + subsequent merge of this in docking will fix DX9 issue #2524
omar committed on 6 May 2019
@omar
Examples Readme and Changelog tweaks, added #2527, re-ordered examples/README alphabetically.
omar committed on 6 May 2019
@Max Thrun
Examples: Metal: Add GLFW+Metal example
Max Thrun authored on 1 May 2019 omar committed on 6 May 2019
2019-05-03
@omar
Window: Fixed SetNextWindowSizeConstraints() with non-rounded positions making windows drift. (#2067, #2530)
omar committed on 3 May 2019
@omar
Misc: Made IMGUI_CHECKVERSION() macro also check for matching size of ImDrawIdx.
omar committed on 3 May 2019
@omar
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
@omar
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
@omar
Demo: Improved trees in columns demo. (#2136)
omar committed on 2 May 2019
@omar
Internals: Rename GetContentRegionMaxScreen() -> GetWorkRectMax(). At this point this is mostly useful to facilitate merge of other branches.
omar committed on 2 May 2019
@omar
Internals: SettingsHandlerWindow_ReadLine uses context parameter.
omar committed on 2 May 2019
2019-04-30
@omar
Examples: Added missing per-renderer local changelogs. (#2037, #1639, #2452)
omar committed on 30 Apr 2019
@Max Thrun
ImDrawCallback_ResetRenderState: Added Metal.
Max Thrun authored on 29 Mar 2019 omar committed on 30 Apr 2019
@omar
ImDrawCallback_ResetRenderState, Examples: Added support for reset render state callback. (#2037, #1639, #2452)
omar committed on 30 Apr 2019
2019-04-29
@omar
Obsoleted GetContentRegionAvailWidth(), use GetContentRegionAvail().x instead. Kept inline redirection function.
omar committed on 29 Apr 2019
@omar
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
@omar
Amend 48a09a7 with changelog, breaking changes, tweak demo code for spacing. (#2518)
omar committed on 29 Apr 2019
@Richard Mitton
Improved algorithm for mitre joints on thick lines
Richard Mitton authored on 27 Apr 2019 omar committed on 29 Apr 2019
2019-04-28
@omar
Tidying up BeginMenu() code + comments.
omar committed on 28 Apr 2019
@omar
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
@omar
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
@omar
Internals: Added DataTypeApplyOp, DataTypeApplyOpFromText to imgui_internal.h
omar committed on 28 Apr 2019
@omar
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
@omar
Internals: Renaming. Renamed ImGuiPopupRef to ImGuiPopupData for consistency and added constructor.
omar committed on 28 Apr 2019
@omar
Internals: Exposed ImGuiDataTypeInfo, DataTypeGetInfo(), DataTypeFormatString(). Comments.
omar committed on 28 Apr 2019
2019-04-26
@omar
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
@omar
Window: Fixed contents region being off by WindowBorderSize amount on the right when scrollbar is active.
omar committed on 26 Apr 2019
@omar
Internals: Nav scrolling uses InnerMainRect instead of InnerClipRect.
omar committed on 26 Apr 2019
@omar
Separator: Declare its thickness (1.0f) to the layout, making items around separator more symmetrical.
omar committed on 26 Apr 2019
2019-04-25
@omar
Nav: Fixed Drag/Slider functions going into text input mode when keyboard CTRL is held while pressing NavActivate.
omar committed on 25 Apr 2019