History for imgui / examples / imgui_impl_metal.mm
2019-05-29
@Max Thrun
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
@omar
Examples: Added missing per-renderer local changelogs. (#2037, #1639, #2452)
omar committed on 30 Apr 2019
@Max Thrun
ImDrawCallback_ResetRenderState: Added Metal.
Max Thrun authored on 29 Mar 2019 omar committed on 30 Apr 2019
2019-04-17
@omar
Clarified asserts comments + todo entries. (#2500)
omar committed on 17 Apr 2019
2019-04-03
@omar
Tabs to Spaces, comments.
omar committed on 3 Apr 2019
2019-03-09
@Bruce Mitchener
Fix typos. (#2413)
Bruce Mitchener authored on 9 Mar 2019 omar committed on 9 Mar 2019
2019-02-12
@omar
Examples: Metal: Compilation fix.
omar committed on 12 Feb 2019
2019-02-11
@omar
ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale). ...
omar committed on 11 Feb 2019
@Omar Cornut
Examples: Metal: Removed unnecessary loop. Fixed OSX Clang warning in imstb_truetype. (#1929, #1873)
Omar Cornut committed on 11 Feb 2019
2019-01-20
@omar
Removed trailing spaces (#2038, #2299)
omar committed on 20 Jan 2019
2019-01-03
@Alzathar
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
@omar
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar committed on 30 Nov 2018
2018-09-13
@omar
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
omar committed on 13 Sep 2018
2018-08-09
@omar
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
@omar
Examples: Comments + shallow coding convention tweak to be consistent across examples and with imgui_impl_osx
omar committed on 8 Jul 2018
@Omar Cornut
Apple: Fixed example_osx_opengl2, renamed to example_apple_opengl2 + misc comments
Omar Cornut committed on 8 Jul 2018
2018-07-05
@Warren Moore
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