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 for Catalina (10.14+) #2

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

Fixes for Catalina (10.14+) #2

wants to merge 24 commits into from

Commits on Dec 19, 2019

  1. ADD .gitignore

    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    10e24c8 View commit details
    Browse the repository at this point in the history
  2. FIX target to 64bit

    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    92cef02 View commit details
    Browse the repository at this point in the history
  3. FIX 'Gestalt' is deprecated for appcast url

    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    8072608 View commit details
    Browse the repository at this point in the history
  4. FIX propertyListFromData deprecated

    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    a59ed4b View commit details
    Browse the repository at this point in the history
  5. FIX 'NSLeftMouseDraggedMask', 'NSLeftMouseUp', 'NSLeftMouseUpMask' de…

    …precated in macOS 10.12
    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    eb858f0 View commit details
    Browse the repository at this point in the history
  6. FIX 'NSUnarchiver', 'NSArchiver', 'NSCompositeSourceOver' deprecated

    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    7fcb03a View commit details
    Browse the repository at this point in the history
  7. FIX 'NSLeftMouseDraggedMask', 'NSLeftMouseUp', 'NSLeftMouseUpMask' de…

    …precated in macOS 10.12
    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    192e620 View commit details
    Browse the repository at this point in the history
  8. FIX 'NSOnState', 'NSOffState', 'NSDeviceIndependentModifierFlagsMask'…

    …, 'NSNumericPadKeyMask' deprecated
    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    cee6b98 View commit details
    Browse the repository at this point in the history
  9. FIX 'NSLeftMouseDraggedMask', 'NSLeftMouseUp', 'NSLeftMouseUpMask' de…

    …precated in macOS 10.12
    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    a773654 View commit details
    Browse the repository at this point in the history
  10. FIX 'NSAlternateKeyMask', 'NSCommandKeyMask' is deprecated

    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    5f8ec0c View commit details
    Browse the repository at this point in the history
  11. FIX 'NSLeftMouseDraggedMask', 'NSLeftMouseUp', 'NSShiftKeyMask' depre…

    …cated in macOS 10.12
    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    158d201 View commit details
    Browse the repository at this point in the history
  12. FIX 'NSUnarchiver', 'unarchiveObjectWithData', 'NSArchiver', 'archive…

    …dDataWithRootObject' deprecated
    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    cc534c4 View commit details
    Browse the repository at this point in the history
  13. FIX NSOnState deprecated

    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    87a73f5 View commit details
    Browse the repository at this point in the history
  14. FIX ERROR Format String Issue

    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    afdd4bb View commit details
    Browse the repository at this point in the history
  15. FIX dataFromPropertyList propertyListFromData deprecated - NOT FIXED …

    …'setAccessoryView:' deprecated
    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    662d417 View commit details
    Browse the repository at this point in the history
  16. FIX deprecated

    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    60e76e4 View commit details
    Browse the repository at this point in the history
  17. FIX 'filename' is deprecated: first deprecated in macOS 10.6 - Use -U…

    …RL instead
    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    0af37cc View commit details
    Browse the repository at this point in the history
  18. FIX beginSheetForDirectory is deprecated

    quintoe authored and quintoe committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    17cb949 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. TODO fix scrolling

    quintoe authored and quintoe committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    4e74561 View commit details
    Browse the repository at this point in the history
  2. FIX 'drawWithBox:' is deprecated

    quintoe authored and quintoe committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    b27dc39 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. FIX building issues

    quintoe authored and quintoe committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    9e296a9 View commit details
    Browse the repository at this point in the history
  2. FIX l18n

    quintoe authored and quintoe committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    a16d97a View commit details
    Browse the repository at this point in the history
  3. FIX alert for loading Frameworks libs

    quintoe authored and quintoe committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    19a2c38 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Cleanup removing comments and old code

    quintoe authored and quintoe committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    81b4c0e View commit details
    Browse the repository at this point in the history