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

feat: Implement Frame.close() #229

Merged
merged 24 commits into from
Jul 6, 2021
Merged

feat: Implement Frame.close() #229

merged 24 commits into from
Jul 6, 2021

Commits on Jul 6, 2021

  1. Implement Frame.close()

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    9685b84 View commit details
    Browse the repository at this point in the history
  2. close frame in dtor

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    3b6cebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6870b00 View commit details
    Browse the repository at this point in the history
  4. fix close

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    e662e03 View commit details
    Browse the repository at this point in the history
  5. Check if closed

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    8e18805 View commit details
    Browse the repository at this point in the history
  6. remove a few logs

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    fa57bc2 View commit details
    Browse the repository at this point in the history
  7. r

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    4c1b4e8 View commit details
    Browse the repository at this point in the history
  8. fix isValid and isReady

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    ff90ced View commit details
    Browse the repository at this point in the history
  9. Add JImage

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    ddc9b29 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e67f28 View commit details
    Browse the repository at this point in the history
  11. fix pod setup

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    cb179b9 View commit details
    Browse the repository at this point in the history
  12. Fix isValid call

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    59d0140 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e94e8c1 View commit details
    Browse the repository at this point in the history
  14. throw error if closed twice

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    d2a1b04 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0bf3cb3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    803ef83 View commit details
    Browse the repository at this point in the history
  17. fix syntax

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    f8251aa View commit details
    Browse the repository at this point in the history
  18. Check if valid toString()

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    9186055 View commit details
    Browse the repository at this point in the history
  19. Update Frame.ts

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    1a2a6ca View commit details
    Browse the repository at this point in the history
  20. Remove isReady

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    ce412e5 View commit details
    Browse the repository at this point in the history
  21. Fix JImage accessors

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    682e79f View commit details
    Browse the repository at this point in the history
  22. remove JImage C++ sources

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7ea4519 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dcb3a77 View commit details
    Browse the repository at this point in the history
  24. Delete JImage.h

    mrousavy committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    8353eb1 View commit details
    Browse the repository at this point in the history