Merge branch 'master' into docking

# Conflicts:
#	docs/CHANGELOG.txt
This commit is contained in:
ocornut
2022-06-30 20:17:48 +02:00
12 changed files with 115 additions and 57 deletions

View File

@@ -106,6 +106,11 @@ Breaking changes:
Other Changes:
- InputText: added experimental io.ConfigInputTextEnterKeepActive feature to make pressing
Enter keep the input active and select all text.
- Backends: Metal: Use __bridge for ARC based systems. (#5403) [@stack]
- Backends: OSX: Fixes to support full app creation in C++. (#5403) [@stack]
Docking+Viewports Branch:
- Backends: GLFW: Fixed leftover static variable preventing from changing or