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

Call back for stop floating added #12

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 15, 2022

  1. Add defaultFloatingBorderRadius

    Add `defaultFloatingBorderRadius` constant variable to do border radius of floating widget customizable.
    MCYBA authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    b06d586 View commit details
    Browse the repository at this point in the history
  2. Add floatingBorderRadius member

    Add `floatingBorderRadius` to set floating widget's radius and assign `defaultFloatingBorderRadius` its default value.
    MCYBA authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    59b5096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ad0137 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Call back for stop floating added

    Ovidiu Usvat committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f17e714 View commit details
    Browse the repository at this point in the history
  2. add on stop floating callback

    Ovidiu Usvat committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    d3e7ba0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from ousvat/add_on_stop_floating_callback

    Add on stop floating callback
    ousvat authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    2bc2262 View commit details
    Browse the repository at this point in the history
  4. remove null operator

    Ovidiu Usvat committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    7d110cf View commit details
    Browse the repository at this point in the history