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

fix(lv_msgbox): Automatically adjust msgbox's content height. #6176

Merged
merged 17 commits into from
May 15, 2024

Commits on May 4, 2024

  1. Update lv_msgbox.c

    - auto msgbox's content-height
    - remove scrollable for buttons, header, footer
    TridentTD committed May 4, 2024
    Configuration menu
    Copy the full SHA
    24ef46e View commit details
    Browse the repository at this point in the history
  2. Update test_msgbox.c

    - add test_cases for msgbox change size, msgbox's content will auto  change height.
    TridentTD committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8b6426c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Create lv_example_msgbox_2.c

    msgbox with  fixed size
    TridentTD committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9354d52 View commit details
    Browse the repository at this point in the history
  2. Update lv_msgbox.c

    support
    - default  height  :  LV_SIZE_CONTENT
    - manual height :  fixed height or height by lv_pct(...)
    TridentTD committed May 6, 2024
    Configuration menu
    Copy the full SHA
    13370e4 View commit details
    Browse the repository at this point in the history
  3. Update test_msgbox.c

    TridentTD committed May 6, 2024
    Configuration menu
    Copy the full SHA
    57d3f8e View commit details
    Browse the repository at this point in the history
  4. Update test_msgbox.c

    TridentTD committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4ac40c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c0bde0 View commit details
    Browse the repository at this point in the history
  6. Update test_msgbox.c

    TridentTD committed May 6, 2024
    Configuration menu
    Copy the full SHA
    061cb13 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    079bba9 View commit details
    Browse the repository at this point in the history
  2. Update test_msgbox.c

    - add lv_obj_update_layout(msgbox);
    but TEST error ?
    TridentTD committed May 7, 2024
    Configuration menu
    Copy the full SHA
    91861f4 View commit details
    Browse the repository at this point in the history
  3. Update test_msgbox.c

    TridentTD committed May 7, 2024
    Configuration menu
    Copy the full SHA
    421e258 View commit details
    Browse the repository at this point in the history
  4. Update test_msgbox.c

    TridentTD committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0e0b039 View commit details
    Browse the repository at this point in the history
  5. minor fixes

    kisvegabor committed May 7, 2024
    Configuration menu
    Copy the full SHA
    17c9fdc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Update lv_example_msgbox_2.c

    - remove pad_top =0 of the container
    - adjust position of content's scrollbar
    TridentTD committed May 8, 2024
    Configuration menu
    Copy the full SHA
    02d19ba View commit details
    Browse the repository at this point in the history
  2. Update test_msgbox.c

    - Check the size comparison of the msgbox, both default size and manual size
    TridentTD committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bdfff5a View commit details
    Browse the repository at this point in the history
  3. Update test_msgbox.c

    TridentTD committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9d4269d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    687691a View commit details
    Browse the repository at this point in the history