Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO / Idea List #38

Open
AustinJ235 opened this issue Aug 16, 2022 · 0 comments
Open

TODO / Idea List #38

AustinJ235 opened this issue Aug 16, 2022 · 0 comments

Comments

@AustinJ235
Copy link
Owner

AustinJ235 commented Aug 16, 2022

A Non-Exhaustive List of Things that Can be Done

  • Basalt
    • Provides means for static initialization. D4
  • Window
    • Allow setting IME state and position. D2
  • Interface
    • mouse_inside() may no longer function as intended by games. (Since Input/HookManager Rework #42) If there was a Bin that covers the game's view as pass_events no longer exists. D5
  • Bin
    • Bin::wait_for_update() could deadlock D4
    • Consider creating an Effects system for Bin D7
      • Replace add_button_fade_events, fade_out, fade_in
    • Text highlighting, copying, pasting D10
    • Create syntax to allow mixing of weights, family, and color. D8
  • Scrollbar(legacy)
    • on_children_added in on sufficient to track if Scrollbar should update. D4
      • Consider adding on_overflow_changed callback
      • Child would notify parent of its update and the parent would check if overflow has changed.
  • Widgets (blocked until everything is mostly in a stable state) D11
    • Add System that interacts with Hooks the same way that Bins do.
      • Each widgets would still have specific hooks.
    • Theming system to provide good-looking default, that'd be consistent and easily configurable.
    • Implement Button, Checkbox, Combo Box, Context Menu, Horizontal Scaler, Horizontal Scrollbar, Label, List Box, Menu Bar, Multi Line, Entry, Pager, Progress bar, Radio Button, Single Line Entry, Spin Button, Status, Switch Button, Toggle Button, Vertical Scaler, Vertical Scrollbar, & maybe more!
@AustinJ235 AustinJ235 pinned this issue Aug 16, 2022
Repository owner locked and limited conversation to collaborators Aug 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant