2019-03-27
@omar
Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
omar committed on 27 Mar 2019
2019-03-26
@omar
Docking: Tweak and silencing PVS studio static analyzer (back to zero warnings among our selected ones).
omar committed on 26 Mar 2019
@Tom Watson
Docking: Fixed an issue where windows docked into a node that's part of their dockspace wouldn't recover their order correctly after init. (#2109) ...
Tom Watson authored on 13 Mar 2019 omar committed on 26 Mar 2019
@omar
Docking: Wrapping tab bar creation/destroy to make it easier to debug them.
omar committed on 26 Mar 2019
@omar
Docking: Fixed crash with ImGuiDockNodeFlags_AutoHideTabBar flag. (#2423, #2109)
omar committed on 26 Mar 2019
2019-03-25
@omar
Merge branch 'master' into docking ...
omar committed on 25 Mar 2019
@omar
InputText: Fixed selection background starts rendering one frame after the cursor movement when first transitioning from no-selection to has-selection. (Bug in 1.69) (#2436) [@Nazg-Gul]
omar committed on 25 Mar 2019
@omar
InputText: Simplify read-only code path.
omar committed on 25 Mar 2019
@omar
IsWindowHovered() made change which should have no effect in master but fix result of IsWindowHovered(ImGuiHoveredFlags_ChildWindows) over multiple viewport in docking branch. (#2432)
omar committed on 25 Mar 2019
2019-03-23
@Gnimuc
Mention Julia binding in README (#2446) ...
Gnimuc authored on 23 Mar 2019 omar committed on 23 Mar 2019
2019-03-18
@omar
Docking: BeginDocked() doesn't need to rely on tab bar data (will allow removing tab bar).
omar committed on 18 Mar 2019
@omar
Docking: Preserve existing docked nodes when setting the ImGuiDockNodeFlags_NoDockingInCentralNode flag. (#2423, #2109)
omar committed on 18 Mar 2019
2019-03-16
@omar
Comments, todo list, remove trailing spaces.
omar committed on 16 Mar 2019
2019-03-15
@omar
Viewports: Fixed being unable to refocus windows when ConfigViewportsNoTaskBarIcon + ConfigViewportsNoDecoration are enabled. (#2420, #1542) [@PathogenDavid] + comments.
omar committed on 15 Mar 2019
@omar
GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. (#2419)
omar committed on 15 Mar 2019
@omar
Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized GL function loaders early, and help users understand what they are missing. (#2421)
omar committed on 15 Mar 2019
@omar
Version 1.70 WIP
omar committed on 15 Mar 2019
2019-03-13
@omar
Demo: Custom rendering: Minor sizing issue fix.
omar committed on 13 Mar 2019
@omar
Merge branch 'master' into docking ...
omar committed on 13 Mar 2019
@omar
Version 1.69, comments, typos
omar committed on 13 Mar 2019
@omar
Viewport: DestroyPlatformWindow() skips calling user function if PlatformWindowCreated is set. + Clarified comment about implicit Debug viewport which may be hogging a viewport.
omar committed on 13 Mar 2019
@David Maas
Fixed main viewport not being marked as created, which broke updating the IME input position for the main viewport. ...
David Maas authored on 12 Mar 2019 omar committed on 13 Mar 2019
2019-03-12
@omar
Internals: Fixed Navigation from reaching ImGuiItemFlags_Disabled items (#211) + Examples comments
omar committed on 12 Mar 2019
@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
TabBar: Fixed Tab tooltip code making drag and drop tooltip disappear during the frame where the drag payload activate a tab.
omar committed on 12 Mar 2019
@omar
Merge branch 'master' into docking ...
omar committed on 12 Mar 2019
@omar
Examples: GLFW, SDL: Preserve DisplayFramebufferScale when main viewport is minimized. (This is particularly useful for the viewport branch because we are not supporting per-viewport frame-buffer scale. It fixes windows not refreshing when main viewport is minimized.) (#2416)
omar committed on 12 Mar 2019
@omar
Fixed Clang and PVS warnings.
omar committed on 12 Mar 2019
@omar
InputText: Fixed c779fbb leading to display of the wrong buffer when resizing a buffer. (#2400, #2006, #1443, #1008).
omar committed on 12 Mar 2019
@omar
Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008).
omar committed on 12 Mar 2019