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

PocketSVG v2 #47

Merged
merged 150 commits into from
Oct 6, 2016
Merged

PocketSVG v2 #47

merged 150 commits into from
Oct 6, 2016

Commits on Jun 19, 2014

  1. Cleaned up a bit, removed ns/uibezierpath duality. Api is now just a …

    …single string->path function
    fjolnir committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    969c3bf View commit details
    Browse the repository at this point in the history
  2. Removed remnant @synth

    fjolnir committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    9409d54 View commit details
    Browse the repository at this point in the history
  3. Fixed up examples

    fjolnir committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    9011f7b View commit details
    Browse the repository at this point in the history
  4. Updated readme

    fjolnir committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    9433bab View commit details
    Browse the repository at this point in the history
  5. Cleaned up imports

    fjolnir committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    193c248 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f146ee View commit details
    Browse the repository at this point in the history
  7. Added blank lines

    fjolnir committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    e318394 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc7a9aa View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2014

  1. Update README.md

    fjolnir committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    8011b36 View commit details
    Browse the repository at this point in the history
  2. Added warning about arcs not being supported, parse error&debug loggi…

    …ng, made parser more robust with regard to whitespace
    fjolnir committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    f3f6a15 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:fjolnir/PocketSVG

    # By Fjölnir Ásgeirsson
    # Via Fjölnir Ásgeirsson
    * 'master' of github.com:fjolnir/PocketSVG:
      Update README.md
    fjolnir committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    bd4fc8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e2bef8 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    fjolnir committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    a98333a View commit details
    Browse the repository at this point in the history
  6. Cleanup

    fjolnir committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    8badd45 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2014

  1. Cleanup

    fjolnir committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    a59dc25 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2014

  1. Cleanup

    fjolnir committed Jun 22, 2014
    Configuration menu
    Copy the full SHA
    5980071 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2014

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

Commits on Jun 27, 2014

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

Commits on Jun 30, 2014

  1. Configuration menu
    Copy the full SHA
    16c9d08 View commit details
    Browse the repository at this point in the history
  2. Added PSVG_DEBUG constant (to suppress debug output when compiled as …

    …part of a 3rd party app)
    fjolnir committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    1426620 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:fjolnir/PocketSVG

    * 'master' of github.com:fjolnir/PocketSVG:
      Replaced svgNamed with contentsOfFile
    fjolnir committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    c953908 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2014

  1. Configuration menu
    Copy the full SHA
    cc1d205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a6dde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44a9cde View commit details
    Browse the repository at this point in the history
  4. Cleanup

    fjolnir committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    e0bdd17 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2014

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

Commits on Jul 9, 2014

  1. Added support for exporting svg attributes (useful for preserving att…

    …ributes when processing paths)
    fjolnir committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    f9bcb5d View commit details
    Browse the repository at this point in the history
  2. Added some color

    fjolnir committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    225dedc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b00b52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0de0d7a View commit details
    Browse the repository at this point in the history
  5. Silenced warning

    fjolnir committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    8343056 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e534b04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41cdc16 View commit details
    Browse the repository at this point in the history
  8. Cleanup

    fjolnir committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    955d353 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2014

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

