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

[Merged by Bors] - Make raw_window_handle field in Window and ExtractedWindow an Option. #6114

Closed
wants to merge 15 commits into from

Commits on Sep 26, 2022

  1. Made fields of ExtractedWindow private. Added ExtractedWindow::swap_c…

    …hain_texture() accessor.
    targrub committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    737ab2a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    a002a54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57f527e View commit details
    Browse the repository at this point in the history
  3. Made raw_window_handle field in Window and ExtractedWindow an Option.

    Window::raw_window_handle() now returns Option<RawWindowHandleWrapper>.
    targrub committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    6f3ed16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a8c812 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cccd03 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    fc3493b View commit details
    Browse the repository at this point in the history
  2. Missed comment

    targrub committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    fa61e2d View commit details
    Browse the repository at this point in the history
  3. Moved and revised comment

    targrub committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    6760e2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfa85b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Added doctest code to show how to test code that uses Window.

    Also added derive for PartialEq trait on WindowCommand.
    targrub committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    cac7b4e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    0866a61 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    68daf78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    875da36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f01fb94 View commit details
    Browse the repository at this point in the history