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

Improved separation of style and content/state/layout, and various other #141

Merged
merged 3 commits into from
Mar 11, 2023

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    52dbdcd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. - api/widgets: various changes

    notEvil committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    a643342 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. - various changes and final preparations for pull request

      - removed id, checked, enabled, hint, text, textOff, textOn, visibility, x, y, w, h from props
      - removed documentation of style methods
      - PViewMethodsInterface: added method id()
      - PUI.getViewById: changed argument type from String to int
      - PViewsArea: removed method addView(PViewMethodsInterface)
      - added methods text(), textOn(String), textOn(), textOff(String), textOff(), checked()
      - changed text(String) to return this
      - changed textFont to preserve text style
      - changed textStyle to preserve text font
      - removed empty specializations of Styler
      - removed unused instance variables
    notEvil committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c7c6ec4 View commit details
    Browse the repository at this point in the history