Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stweil/OSXvnc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: V5_3_1
Choose a base ref
...
head repository: stweil/OSXvnc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 33 files changed
  • 1 contributor

Commits on Nov 26, 2021

  1. Add static attribute to several local functions

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    4ba0b7e View commit details
    Browse the repository at this point in the history
  2. Disable unused function GetCursorInfo

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    c65b8d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Update local build rules for libjpeg-turbo

    With latest Xcode MACOSX_DEPLOYMENT_TARGET is used
    to set the deployment target.
    
    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    899709d View commit details
    Browse the repository at this point in the history
  2. Fix some typos (found by codespell)

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    91a6fc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Add GitHub workflow to check pull requests for DCO

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4eb0d80 View commit details
    Browse the repository at this point in the history
  2. Improve definition of some local variables

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4935f06 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Update MACOSX_DEPLOYMENT_TARGET

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    736e0a6 View commit details
    Browse the repository at this point in the history
  2. Replace deprecated sprintf by snprintf

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    57efd8b View commit details
    Browse the repository at this point in the history
  3. Use ANSI prototypes to fix compiler warnings

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b3f19ec View commit details
    Browse the repository at this point in the history
  4. Fix potentially undefined value

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b426e5d View commit details
    Browse the repository at this point in the history
  5. Remove unneeded conditional compilation

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f84ea24 View commit details
    Browse the repository at this point in the history
  6. .gitignore: Ignore build result

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4c8eb1d View commit details
    Browse the repository at this point in the history
Loading