EFFORTS HAVE NOW MOVED TO https://github.com/AliveTeam/alive_reversing Unofficial open source implementation of ALIVE engine that powers Oddworld Abes Oddysee and Oddworld Abes Exoddus.
[x] Clicking anywhere in an unfocused window should give focus - currently has to be the title bar
[x] Radio buttons should be rounded - current rendering as checkboxes?
[x] Buttons with the same name share states - e.g click the "blank" camera name button, they all become "pressed" state
[x] Buttons can render outside of a window
[x] UI shakes/filters if holding and scrolling the scroll bar so the first item only just fits in the window, easy to check if the FMV list
[x] After displaying a camera FMV playback breaks - FMV should probably use rendering API to avoid this
[x] Strange camera window behavior - click a path, click a camera. Click another camera, now click another path - window closes. Click a camera - camera window wont open, click another camera, window now opens
[x] Resizing the host/OS window glitches out
[x] Subtitles are now rendered off the bottom of the screen and too far right
Features.
[x] Allow scrolling with mouse wheel
[x] Allow windows to be re-sized - allows min/max size policy
[x] Scroll bar should be sized according to height/number of items. A 5px bar is too small with many items
[ ] Allow control of layouts - for example setting all button widths to be equal
[x] Add a line edit control for filtering lists like what ImGui had - also for setting names of things in the editor
Bugs.
Features.