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

Fixes and features for cmd_behave #213

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

Commits on Apr 6, 2018

  1. fix cmd_behave events focus/blur

    The effective situation was: focus and blur were synomnyms
    and both got fired by both window events. This commit fixes
    that bug.
    J0J0 committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    9f4ea86 View commit details
    Browse the repository at this point in the history
  2. fix memory/pointer problem with cmd_behave

    The previous code would abort at runtime on constructs like
      xdotool selectwindow behave "%1" mouse-enter getactivewindow
    because context->windows gets freed (e.g. in window_save) ...
    J0J0 committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    b15347b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9134c1e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Add possibility to exit cmd_behave

    Also convert some messages to debug output.
    J0J0 committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    42aa05a View commit details
    Browse the repository at this point in the history
  2. remove superfluous indention

    J0J0 committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    7bd751d View commit details
    Browse the repository at this point in the history