2019-06-12 |
|
---|---|
2019-05-29 |
Examples/Backends: Metal: Added support for large meshes (64k+ vertices) with 16-bits indices, enable 'ImGuiBackendFlags_HasVtxOffset' config flag in back-end. (#2591, #2592)
Max Thrun
authored
on 29 May 2019
omar
committed
on 29 May 2019
|
2019-04-30 |
Examples: Added missing per-renderer local changelogs. (#2037, #1639, #2452)
omar
committed
on 30 Apr 2019
|
ImDrawCallback_ResetRenderState: Added Metal.
Max Thrun
authored
on 29 Mar 2019
omar
committed
on 30 Apr 2019
|
|
2019-04-17 |
Clarified asserts comments + todo entries. (#2500)
omar
committed
on 17 Apr 2019
|
2019-04-03 |
Tabs to Spaces, comments.
omar
committed
on 3 Apr 2019
|
2019-03-09 |
Fix typos. (#2413)
Bruce Mitchener
authored
on 9 Mar 2019
omar
committed
on 9 Mar 2019
|
2019-02-12 |
Examples: Metal: Compilation fix.
omar
committed
on 12 Feb 2019
|
2019-02-11 |
ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale).
...
omar
committed
on 11 Feb 2019
|
Examples: Metal: Removed unnecessary loop. Fixed OSX Clang warning in imstb_truetype. (#1929, #1873)
Omar Cornut
committed
on 11 Feb 2019
|
|
2019-01-20 |
Removed trailing spaces (#2038, #2299)
omar
committed
on 20 Jan 2019
|
2019-01-03 |
Examples: Downgrading projects to xcode 9.2 (maybe 8.0) (#2134)
...
Alzathar
authored
on 3 Jan 2019
omar
committed
on 3 Jan 2019
|
2018-11-30 |
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar
committed
on 30 Nov 2018
|
2018-09-13 |
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
omar
committed
on 13 Sep 2018
|
2018-08-09 |
Examples: Cast to ImTextureID instead of void* when assigning to TexId. Applied to all examples. (#2015)
omar
committed
on 9 Aug 2018
|
2018-07-08 |
Examples: Comments + shallow coding convention tweak to be consistent across examples and with imgui_impl_osx
omar
committed
on 8 Jul 2018
|
Apple: Fixed example_osx_opengl2, renamed to example_apple_opengl2 + misc comments
Omar Cornut
committed
on 8 Jul 2018
|
|
2018-07-05 |
Introduced a new Metal renderer implementation and a new example illustrating usage of Metal on macOS and iOS (partially addresses #1873)
Warren Moore
committed
on 5 Jul 2018
|