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

Backport changes to 0.18 #1183

Merged
merged 9 commits into from
Sep 14, 2023
Merged

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    a456edb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df919e6 View commit details
    Browse the repository at this point in the history
  3. gio: Fix panics if PollableInputStream / PollableOutputStream ret…

    …urn non `IOError` errors
    sdroege authored and GuillaumeGomez committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4a9b8ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b35d7c6 View commit details
    Browse the repository at this point in the history
  5. glib: Bind g_unichar APIs

    Some notes:
    * names were made "rustier", e.g.:` g_unichar_istitle` became
    `is_titlecase`
    * I did not include APIs that were already availabe through Rust's char
    RealKC authored and GuillaumeGomez committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e2cdcc3 View commit details
    Browse the repository at this point in the history
  6. glib: Remove #[doc(hidden)] from once_cell and bitflags re-export

    The blogpost[1] mentions that these are re-exported, so to avoid causing
    confusion, make it so these appear in documentation.
    
    [1]: https://gtk-rs.org/blog/2023/08/28/new-release.html#switch-to-bitflags-20
    RealKC authored and GuillaumeGomez committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    925042d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a97479 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70dd54d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85857f4 View commit details
    Browse the repository at this point in the history