Commits on Jul 18, 2014

  1. Update README.md

    fjolnir committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    fab8384 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Properly handled fill color

    fjolnir committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    4693d37 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/fjolnir/PocketSVG

    # By Fjölnir Ásgeirsson
    # Via Fjölnir Ásgeirsson
    * 'master' of https://github.com/fjolnir/PocketSVG:
      Update README.md
    fjolnir committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    d4c65b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Removed podspec

    fjolnir committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    cffc389 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    fjolnir committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    fe33043 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2014

  1. Fixed function call in readme

    fjolnir committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    6d022e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Relaxed prefix check

    fjolnir committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    1024f5f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. Renamed project since it no longer shares any code with PocketSVG and…

    … won't be merged back.
    fjolnir committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    f672b66 View commit details
    Browse the repository at this point in the history
  2. Removed travis

    fjolnir committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    89a60de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42e1985 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    fjolnir committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    6cc664f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fefda28 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2014

  1. Silenced warning

    fjolnir committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    a5cdfa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2014

  1. Cleanup

    fjolnir committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    cd49907 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Added demo

    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    f89a30b View commit details
    Browse the repository at this point in the history
  2. Cleanup

    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    b1fd8f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55f807f View commit details
    Browse the repository at this point in the history
  4. Cleanup

    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    d5dfd76 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    892a1b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bceae4 View commit details
    Browse the repository at this point in the history
  7. Added basic support for <rect> and <polygon>.

    Hjalti Jakobsson committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    b1c6272 View commit details
    Browse the repository at this point in the history
  8. Removed saver-52.svg from xcodeproj

    Hjalti Jakobsson committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    1980d4e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from hjaltij/libxml-transition

    Libxml transition
    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    f50437b View commit details
    Browse the repository at this point in the history
  10. Cleanup

    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    af45cc2 View commit details
    Browse the repository at this point in the history
  11. Cleanup

    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    c119d50 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08f0fce View commit details
    Browse the repository at this point in the history
  13. Fixed build error

    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    4469934 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c39badd View commit details
    Browse the repository at this point in the history
  15. Cleanup

    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    b54cbc2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3b55f41 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    394af67 View commit details
    Browse the repository at this point in the history
  18. Nothing really

    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    9979b36 View commit details
    Browse the repository at this point in the history
  19. Added Hjalti to contribs

    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    ef8b2f0 View commit details
    Browse the repository at this point in the history
  20. Updated readme

    fjolnir committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    e6f006c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2014

  1. Cleanup

    fjolnir committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    607a3f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce6eb29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d28ab View commit details
    Browse the repository at this point in the history
  4. Fixed image embed

    fjolnir committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    5c79cde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a97f9d View commit details
    Browse the repository at this point in the history
  6. Fixed name in readme

    fjolnir committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    b7a5b6c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2014

  1. Fixed mac compatibility issue

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    db15463 View commit details
    Browse the repository at this point in the history
  2. Removed debug code

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    d05b490 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    6a81a26 View commit details
    Browse the repository at this point in the history
  4. Added Mac demo

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    936e45b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b14dfb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a24cb8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9add52d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e32882d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10893cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    852fd88 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    baf9c03 View commit details
    Browse the repository at this point in the history
  12. Cleanup

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    33c6740 View commit details
    Browse the repository at this point in the history
  13. Refactored svg file loading

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    a4807a3 View commit details
    Browse the repository at this point in the history
  14. Cleanup

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    5ebb84e View commit details
    Browse the repository at this point in the history
  15. Fixed memory leak

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    31d9194 View commit details
    Browse the repository at this point in the history
  16. Cleanup

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    b1e419b View commit details
    Browse the repository at this point in the history
  17. Fixed crash

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    a1ffe7a View commit details
    Browse the repository at this point in the history
  18. Cleanup

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    699679a View commit details
    Browse the repository at this point in the history
  19. Cleanup

    fjolnir committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    e179096 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

  1. Updated readme

    fjolnir committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    869f1b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. Resolves fjolnir#4

    fjolnir committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    77e9c17 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. Minor fixes

    fjolnir committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    7e9b2e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2014

  1. Silenced warning

    fjolnir committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    a965233 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2014

  1. Configuration menu
    Copy the full SHA
    f10b342 View commit details
    Browse the repository at this point in the history
  2. Fixed layout bug

    fjolnir committed Dec 24, 2014
    Configuration menu
    Copy the full SHA
    822187c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. Update README.md

    fjolnir committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    bb03dfe View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. fixed search path iteration

    fjolnir committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    5c256c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2015

  1. Fixed header

    fjolnir committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    9329b23 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2015

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

Commits on Feb 7, 2015

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

