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

Showing a warning message box for problematic settings #1366

Merged
merged 10 commits into from
Oct 17, 2024
Merged

Commits on Oct 16, 2024

  1. common: remove an unused function

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1006e95 View commit details
    Browse the repository at this point in the history
  2. utils/ui: add utils for displaying message boxes

    This is work-in-progress and is not being used at the moment.
    
    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a1b4a49 View commit details
    Browse the repository at this point in the history
  3. misc: fix warnings when building for arm, aarch64, and i686

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    035d28a View commit details
    Browse the repository at this point in the history
  4. wm/win: remove an unused field of struct win

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8065c1f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. utils/misc: add a helper for spawning detached processes

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ab20b71 View commit details
    Browse the repository at this point in the history
  2. utils/ui: use double for scale

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a548486 View commit details
    Browse the repository at this point in the history
  3. utils/ui: place the message box at the center of the focused monitor

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    818e00a View commit details
    Browse the repository at this point in the history
  4. utils/ui: use nearest filter for scaling

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5075382 View commit details
    Browse the repository at this point in the history
  5. utils/ui: show remaining time progress bar

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1616a73 View commit details
    Browse the repository at this point in the history
  6. config: pop a message box for problematic options

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    81bd3b9 View commit details
    Browse the repository at this point in the history