From d5be602f73c51896838318958cd6c930f18cc8c3 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Thu, 16 Jul 2020 17:32:55 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.markdown | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 152bb05..a3073e2 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -2,9 +2,26 @@ ## [Unreleased] +### Added + +- Support for ConfigFlags::RENDERER_HAS_VTX_OFFSET in imgui-glium-renderer + and imgui-gfx-renderer. This makes it possible to output large meshes (e.g. + complex UIs) without problems when using these renderers +- `Ui::begin_tooltip` to support using tooltips with stack tokens instead + of closures +- API for accessing the background drawlist +- Tab bar / tab item API + ### Changed -- Upgrade to cimgui / imgui 1.76 +- Upgrade to cimgui / imgui 1.77 +- Store per-texture sampler parameters in imgui-glium-renderer to support + customizing them + +### Fixed + +- Reduce unnecessary winit cursor changes which earlier caused cursor + flickering or invalid cursors on some platforms (at least Windows) ## [0.4.0] - 2020-05-27