History for imgui / imgui.cpp
2018-03-03
@omar
Merge branch 'master' into viewport ...
omar committed on 3 Mar 2018
@omar
Viewport: Give a chance to platform and renderer to actually destroy their data. Otherwise the regular ImplXXX_Shutdown + following by DestroyContext() order fails to fullifl this. (#1542)
omar committed on 3 Mar 2018
@omar
Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT for consistency with other enums. Added
omar committed on 3 Mar 2018
@omar
Added ArrowButton(). Exposed ImGuiDir.
omar committed on 3 Mar 2018
@omar
BeginCombo(): Added ImGuiComboFlags_NoArrowButton and ImGuiComboFlags_NoPreview flags + hover color matches drag and sliders.
omar committed on 3 Mar 2018
@omar
Merge branch 'patch-1' of https://github.com/stfx/imgui into stfx-patch-1
omar committed on 3 Mar 2018
@omar
Combo: Arrow button isn't displayed over frame color, so color is consistent with other button + the button doesn't have inner rounding.
omar committed on 3 Mar 2018
@omar
Internal: renamed RenderTriangle() to RenderArrow().
omar committed on 3 Mar 2018
2018-03-02
@omar
Viewport: Replaced UpdatePlatformWindows/RenderPlatformWindows by RenderAdditionalViewports(). The update is always called in EndFrame(). (#1542)
omar committed on 2 Mar 2018
@omar
Viewport: When enabled we assert against using RenderDrawListFn to make user more aware of rendering order. (#1542)
omar committed on 2 Mar 2018
2018-03-01
@omar
Viewport: Always be lenient with invalid mouse position during dragging, since they are provided by back-end and technically acceptable inputs + comments. (#1542)
omar committed on 1 Mar 2018
@omar
Nav: Added links to PNG/PSD files for PS4 and Switch. Fixed suggested Joy-con mapping as per typical Nintendo-style mapping. (#787)
omar committed on 1 Mar 2018
2018-02-28
@omar
Internal: Moved IM_NEWLINE helper to imgui_internal.h
omar committed on 28 Feb 2018
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
2018-02-27
@omar
Viewport: Initial viewport branch+ platform api commit (squashed from previous commits, still very WIP) (#1542)
omar committed on 27 Feb 2018
@omar
Metrics: Added option to show begin order, useful for debugging.
omar committed on 27 Feb 2018
@omar
Internal: Minor renaming.
omar committed on 27 Feb 2018
@omar
Internals: Moving window: test mouse validity while translating window + using SetWindowPos().
omar committed on 27 Feb 2018
@omar
Removed DisplayVisibleMin/DisplayVisibleMax facility (as part of # 1542). Misc comments.
omar committed on 27 Feb 2018
@omar
Clearing next window data at the end of Begin() more reliably. Misc comments.
omar committed on 27 Feb 2018
@omar
Internals: Settings: Added ReadCloseFn to allow handlers to sanitize data on a per-entry basis.
omar committed on 27 Feb 2018
2018-02-26
@omar
Merge branch 'master' into examples_refactor ...
omar committed on 26 Feb 2018
@omar
ImRect: Removed misleading IsFinite() function used by some Nav code.
omar committed on 26 Feb 2018
2018-02-25
@omar
Compacted some old Breaking Changes notes (Pre July 2015 stuff)
omar committed on 25 Feb 2018
@omar
Changelog: Added all change infos since 1.53 up to the current version.
omar committed on 25 Feb 2018
@omar
TreeNode: Renamed Beta ImGuiTreeNodeFlags_NavCloseFromChild to ImGuiTreeNodeFlags_NavLeftJumpsBackHere. (#1079)
omar committed on 25 Feb 2018
2018-02-23
@omar
Merge branch 'master' into examples_refactor
omar committed on 23 Feb 2018
2018-02-22
@omar
Merge branch 'master' of https://github.com/podgorskiy/imgui into podgorskiy-master
omar committed on 22 Feb 2018
@Podgorskiy
A tiny optimization to ImLineClosestPoint. Removed unnecessary sqrtf call. ...
Podgorskiy committed on 22 Feb 2018