You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue for all version 1.1/1.2 features and bug fixes.
OS/Port improvements:
macOS: create an adapter over titlebar menu components that allows both native imgui drawing of the menu, and macOS global menu integration
Rework or remove titlebar components
Create adapter
Document adapter
WASM improvements:
Fix clipboard support
Textbox IME support in WASM
Wayland:
Add support for most window interface platform functions
Document Wayland support
General OS improvements
Move to SDL3
Integrate IME support with dear imgui
Rewrite window interface
Rewrite documentation about the Window interface
Scale dear imgui widgets sizes with DPI
Clipboard with any data type
Setting the virtual keyboard type(hints can be set for text boxes so that virtual keyboards can only show certain characters. For example, you can set a text box to being numeric only and the keyboard will go from alphanumeric to a numpad. Needed for future mobile support, because this also affects the way text is submitted)
Optional: Inking integration - for Wacom tablets, Apple pencil, etc
Optional: Basic system theme support - dark vs light theme
Optional: System tray API
Split every platform into a separate backend with a uniform API.
Plugins and modding:
Generate C bindings for implot
The text was updated successfully, but these errors were encountered:
This is an issue for all version 1.1/1.2 features and bug fixes.
OS/Port improvements:
Plugins and modding:
The text was updated successfully, but these errors were encountered: