2018-09-10 |
Docking: io.ConfigResizeWindowsFromEdges default to true in Docking branch. Moved code in BeginTabItem().
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
|
|
Tabs: Added BeginTabBar(), EndTabBar(), BeginTabItem(), EndTabItem() + demo. (#261, #351)
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
|
|
|
|
Refactor: Tweaked and improved the sectioning to facilitate grepping/moving around and applied to all files. (#2036)
omar
committed
on 6 Sep 2018
|
|
2018-09-05 |
|
Refactor: moved low-layout helpers to imgui_widgets.cpp (Spacing, Dummy, NewLine, Separator, etc.) (#2036)
omar
committed
on 5 Sep 2018
|
|
Merge branch 'master' into viewport + added viewport ConfigFlags/BackendFlags
...
omar
committed
on 5 Sep 2018
|
|
Renamed io.OptCursorBlink/io.ConfigCursorBlink to io.ConfigInputTextCursorBlink. (#1427) + changed ImGuiIO layout.
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
|
|
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 |
|
Fix missing include on some systems to use intptr_t. (#2036, #2054)
omar
committed
on 31 Aug 2018
|
|
|
|
Version 1.64
omar
committed
on 31 Aug 2018
|
|
Tweak comments and indexes
omar
committed
on 31 Aug 2018
|
|
2018-08-30 |
Refactor: Moved Scrollbar function from imgui.cpp to imgui_widgets.cpp, added file index (#2036)
omar
committed
on 30 Aug 2018
|
Refactor: Moved Scrollbar function from imgui.cpp to imgui_widgets.cpp, added file index (#2036)
omar
committed
on 30 Aug 2018
|
|
Refactor: Moved Slider/Drag/Input functions + support DataType stuff from imgui.cpp to imgui_widgets.cpp (#2036)
omar
committed
on 30 Aug 2018
|
|
Refactor: Moved InputText functions from imgui.cpp to imgui_widgets.cpp (#2036)
omar
committed
on 30 Aug 2018
|
|
Refactor: Moved ColorEdit/ColorPicker/ColorButton/etc. functions from imgui.cpp to imgui_widgets.cpp (#2036)
omar
committed
on 30 Aug 2018
|
|
Refactor: Moved Tree/Selectable functions from imgui.cpp to imgui_widgets.cpp (#2036)
omar
committed
on 30 Aug 2018
|