2018-09-10 |
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
|
---|---|
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 |
|
Docking: Added Docking system. Enable with io.ConfigFlags |= ImGuiConfigFlags_DockingEnable. (Part 1) (#351)
omar
committed
on 6 Sep 2018
|
|
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
|
|
Tabs: Added BeginTabBar(), EndTabBar(), BeginTabItem(), EndTabItem() + demo. (#261, #351)
omar
committed
on 6 Sep 2018
|
|
Internals: Added ImPool helper structure. Moved ImVec1f.
omar
committed
on 6 Sep 2018
|
|
Internals: Split RenderTextClipped into two functions.
omar
committed
on 6 Sep 2018
|
|
Version 1.66 WIP
omar
committed
on 6 Sep 2018
|
|
|
|
Version 1.65
omar
committed
on 6 Sep 2018
|
|
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 |
Viewport: Making the code a little more sturdy (flag changes) + added descriptions. (#1542)
omar
committed
on 5 Sep 2018
|
Minor mostly inconsequential merges from Viewport + LoadIniSettingsFromMemory() entirely skip lines starting with ';'
omar
committed
on 5 Sep 2018
|
|
Merge branch 'master' into viewport
omar
committed
on 5 Sep 2018
|
|
Viewport: Moved code following refactor. (#2036, #1542)
omar
committed
on 5 Sep 2018
|
|
2018-09-03 |
Internals: Exposed SliderBehaviorT, DragBehaviorT, RoundScalarWithFormatT, SliderCalcRatioFromValueT. (#2036)
...
omar
committed
on 3 Sep 2018
|
Version 1.65 WIP
omar
committed
on 3 Sep 2018
|
|
2018-08-31 |
|
Version 1.64
omar
committed
on 31 Aug 2018
|
|
2018-08-30 |
Refactor: Internals: Moved Settings functions in imgui.cpp in their own section. (#2036)
omar
committed
on 30 Aug 2018
|
Refactor: Internals: Moved Settings functions in imgui.cpp in their own section. (#2036)
omar
committed
on 30 Aug 2018
|
|
Version 1.64 WIP
omar
committed
on 30 Aug 2018
|
|
Version 1.64 WIP
omar
committed
on 30 Aug 2018
|
|
2018-08-29 |
|
Version 1.63
omar
committed
on 29 Aug 2018
|
|
Internals: Tidying up, moving helpers to imgui_internal.h (in prevision of 1.64 refactor)
omar
committed
on 29 Aug 2018
|
|
2018-08-28 |
Internals: Merged some changes to facilitate 1D->2D transition for some elements, and merging the stack layout PR (#846)
omar
committed
on 28 Aug 2018
|
2018-08-25 |
|
2018-08-23 |
Internals: Renaming of non-user facing parts from ValueChanged to Edited terminology. (#2034, #820, #956, #1875)
omar
committed
on 23 Aug 2018
|