Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vioken/waylib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.10-alpha
Choose a base ref
...
head repository: vioken/waylib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.11
Choose a head ref
  • 8 commits
  • 19 files changed
  • 2 contributors

Commits on Feb 6, 2025

  1. Configuration menu
    Copy the full SHA
    d2cecf5 View commit details
    Browse the repository at this point in the history
  2. Don't default use pre compile headers

    On the CI, we should disable pre compile headers to ensure not missing
    includes. For the developer, they can enable WAYLIB_USE_PERCOMPILE_HEADERS
    on locale.
    zccrs committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    12d68ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d25197 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Fix build on Qt6.9

    zccrs committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    ad738c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Fix can't auto setup renderer

    amend 1d25197.
    zccrs committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    1546188 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Fix WOutputLayer::PreserveColorContents invalid on software renderer

    On the virtual machine, maybe compositor will fallback to use the
    software renderer, and cursor layer is force enable, you will
    see a black screen on the virtual machine's window.
    
    This issue is testd on VirtualBox.
    zccrs committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    4ec8200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b6280 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Bump version to 0.6.11

    wineee authored and zccrs committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    5c4844f View commit details
    Browse the repository at this point in the history
Loading