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 #65

Merged
merged 10 commits into from
Jun 5, 2023
Merged

Refactor #65

merged 10 commits into from
Jun 5, 2023

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    17cff7f View commit details
    Browse the repository at this point in the history
  2. Make some comments show up in Quick Help

    Also correct a bit of spelling
    artginzburg committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b5c16fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aae322a View commit details
    Browse the repository at this point in the history
  4. Use processInfo.processName to get the app name

    instead of hard-coding it
    artginzburg committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    e0496bf View commit details
    Browse the repository at this point in the history
  5. Fix all memory leaks related to Controller.runCommand()

    - Manually release the NSTask instance
    - Autorelease the returned string object
    artginzburg committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    d0bce95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d06809 View commit details
    Browse the repository at this point in the history
  7. Fix all memory leaks related to Controller.touchCallback()

    - Add `CFRelease()` after `CGEvent` posting in mouse down and mouse up events.
    - Add `CFRelease()` after `ourEvent` is used to get the current pointer location.
    artginzburg committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    d9a61d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0dcd06 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Stop using deprecated function declarations

    - Insert 'void'
    Warning: "A function declaration without a prototype is deprecated in all versions of C"
    artginzburg committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8e98c80 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Merge pull request #66 from artginzburg/fix-leaks

    Fix memory leaks
    artginzburg authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    9c3e7fb View commit details
    Browse the repository at this point in the history