2019-03-26 |
Docking: Wrapping tab bar creation/destroy to make it easier to debug them.
omar
committed
on 26 Mar 2019
|
---|---|
Docking: Fixed crash with ImGuiDockNodeFlags_AutoHideTabBar flag. (#2423, #2109)
omar
committed
on 26 Mar 2019
|
|
2019-03-25 |
|
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
|
|
InputText: Simplify read-only code path.
omar
committed
on 25 Mar 2019
|
|
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 |
Mention Julia binding in README (#2446)
...
Gnimuc
authored
on 23 Mar 2019
omar
committed
on 23 Mar 2019
|
2019-03-18 |
Docking: BeginDocked() doesn't need to rely on tab bar data (will allow removing tab bar).
omar
committed
on 18 Mar 2019
|
Docking: Preserve existing docked nodes when setting the ImGuiDockNodeFlags_NoDockingInCentralNode flag. (#2423, #2109)
omar
committed
on 18 Mar 2019
|
|
2019-03-16 |
Comments, todo list, remove trailing spaces.
omar
committed
on 16 Mar 2019
|
2019-03-15 |
Viewports: Fixed being unable to refocus windows when ConfigViewportsNoTaskBarIcon + ConfigViewportsNoDecoration are enabled. (#2420, #1542) [@PathogenDavid] + comments.
omar
committed
on 15 Mar 2019
|
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
|
|
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
|
|
Version 1.70 WIP
omar
committed
on 15 Mar 2019
|
|
2019-03-13 |
Demo: Custom rendering: Minor sizing issue fix.
omar
committed
on 13 Mar 2019
|
|
|
Version 1.69, comments, typos
omar
committed
on 13 Mar 2019
|
|
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
|
|
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 |
Internals: Fixed Navigation from reaching ImGuiItemFlags_Disabled items (#211) + Examples comments
omar
committed
on 12 Mar 2019
|
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
|
|
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
|
|
|
|
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
|
|
Fixed Clang and PVS warnings.
omar
committed
on 12 Mar 2019
|
|
InputText: Fixed c779fbb leading to display of the wrong buffer when resizing a buffer. (#2400, #2006, #1443, #1008).
omar
committed
on 12 Mar 2019
|
|
Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008).
omar
committed
on 12 Mar 2019
|
|
2019-03-11 |
Added GetGlyphRangesVietnamese() helper. (#2403)
omar
committed
on 11 Mar 2019
|
Internal: Removed unused fields from ImGuiMenuColumns.
omar
committed
on 11 Mar 2019
|
|
Docking: Fixed node merging altering window position incorrectly in a way that would make SizeContents incorrect for the next frame (making scrollbar flicker). (#2414, #2109)
omar
committed
on 11 Mar 2019
|