History for imgui / imgui_internal.h
2018-09-17
@omar
Docking: Internals: Transitioning some code toward consistently using ImGuiContext* ctx parameter instead of ImGuiDockContext
omar committed on 17 Sep 2018
2018-09-14
@omar
Fixed bad merge (a82be53) where we lost the version number in Docking branch + moved Docking related API together for now.
omar committed on 14 Sep 2018
@omar
Docking: Removed SplitRatio from ImGuiDockNode and ImGuiDockNodeSettings, which we don't need anymore.
omar committed on 14 Sep 2018
@omar
Merge branch 'viewport' into docking ...
omar committed on 14 Sep 2018
2018-09-11
@omar
Docking: Internal renaming and comments. + Fixed DockNodeMoveChildNodes() to transfer the LastExplicitSize value (was inconsequential afaik).
omar committed on 11 Sep 2018
@omar
Docking: Added ImGuiDockSpaceFlags_KeepAliveOnly, important for multiple level of tabs. (also renamed ImGuiDockFlags to ImGuiDockSpaceFlags.)
omar committed on 11 Sep 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 11 Sep 2018
2018-09-10
@omar
Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.
omar committed on 10 Sep 2018
@omar
Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.
omar committed on 10 Sep 2018
@omar
Docking: Updating LastFrameActive earlier in Begin() because BeginDocked() will need to use it. Extracted some code into a DockNodeIsDropAllowedOne() function. Comments.
omar committed on 10 Sep 2018
@omar
Docking: Added SetNextWindowUserType() + user type filtering in dockspace and window merging. Added DockSpace() flag ImGuiDockFlags_NoSplit. Renaming. Reworked the DockNodeUpdateFindOnlyNodeWithWindows code so DockNodeUpdate can access the first window.
omar committed on 10 Sep 2018
2018-09-06
@omar
Merge branch 'docking2' into viewport_docking ...
omar committed on 6 Sep 2018
@omar
Docking: Added Docking system. Enable with io.ConfigFlags |= ImGuiConfigFlags_DockingEnable. (Part 1) (#351)
omar committed on 6 Sep 2018
@omar
Docking: Added ImVec2[] non const operator. Added ImStrSkipBlank. Reseting some values earlier in Begin. Added IMGUI_DEBUG_LOG() helper. Added docking source code section.
omar committed on 6 Sep 2018
@omar
Tabs: Added BeginTabBar(), EndTabBar(), BeginTabItem(), EndTabItem() + demo. (#261, #351)
omar committed on 6 Sep 2018
@omar
Internals: Added ImPool helper structure. Moved ImVec1f.
omar committed on 6 Sep 2018
@omar
Internals: Split RenderTextClipped into two functions.
omar committed on 6 Sep 2018
@omar
Version 1.66 WIP
omar committed on 6 Sep 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 6 Sep 2018
@omar
Version 1.65
omar committed on 6 Sep 2018
@omar
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036) ...
omar committed on 6 Sep 2018
2018-09-05
@omar
Viewport: Making the code a little more sturdy (flag changes) + added descriptions. (#1542)
omar committed on 5 Sep 2018
@omar
Minor mostly inconsequential merges from Viewport + LoadIniSettingsFromMemory() entirely skip lines starting with ';'
omar committed on 5 Sep 2018
@omar
Merge branch 'master' into viewport
omar committed on 5 Sep 2018
@omar
Viewport: Moved code following refactor. (#2036, #1542)
omar committed on 5 Sep 2018
2018-09-03
@omar
Internals: Exposed SliderBehaviorT, DragBehaviorT, RoundScalarWithFormatT, SliderCalcRatioFromValueT. (#2036) ...
omar committed on 3 Sep 2018
@omar
Version 1.65 WIP
omar committed on 3 Sep 2018
2018-08-31
@omar
Merge branch 'master_164' into viewport_164 ...
omar committed on 31 Aug 2018
@omar
Version 1.64
omar committed on 31 Aug 2018
2018-08-30
@omar
Refactor: Internals: Moved Settings functions in imgui.cpp in their own section. (#2036)
omar committed on 30 Aug 2018