Commits on Feb 24, 2015

  1. Fixed issue with transform attribute

    Transform would not get overridden if it cancelled out a previous transform resulting in identity
    fjolnir committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    77ddb6b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2015

  1. Cleanup

    fjolnir committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    8d2bbc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. Removed layoutIfNeeded message from setSVGSource

    Was wreaking havoc with auto layout.
    fjolnir committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    46d2939 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

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

Commits on Jun 1, 2015

  1. Fixed leak

    fjolnir committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    636868c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2015

  1. Added pathsFromSVGNamed

    paths loaded via this  method are cached by svg name.
    fjolnir committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    a4e4e3e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

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

Commits on Nov 4, 2015

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

Commits on Apr 22, 2016

  1. Configuration menu
    Copy the full SHA
    121f2b2 View commit details
    Browse the repository at this point in the history
  2. Fixed iOS 8 crash

    fjolnir committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    9966cb8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2016

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

Commits on Jun 3, 2016

  1. update CFBundleIdentifier

    Ariel Elkin committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    852052a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into v2

    Ariel Elkin committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    1eed8ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe60d2c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. SVGExample: link framework into targets

    Ariel Elkin committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    51c1398 View commit details
    Browse the repository at this point in the history
  2. update podspec

    Ariel Elkin committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    faf0743 View commit details
    Browse the repository at this point in the history
  3. update podspec

    Ariel Elkin committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    2cd3a9d View commit details
    Browse the repository at this point in the history
  4. update podspec

    Ariel Elkin committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    5567ae5 View commit details
    Browse the repository at this point in the history
  5. add back travis.yml file

    Ariel Elkin committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    5c2199d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

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

Commits on Jul 18, 2016

  1. Removed "PocketSVGFramework"

    It was unused from what I could tell.
    fjolnir committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    405636f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from arielelkin/v2-fixes

    V2 fixes
    fjolnir authored Jul 18, 2016
    Configuration menu
    Copy the full SHA
    92747b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb86745 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. simplify SVGImageView.h and SVGPortability

    Ariel Elkin committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    a47c144 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. use PSVG prefix and @compatibility_alias

    Ariel Elkin committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    4fa4e6c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Merge pull request #50 from arielelkin/v2-crossplatform-improvements

    cross-platform improvements
    fjolnir authored Aug 18, 2016
    Configuration menu
    Copy the full SHA
    f7bd814 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into v2

    Ariel Elkin committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    f090fcc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

  1. replace SVGExample with Demos

    improve documentation of SVGImageView
    
    factor out PocketSVG into SVGParser
    arielelkin committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    03a176b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f31e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbef03d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Added SVGAttributeSet

    Slightly more straightforward interface for
    path attributes
    fjolnir committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    56155b2 View commit details
    Browse the repository at this point in the history
  2. document scaleLineWidth

    Ariel Elkin committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    9bfe4ad View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v2' into v2-improve-demo-and-headers

    Ariel Elkin committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    9402bcb View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Merge pull request #52 from arielelkin/v2-improve-demo-and-headers

    V2 improve demo and headers
    arielelkin authored Aug 29, 2016
    Configuration menu
    Copy the full SHA
    c8ae7f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c3df82 View commit details
    Browse the repository at this point in the history
  3. add documentation for SVGLayer

    rename loadSVGnamed to renderSVGNamed
    arielelkin committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    634fc43 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. Configuration menu
    Copy the full SHA
    861621e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2289c23 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. update initialisers

    arielelkin committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    28b19c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Configuration menu
    Copy the full SHA
    377da30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d80b8e View commit details
    Browse the repository at this point in the history
  3. remove plurals

    arielelkin committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    c81e0c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. fix podspec.

    Mossuru777 committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    733f1af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from Mossuru777/v2-fix-podspec

    Fix 'SVGEngine.h' file not found error in v2 branch
    arielelkin authored Sep 19, 2016
    Configuration menu
    Copy the full SHA
    e45fb11 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Merge pull request #54 from arielelkin/updateInits

    update initialisers
    arielelkin authored Sep 22, 2016
    Configuration menu
    Copy the full SHA
    fcf9c27 View commit details
    Browse the repository at this point in the history