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

Add Video Panning Option #150

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

Commits on Mar 2, 2022

  1. Add video panning

    moex3 authored and Sodra committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    e3949cd View commit details
    Browse the repository at this point in the history
  2. Add menu item for resetting the video pan

    moex3 authored and Sodra committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    f3d796a View commit details
    Browse the repository at this point in the history
  3. Change tab to spaces

    moex3 authored and Sodra committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    5f95f76 View commit details
    Browse the repository at this point in the history
  4. Fix mouse position bug when videoAr > displayAr

    Crosshair drawing is broken when videoAr != displayAr
    moex3 authored and Sodra committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    0ec0f20 View commit details
    Browse the repository at this point in the history
  5. Fix crosshair drawing

    I'm not sure about that scale_factor, i don't know how to test that
    moex3 authored and Sodra committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    808ead6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d73dfe9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70ddf3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f6836d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db6297c View commit details
    Browse the repository at this point in the history
  10. Make zooming feel more linear

    with a "good enough" implementation
    moex3 authored and Sodra committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    09ea0f5 View commit details
    Browse the repository at this point in the history
  11. Fix a zooming bug on linux

    The preview window would change in width, when the video was being zoomed.
    Possibly, because on windows, zooming only calls UpdateSize once, but on
    linux, it gets called multiple, like 8 times.
    Rounding fixed it.
    moex3 authored and Sodra committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    14d078f View commit details
    Browse the repository at this point in the history
  12. Add reset hotkey as Ctrl-R

    I'm not entirely sure, that this is how it's supposed to be added.
    This requires editing the already existing hotkey.json file (shows path
    in log, if it exists).
    Should this also be added to hotkey.cpp?
    moex3 authored and Sodra committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    0b8586e View commit details
    Browse the repository at this point in the history
  13. Revert "Add reset hotkey as Ctrl-R" / Not needed

    This reverts commit 3d525d9.
    The default hotkey is not required. People can just add a custom one
    from the hotkey settings if they want this.
    moex3 authored and Sodra committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    36f7e10 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    b332181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb50811 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03ffce8 View commit details
    Browse the repository at this point in the history