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

Png chunk reader codec bitmap #2149

Open
wants to merge 39 commits into
base: main
Choose a base branch
from

Commits on Jul 1, 2022

  1. add /.idea to git ignore

    mgood7123 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    504a32e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Merge pull request #2 from mono/main

    add /.idea to git ignore (mono#2138)
    mgood7123 authored Jul 3, 2022
    Configuration menu
    Copy the full SHA
    c418306 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    7b9a53e View commit details
    Browse the repository at this point in the history
  2. add SKPngChunkReader

    mgood7123 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    de972eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcf7b54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7600da View commit details
    Browse the repository at this point in the history
  5. expose more of SKCodec

    mgood7123 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    155a87a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    996d8cf View commit details
    Browse the repository at this point in the history
  7. expose more of SKBitmap

    mgood7123 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    2285f86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd7ee47 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c198f6 View commit details
    Browse the repository at this point in the history
  10. add cpp files to tizen

    mgood7123 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c5cd679 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. add json changes

    mgood7123 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    afc7a9f View commit details
    Browse the repository at this point in the history
  2. rename to match

    mgood7123 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    0c000d4 View commit details
    Browse the repository at this point in the history
  3. rename to match

    mgood7123 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    1fc7c6e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. rename to match

    mgood7123 committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    c618eec View commit details
    Browse the repository at this point in the history
  2. fix bindings json

    mgood7123 committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    3a55937 View commit details
    Browse the repository at this point in the history
  3. fix params

    mgood7123 committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    5c3586b View commit details
    Browse the repository at this point in the history
  4. fix bindings

    mgood7123 committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    dca69e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dfbf18 View commit details
    Browse the repository at this point in the history
  6. fix enum

    mgood7123 committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    4307413 View commit details
    Browse the repository at this point in the history
  7. regenerate bindings

    mgood7123 committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    cf7eee8 View commit details
    Browse the repository at this point in the history
  8. fix enum

    mgood7123 committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    0c9f33b View commit details
    Browse the repository at this point in the history
  9. fix C# binding callbacks

    mgood7123 committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    c134ffb View commit details
    Browse the repository at this point in the history
  10. fix incorrect member name

    mgood7123 committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    334b7c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    e8bdd75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b362f1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    368b72e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Configuration menu
    Copy the full SHA
    052ee1c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/png_chunk_reader_codec_bitmap' i…

    …nto png_chunk_reader_codec_bitmap
    mgood7123 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    b12d3e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    0325714 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    b71e029 View commit details
    Browse the repository at this point in the history
  2. Run code formatter

    mattleibow committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    6077608 View commit details
    Browse the repository at this point in the history
  3. reduce overloads

    mattleibow committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    09a7d2b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Adding some tests

    mattleibow committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    80b5fd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Update SKPngChunkReader.cs

    fix string for unable to create instance
    mgood7123 authored Aug 21, 2022
    Configuration menu
    Copy the full SHA
    44a5ecc View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    64241d9 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    mgood7123 authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b6ad3dd View commit details
    Browse the repository at this point in the history
  3. Update SKCodecTest.cs

    mgood7123 authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ff367a2 View commit details
    Browse the repository at this point in the history