dear-imgui.hs/ChangeLog.md

77 lines
2.5 KiB
Markdown
Raw Normal View History

2021-06-30 21:47:23 +00:00
# Changelog for dear-imgui
2022-02-13 16:31:45 +00:00
## [1.4.0]
- `imgui` updated to [1.87].
- Added `DearImGui.Vulkan.vulkanAddTexture`.
- Added `DearImGui.GLFW.glfwCursorPosCallback`.
* Apps that don't install backend callbacks, *must* call it themselves.
- Added flags `use-wchar32` (default on) and `disable-obsolete` (default off).
2022-01-31 07:56:12 +00:00
## [1.3.1]
- `imgui` updated to [1.86].
2021-12-22 14:40:24 +00:00
## [1.3.0]
- Added `DearImGui.FontAtlas` and related `DearImGui.Raw.Font.*` bits.
- Removed old font atlas functions from `DearImGui` and `DearImGui.Raw`.
2021-10-30 18:49:39 +00:00
## [1.2.2]
2022-01-31 07:56:12 +00:00
- `imgui` updated to [1.85].
2021-10-30 18:49:39 +00:00
2021-10-04 17:29:32 +00:00
## [1.2.1]
2021-12-22 11:56:55 +00:00
- Added `DearImGui.Raw.DrawList` for drawing primitives.
2021-10-04 17:29:32 +00:00
- Added `DearImGui.Raw.IO` with attribute setters.
2021-12-22 11:56:55 +00:00
- Added `DearImGui.Raw.ListClipper` for efficient list viewports.
2021-10-04 17:29:32 +00:00
2021-09-12 16:46:05 +00:00
## [1.2.0]
- Fixed `nullPtr` in place of default arguments.
- Added functions for getting window position and size.
- Added `invisibleButton`.
- Added `inputTextMultiline` and `inputTextWithHint`.
- Changed `beginChild` and related `withChild*` to use full arguments.
- Added `withChildContext` to run actions inside other child window.
- Added `getCurrentContext`, `setCurrentContext`.
- Added `image` and `imageButton`.
- Added font atlas utilities.
2021-08-30 16:57:00 +00:00
## [1.1.0]
2022-01-31 07:56:12 +00:00
- `imgui` updated to [1.84.2].
2021-09-01 18:05:18 +00:00
- Removed unused Window argument from SDL `newFrame` to match 1.84.
2021-09-01 16:22:55 +00:00
- Added GLFW backend callbacks.
2021-09-01 18:05:18 +00:00
- Added more withXXX wrappers.
2021-08-30 16:57:00 +00:00
2021-08-30 16:20:26 +00:00
## [1.0.2]
- Added `withID` and `ToID(..)` to make composable components possible.
2021-06-30 22:44:31 +00:00
## [1.0.1]
2021-06-30 21:47:23 +00:00
- Fixed missing headers in source dist.
## [1.0.0]
2022-01-31 07:56:12 +00:00
Initial Hackage release based on [1.83].
2021-06-30 21:47:23 +00:00
[1.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.0
2021-06-30 22:44:31 +00:00
[1.0.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1
2021-08-30 16:20:26 +00:00
[1.0.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.2
2021-09-01 18:05:18 +00:00
[1.1.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.1.0
2021-09-12 16:46:05 +00:00
[1.2.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.0
2021-12-22 11:56:55 +00:00
[1.2.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.1
[1.2.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.2
2021-10-30 18:49:39 +00:00
[1.3.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0
2022-01-31 07:56:12 +00:00
[1.3.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.1
2022-02-13 16:31:45 +00:00
[1.4.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.4.0
2022-01-31 07:56:12 +00:00
2022-02-13 16:31:45 +00:00
[1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87
2022-01-31 07:56:12 +00:00
[1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86
[1.85]: https://github.com/ocornut/imgui/releases/tag/v1.85
[1.84.2]: https://github.com/ocornut/imgui/releases/tag/v1.84.2
[1.83]: https://github.com/ocornut/imgui/releases/tag/v1.83