mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-15 15:38:28 +00:00
Update changelog
This commit is contained in:
parent
5904be019e
commit
d5be602f73
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user