- Implement style sheet generation using palettes
- Color picker
- Theme editor
- Implement table layout
- Implement tabs
- Plotting control
- Do not allow to resize windows to negative values
- Text truncation
- Do not allow to move title bar outside screen rect
- Controls should have their own reasonable minimal size
- In code documentation
- Rich text
- Fix touch keyboard in webgl
- Apparently, it is bug in unity that prevents touchkeybaord to open in WebGL builds in versions prior to 2022.1 https://discussions.unity.com/t/touch-screen-keyboard-in-web-gl/892662/18
- Reorder demo controls from basic to more advanced
- Unit tests
- More demo windows
- Inspector
- Text edit preview hint
- Property drawers, like in Unity's IMGUI
- Show min/max value inside slider
- Implement slider inside numeric editor
Handle double clicks in ImTextEdit to select wordsWord wrappingOptimize layout and renderingSimplify styling and fix the current themes as they look kinda uglyMake slider looking similar to sliders in other GUI libraries, dearimgui look seems offImplement tooltips on mouse hoverFix that 2px border in adjacent controlsCloseable windowsMenu ControlPushing same InvColorMul as current should not result in additional draw callNo control should not modify passed value unless user interacts with itSlider
Separator with labelControl scopesFix memory alignmentIn ImStorageIn ImArena