2019-04-16 |
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
|
|
Internals, Docs: Added a bunch of clarification about ButtonBehavior in the form of a table (and to facilitate writing tests)
omar
committed
on 12 Apr 2019
|
|
2019-04-11 |
|
Internals: Merge minor things from range_select branch. Added ImGuiButtonFlags_NoHoveredOnNav. Added IsItemToggledSelected() - unused here. Renaming.
omar
committed
on 11 Apr 2019
|
|
2019-04-08 |
Merge branch 'master' into docking
omar
committed
on 8 Apr 2019
|
Internals: Selectable: Added ImGuiSelectableFlags_AllowItemOverlap in imgui_internal.h (~ #684, #2341)
omar
committed
on 8 Apr 2019
|
|
2019-04-03 |
|
InputText: Made Shift+Tab consistently do nothing regardless of whether the back-end emits both char and keys or just keys. (#2467, #1336)
omar
committed
on 3 Apr 2019
|
|
2019-03-28 |
Docking: Fixed focus restore lagging by a frame when a tab stops being submitted. (#2109) Building on a little build of technical debt there, should transition toward a more general docking-agnostic system (#2304)
omar
committed
on 28 Mar 2019
|
Viewport: Renamed member + added note about a Docking issue with restoring focus.
omar
committed
on 28 Mar 2019
|
|
Docking: Disable SkipItems when directly/programmatically focused (possible generalization of code currently in BeginDocked which relies on tab bar interaction, will remove that code in next commit). (#2453, #2109)
omar
committed
on 28 Mar 2019
|
|
|
|
Internals: Renamed the ImGuiWindow HiddenFrameXXX fields to decorrelate them from resizing behavior, as those values are set by other logic.
omar
committed
on 28 Mar 2019
|
|
2019-03-27 |
Docking: Added ImGuiDockNodeFlags_NoTabBar (not exposed publicly). (#2423, #2109)
omar
committed
on 27 Mar 2019
|
Docking: Internals: Moved CentralNode and HiddenTabBar state into LocalFlags for consistency. (#2423, #2109)
omar
committed
on 27 Mar 2019
|
|
Docking: Separating SharedFlags vs LocalFlags in dock node so settings can be applied to individual nodes. Made _NoResize logic on single node applies as expected. (#2423, #2109)
omar
committed
on 27 Mar 2019
|
|
Renamed ImGuiDockNodeFlags_Dockspace to ImGuiDockNodeFlags_DockSpace for consistency. DockBuilderCopyDockspace() to DockBuilderCopyDockSpace(). Made casing consistent elsewhere. (#2109)
omar
committed
on 27 Mar 2019
|
|
Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
omar
committed
on 27 Mar 2019
|
|
2019-03-25 |
|
2019-03-16 |
Comments, todo list, remove trailing spaces.
omar
committed
on 16 Mar 2019
|
2019-03-15 |
Version 1.70 WIP
omar
committed
on 15 Mar 2019
|
2019-03-13 |
|
Version 1.69, comments, typos
omar
committed
on 13 Mar 2019
|
|
2019-03-12 |
TabBar: Reworked scrolling policy (when ImGuiTabBarFlags_FittingPolicyScroll is set) to teleport the view when aiming at a tab far away the visible section, and otherwise accelerate the scrolling speed to cap the scrolling time to 0.3 seconds.
omar
committed
on 12 Mar 2019
|