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: PolyMeilex/rfd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.15.1
Choose a base ref
...
head repository: PolyMeilex/rfd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.15.2
Choose a head ref
  • 9 commits
  • 16 files changed
  • 5 contributors

Commits on Nov 23, 2024

  1. Bugfix: Fail to dismiss the Message Dialog merely in MacOS (#223)

    * 1. Bug phenomenon: Only in MacOS, the Message Dialog originating from the command-line context fails to dismissing itself posterior to click the button "OK".
    2. Solution: If the parent-window handle is absent during the initialization of the MessageDialog instance, the ABI `CFUserNotificationDisplayAlert` will be invoked to pop up a message dialog, instead of instantiate a NSAlert instance.
    3. Ramification: Only message dialog for MacOS
    4. Unit Test: cover both sync and async message dialogs and run the unit test by `cargo run --example msg`
    
    * 删除无用的 pub 可见性标记
    
    * @PolyMeilex is right. Accordingly, I made the following enhancements:
    1. Remove the conditional dependency on the `futures` crate.
    2. Relinquish the heavy thread-pool instrument.
    3. Spawn a background thread by means of the std lib.
    
    * delete the temporary variable `win` by moving `self.parent.as_ref()` into `ModalFuture::new(..)`
    
    * Add a new conditional branch for awaiting timeout.
    stuartZhang authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    c7c9537 View commit details
    Browse the repository at this point in the history
  2. Post-merge cleanup

    PolyMeilex committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    0177c1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2787c56 View commit details
    Browse the repository at this point in the history
  4. Formatting fixup

    PolyMeilex committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    3d09f55 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

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

Commits on Nov 28, 2024

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

Commits on Jan 3, 2025

  1. Bump pollster (#229)

    PolyMeilex authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    bee6126 View commit details
    Browse the repository at this point in the history
  2. Bump to 0.15.2 (#228)

    PolyMeilex authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    6ab069c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a846f86 View commit details
    Browse the repository at this point in the history
Loading