History for imgui / imgui_widgets.cpp
2018-09-30
@omar
Docking: Reorganizing some of the tab-bar selection and window focus related code.
omar committed on 30 Sep 2018
@omar
Style: Added style.TabRounding setting.
omar committed on 30 Sep 2018
2018-09-26
@omar
Merge branch 'viewport' into docking
omar committed on 26 Sep 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 26 Sep 2018
@omar
Docking: Fixed tab order restoring (follow up to 67be485e, broken in 455dc6e2)
omar committed on 26 Sep 2018
2018-09-24
@omar
Docking: Added DockBuilderRemoveNode() + various tweaks. Fixed dragging/undocking dock node from CollapseButton.
omar committed on 24 Sep 2018
@omar
Docking: Some DockBuilder functions are applied on settings data if windows are not present. Added DockBuilderCreateNode which needs a size else if we can't split properly. DockNodeTreeSplit() doesn't clamp SizeRef. (+1 squashed commits)
omar committed on 24 Sep 2018
2018-09-21
@omar
TabBar: Recover if SelectedTabId doesn't exist anymore.
omar committed on 21 Sep 2018
2018-09-20
@omar
ArrowButton(): Fixed arrow shape being horizontally misaligned by (FramePadding.y-FramePadding.x) if they are different. ...
omar committed on 20 Sep 2018
2018-09-19
@omar
Docking: Added undocking of whole dock node by dragging from the Collapse button. Super useful and works great!
omar committed on 19 Sep 2018
@omar
Docking: Creating tab bar and adding window into tab bar immediately (not sure why I didn't do that before). Probably broke something subtle, will find out. *Edit* Initially broke restoring selected tab.
omar committed on 19 Sep 2018
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
Merge branch 'viewport' into docking ...
omar committed on 14 Sep 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 14 Sep 2018
@omar
BeginMenu(): Fixed menu popup horizontal offset being off the item in the menu bar when WindowPadding=0.0f.
omar committed on 14 Sep 2018
@omar
ColorPicker: Replaced the Separator with a Spacing call. (#2068)
omar committed on 14 Sep 2018
2018-09-12
@Elias Daler
Fix MSVC's C4312 warning about casting user texture type to void* in ImageButton (#2080)
Elias Daler authored on 12 Sep 2018 omar committed on 12 Sep 2018
2018-09-11
@omar
Internals: Replace unsigned short with ImWchar when dealing with character storage (missing cases) + in imgui_impl_ file keep using neutral type everywhere, added missing explicit cast in three bindings. (#2078)
omar committed on 11 Sep 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 11 Sep 2018
@omar
DragFloat: Disabled using power curve when one edge is FLT_MAX (broken in 1.61). Disabled setting a default drag speed when one edge is FLT_MAX. (#2024)
omar committed on 11 Sep 2018
@omar
DragFloat: Fixed a situation where dragging with value rounding enabled or with a power curve erroneously wrapped the value to one of the min/max edge. (#2024, #708, #320, #2075).
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: io.ConfigResizeWindowsFromEdges default to true in Docking branch. Moved code in BeginTabItem().
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
Tabs: Added BeginTabBar(), EndTabBar(), BeginTabItem(), EndTabItem() + demo. (#261, #351)
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