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

[WIP] a floating window widget for Variety #87

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

Commits on Oct 4, 2018

  1. Remove OnlyShowIn=Unity from desktop entries

    These work equally fine in other DEs: Xfce, GNOME, etc.
    jlu5 committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    59800ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ca12c1 View commit details
    Browse the repository at this point in the history
  3. Integrate FloatingWindow with the Variety app

    On right click or any double click, the floating window will pop up the Variety menu.
    
    It supports dragging to move the icon when LMB is held, but that means we can't use a single left click to popup the menu (since that would make the window itself lose focus).
    jlu5 committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    f3b961e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e04cae3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d641c83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4419b38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6be7b45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e3a8ad View commit details
    Browse the repository at this point in the history
  9. FloatingWindow: Don't disable decorations on Wayland

    Client-initiated window movement doesn't seem to work there.
    jlu5 committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    ea14d74 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Revert "Run --floating instead of --preferences by default if Variety…

    … is already started"
    
    This reverts commit d641c83.
    jlu5 committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    16751c0 View commit details
    Browse the repository at this point in the history