2019-05-12
@Chris Savoie
Fixed unused variables warnings when asserts are compiled out. (#2551)
Chris Savoie authored on 12 May 2019 omar committed on 12 May 2019
2019-05-11
@Alzathar
Platform Binding for GLFW updated with the release of GLFW 3.3 (#2547) ...
Alzathar authored on 11 May 2019 omar committed on 11 May 2019
2019-05-10
@omar
Fixed a PVS Studio static analyzer warning.
omar committed on 10 May 2019
@omar
Merge branch 'master' into docking ...
omar committed on 10 May 2019
@omar
Internal: Extracted some of the Begin code into RenderWindowDecorations().
omar committed on 10 May 2019
@omar
Internal: Extracted some of the Begin code into RenderWindowTitleBarContents().
omar committed on 10 May 2019
@omar
Internal: Begin: Update rectangles before Scrollbar() which now uses them. Fixes 39eeda0.
omar committed on 10 May 2019
@omar
Internal: Scrollbar: Further sane simplification (using InnerMainRect instead of duplicating calculations).
omar committed on 10 May 2019
@omar
Internal: Scrollbar: Extracted scrollbar code for other uses (eg. table v2 scrolling without using a child window).
omar committed on 10 May 2019
2019-05-09
@omar
Separator: Revert 1.70 "Declare its thickness (1.0f) to the layout" change (c5d83d8a). It's not incorrect but it breaks existing some layout patterns. Will return back to it when we expose Separator flags.
omar committed on 9 May 2019
@omar
Internals: Columns: Renamed fields. Comments and tweak. Moved a demo block.
omar committed on 9 May 2019
@omar
Internal: Refactored Separator into SeparatorEx(), exposed ImGuiSeparatorFlags_SpanAllColumns in imgui_internal.h and support without. (#759) + misc comments
omar committed on 9 May 2019
@omar
Columns: Fixed Separator from creating an extraneous draw command. Fixed Selectable with SpanAllColumns flag from creating an extraneous draw command. (#125)
omar committed on 9 May 2019
2019-05-08
@omar
Viewports: Minor tweaks. (#2471)
omar committed on 8 May 2019
@omar
Viewports: Fix to avoid SetNextWindowViewport being overrided by creation of a standalone viewport. (#2544, #1542)
omar committed on 8 May 2019
2019-05-07
@omar
Version 1.71 WIP + fixed minor typo
omar committed on 7 May 2019
2019-05-06
@omar
Version 1.70
omar committed on 6 May 2019
@omar
Examples: DirectX9: Fixes for multi-viewports. Avoid using a depth/stencil target for secondary viewport. (#2520, #2502)
omar committed on 6 May 2019
@omar
Examples: DirectX9: Fixes for multi-viewports, destroying all swap chains. (#2520, #2502)
omar committed on 6 May 2019
@omar
Merge branch 'master' into docking ...
omar committed on 6 May 2019
@omar
Examples: DirectX9/10/11: Taking reference to device + subsequent merge of this in docking will fix DX9 issue #2524
omar committed on 6 May 2019
@omar
Examples Readme and Changelog tweaks, added #2527, re-ordered examples/README alphabetically.
omar committed on 6 May 2019
@Max Thrun
Examples: Metal: Add GLFW+Metal example
Max Thrun authored on 1 May 2019 omar committed on 6 May 2019
2019-05-04
@ibachar
Removed git merge leftovers
ibachar authored on 4 May 2019 omar committed on 4 May 2019
2019-05-03
@omar
Window: Fixed SetNextWindowSizeConstraints() with non-rounded positions making windows drift. (#2067, #2530)
omar committed on 3 May 2019
@omar
Misc: Made IMGUI_CHECKVERSION() macro also check for matching size of ImDrawIdx.
omar committed on 3 May 2019
@omar
Internals: Fixed incorrect repeat delay/rate calculation in IsMouseClicked() with repeat flag leading to involontary but thankfully doubling the rate. Using our standard function, making the multiplicator explicit.
omar committed on 3 May 2019
@omar
Selectable: With ImGuiSelectableFlags_AllowDoubleClick doesn't return true on the mouse button releas efollowing the double-click. Only first mouse release + second mouse down (double-click) returns true. Likewise for internal ButtonBehavior() with both _PressedOnClickRelease | _PressedOnDoubleClick. (#2503)
omar committed on 3 May 2019
2019-05-02
@omar
Demo: Improved trees in columns demo. (#2136)
omar committed on 2 May 2019
@omar
Internals: Rename GetContentRegionMaxScreen() -> GetWorkRectMax(). At this point this is mostly useful to facilitate merge of other branches.
omar committed on 2 May 2019