2019-05-06 |
Version 1.70
omar
committed
on 6 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
|
|
2019-04-29 |
|
2019-04-28 |
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
|
|
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-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
|
|
2019-04-24 |
Misc comments, internal renaming, added disable indentation option to Columns demo section.
omar
committed
on 24 Apr 2019
|
2019-04-22 |
Viewports: Avoid rendering/swapping secondary viewports that are minimized. (#1542, #2496)
omar
committed
on 22 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
|
Added commentary about ContentRegion functions. Added internal GetContentRegionMaxScreen() to facilitate internal code at the moment.
omar
committed
on 18 Apr 2019
|
|
Internals: Moved CalcItemSize next to CalcItemWidth, added comments to clarify their respective intent. Should have no side effect.
omar
committed
on 18 Apr 2019
|
|
2019-04-17 |
Internals: Columns: Tweaks, renaming. Metrics: Show rectangles for child windows.
...
omar
committed
on 17 Apr 2019
|
2019-04-16 |
|
Merged a bunch of small changes from Docking branch to reduce the difference between branches.
...
omar
committed
on 16 Apr 2019
|
|
Internals: Columns: Some renaming, extracted code into GetColumnsID().
omar
committed
on 16 Apr 2019
|
|
2019-04-13 |
Docking: Internal: Added helper for automation to process docking at the mouse level.
omar
committed
on 13 Apr 2019
|
|
|
2019-04-12 |
Docking: Rename typo Autority -> Authority + Rename DockContextNewFrameUpdateDocking -> DockContextUpdateDocking.
omar
committed
on 12 Apr 2019
|
Tests: Added hook/tweaks for imgui-test engine. + Fixed warnings.
omar
committed
on 12 Apr 2019
|
|
Docking: Hold Shift to force disable docking. (#2109)
omar
committed
on 12 Apr 2019
|
|
Tests: Added hook/tweaks for imgui-test engine. + Fixed warnings.
omar
committed
on 12 Apr 2019
|