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: gtk-rs/gtk-rs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 220f6e9
Choose a base ref
...
head repository: gtk-rs/gtk-rs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e28bc8
Choose a head ref
  • 7 commits
  • 79 files changed
  • 3 contributors

Commits on Feb 1, 2024

  1. glib: Cleanup prelude traits

    By moving all the necessary traits to prelude so that we can simplify
    code generation to make use of that instead of having to include a lot
    of traits manually
    bilelmoussaoui committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    335bc5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1095 from gtk-rs/bilelmoussaoui/prelude-cleanup

    glib: prelude cleanup
    sdroege authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    63217f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. cairo: Use workspaces

    bilelmoussaoui committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    37398bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    917d04e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fcac4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    322fb29 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump async-tls from 0.12.0 to 0.13.0

    Bumps [async-tls](https://github.com/async-std/async-tls) from 0.12.0 to 0.13.0.
    - [Release notes](https://github.com/async-std/async-tls/releases)
    - [Commits](async-rs/async-tls@v0.12.0...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: async-tls
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    2e28bc8 View commit details
    Browse the repository at this point in the history
Loading