History for imgui / imgui_internal.h
2019-04-13
@omar
Docking: Internal: Added helper for automation to process docking at the mouse level.
omar committed on 13 Apr 2019
@omar
Merge branch 'master' into docking ...
omar committed on 13 Apr 2019
2019-04-12
@omar
Docking: Rename typo Autority -> Authority + Rename DockContextNewFrameUpdateDocking -> DockContextUpdateDocking.
omar committed on 12 Apr 2019
@omar
Tests: Added hook/tweaks for imgui-test engine. + Fixed warnings.
omar committed on 12 Apr 2019
@omar
Docking: Hold Shift to force disable docking. (#2109)
omar committed on 12 Apr 2019
@omar
Tests: Added hook/tweaks for imgui-test engine. + Fixed warnings.
omar committed on 12 Apr 2019
@omar
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
@omar
Merge branch 'master' into docking ...
omar committed on 11 Apr 2019
@omar
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
@omar
Merge branch 'master' into docking
omar committed on 8 Apr 2019
@omar
Internals: Selectable: Added ImGuiSelectableFlags_AllowItemOverlap in imgui_internal.h (~ #684, #2341)
omar committed on 8 Apr 2019
2019-04-03
@omar
Merge branch 'master' into docking ...
omar committed on 3 Apr 2019
@omar
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
@omar
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
@omar
Viewport: Renamed member + added note about a Docking issue with restoring focus.
omar committed on 28 Mar 2019
@omar
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
@omar
Merge branch 'master' into docking ...
omar committed on 28 Mar 2019
@omar
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
@omar
Docking: Added ImGuiDockNodeFlags_NoTabBar (not exposed publicly). (#2423, #2109)
omar committed on 27 Mar 2019
@omar
Docking: Internals: Moved CentralNode and HiddenTabBar state into LocalFlags for consistency. (#2423, #2109)
omar committed on 27 Mar 2019
@omar
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
@omar
Renamed ImGuiDockNodeFlags_Dockspace to ImGuiDockNodeFlags_DockSpace for consistency. DockBuilderCopyDockspace() to DockBuilderCopyDockSpace(). Made casing consistent elsewhere. (#2109)
omar committed on 27 Mar 2019
@omar
Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
omar committed on 27 Mar 2019
2019-03-25
@omar
Merge branch 'master' into docking ...
omar committed on 25 Mar 2019
2019-03-16
@omar
Comments, todo list, remove trailing spaces.
omar committed on 16 Mar 2019
2019-03-15
@omar
Version 1.70 WIP
omar committed on 15 Mar 2019
2019-03-13
@omar
Merge branch 'master' into docking ...
omar committed on 13 Mar 2019
@omar
Version 1.69, comments, typos
omar committed on 13 Mar 2019
2019-03-12
@omar
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
@omar
Merge branch 'master' into docking ...
omar committed on 12 Mar 2019