2018-03-03 |
|
---|---|
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
|
|
Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT for consistency with other enums. Added
omar
committed
on 3 Mar 2018
|
|
Added ArrowButton(). Exposed ImGuiDir.
omar
committed
on 3 Mar 2018
|
|
BeginCombo(): Added ImGuiComboFlags_NoArrowButton and ImGuiComboFlags_NoPreview flags + hover color matches drag and sliders.
omar
committed
on 3 Mar 2018
|
|
Merge branch 'patch-1' of https://github.com/stfx/imgui into stfx-patch-1
omar
committed
on 3 Mar 2018
|
|
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
|
|
Internal: renamed RenderTriangle() to RenderArrow().
omar
committed
on 3 Mar 2018
|
|
2018-03-02 |
Viewport: Replaced UpdatePlatformWindows/RenderPlatformWindows by RenderAdditionalViewports(). The update is always called in EndFrame(). (#1542)
omar
committed
on 2 Mar 2018
|
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 |
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
|
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 |
Internal: Moved IM_NEWLINE helper to imgui_internal.h
omar
committed
on 28 Feb 2018
|
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar
committed
on 28 Feb 2018
|
|
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar
committed
on 28 Feb 2018
|
|
2018-02-27 |
Viewport: Initial viewport branch+ platform api commit (squashed from previous commits, still very WIP) (#1542)
omar
committed
on 27 Feb 2018
|
Metrics: Added option to show begin order, useful for debugging.
omar
committed
on 27 Feb 2018
|
|
Internal: Minor renaming.
omar
committed
on 27 Feb 2018
|
|
Internals: Moving window: test mouse validity while translating window + using SetWindowPos().
omar
committed
on 27 Feb 2018
|
|
Removed DisplayVisibleMin/DisplayVisibleMax facility (as part of # 1542). Misc comments.
omar
committed
on 27 Feb 2018
|
|
Clearing next window data at the end of Begin() more reliably. Misc comments.
omar
committed
on 27 Feb 2018
|
|
Internals: Settings: Added ReadCloseFn to allow handlers to sanitize data on a per-entry basis.
omar
committed
on 27 Feb 2018
|
|
2018-02-26 |
|
ImRect: Removed misleading IsFinite() function used by some Nav code.
omar
committed
on 26 Feb 2018
|
|
2018-02-25 |
Compacted some old Breaking Changes notes (Pre July 2015 stuff)
omar
committed
on 25 Feb 2018
|
Changelog: Added all change infos since 1.53 up to the current version.
omar
committed
on 25 Feb 2018
|
|
TreeNode: Renamed Beta ImGuiTreeNodeFlags_NavCloseFromChild to ImGuiTreeNodeFlags_NavLeftJumpsBackHere. (#1079)
omar
committed
on 25 Feb 2018
|
|
2018-02-23 |
Merge branch 'master' into examples_refactor
omar
committed
on 23 Feb 2018
|
2018-02-22 |
Merge branch 'master' of https://github.com/podgorskiy/imgui into podgorskiy-master
omar
committed
on 22 Feb 2018
|
A tiny optimization to ImLineClosestPoint. Removed unnecessary sqrtf call.
...
Podgorskiy
committed
on 22 Feb 2018
|