2019-05-06 |
Version 1.70
omar
committed
on 6 May 2019
|
---|---|
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
|
|
Examples Readme and Changelog tweaks, added #2527, re-ordered examples/README alphabetically.
omar
committed
on 6 May 2019
|
|
Examples: Metal: Add GLFW+Metal example
Max Thrun
authored
on 1 May 2019
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 |
Demo: Improved trees in columns demo. (#2136)
omar
committed
on 2 May 2019
|
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-30 |
Examples: Added missing per-renderer local changelogs. (#2037, #1639, #2452)
omar
committed
on 30 Apr 2019
|
ImDrawCallback_ResetRenderState: Added Metal.
Max Thrun
authored
on 29 Mar 2019
omar
committed
on 30 Apr 2019
|
|
ImDrawCallback_ResetRenderState, Examples: Added support for reset render state callback. (#2037, #1639, #2452)
omar
committed
on 30 Apr 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
|
|
Improved algorithm for mitre joints on thick lines
Richard Mitton
authored
on 27 Apr 2019
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
|
|
Internals: Added DataTypeApplyOp, DataTypeApplyOpFromText to imgui_internal.h
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
|
|
Internals: Exposed ImGuiDataTypeInfo, DataTypeGetInfo(), DataTypeFormatString(). Comments.
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
|
|
Separator: Declare its thickness (1.0f) to the layout, making items around separator more symmetrical.
omar
committed
on 26 Apr 2019
|
|
2019-04-25 |
Nav: Fixed Drag/Slider functions going into text input mode when keyboard CTRL is held while pressing NavActivate.
omar
committed
on 25 Apr 2019
|