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

refactor(macos): migrate to objc2 #1316

Draft
wants to merge 39 commits into
base: dev
Choose a base branch
from
Draft

Commits on Mar 27, 2024

  1. migrate drag & drop

    pewsheen committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0da1952 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. refactor: migrate to dpi crate (#1202)

    * refactor: migrate to `dpi` crate
    
    closes #1172
    
    * macOS
    
    * linux
    
    * fix doctests
    
    * imports
    
    * more doctests
    
    * fix android and ios
    
    * Update examples/winit.rs
    
    Co-authored-by: Jason Tsai <[email protected]>
    
    * Update src/webview2/mod.rs
    
    ---------
    
    Co-authored-by: Jason Tsai <[email protected]>
    amrbashir and pewsheen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    73f0541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93f608f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    990759f View commit details
    Browse the repository at this point in the history
  4. fix(wkwebview): menu shortcuts (#1208)

    * fix(wkwebview): menu shortcuts
    
    * Update wkwebview.md
    thewh1teagle authored and pewsheen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7c2cbcd View commit details
    Browse the repository at this point in the history
  5. Apply Version Updates From Current Changes (#1203)

    Co-authored-by: amrbashir <[email protected]>
    2 people authored and pewsheen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    97ad528 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. migrate to objc2

    pewsheen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4f445fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bcbde0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec9f3c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dbd6cf View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    cf2ac97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e5d9fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4309e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4e51ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be6d74e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e62e116 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    986cecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb6be9 View commit details
    Browse the repository at this point in the history
  3. chore: target os import

    pewsheen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4eec6fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78c5bf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6f7ce4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    ce7b9d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1abff79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8d2c6e View commit details
    Browse the repository at this point in the history
  4. chore: fix clippy

    pewsheen committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ab9804b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 22, 2024

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

Commits on Aug 14, 2024

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

Commits on Aug 23, 2024

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

Commits on Aug 24, 2024

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

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    47140fa View commit details
    Browse the repository at this point in the history
  2. chore: call msg_send super

    pewsheen committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    880e798 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    23444cb View commit details
    Browse the repository at this point in the history
  2. chore(deps): update rust crate tao to 0.29 (#1343)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and pewsheen committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7674bf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    796b6ec View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    a7919ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a5616 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    7f19a2f View commit details
    Browse the repository at this point in the history
  2. Update Cargo.toml

    Co-authored-by: Mads Marquart <[email protected]>
    pewsheen and madsmtm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d0f6990 View commit details
    Browse the repository at this point in the history