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

Small non-breaking fixes, PSR formatted code, merged many other branches. #17

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

Commits on Apr 3, 2014

  1. Update documentation:

    * Adapt to GifCreator namespace
    * Frame interval is in centiseconds, not milliseconds
    robho committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    be0cc1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    552034f View commit details
    Browse the repository at this point in the history
  3. Fix invalid variable name

    robho committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    433f9a4 View commit details
    Browse the repository at this point in the history
  4. Update documentation.

    robho committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    893f295 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2014

  1. When the user wants the animated GIF to not loop ($loop == 1) then

    browsers seem to interpret this differently. Chrome will play animation
    twice while Firefox will play animation once.
    
    To work around this strangeness we can remove the loop count completely from
    the GIF and this seems to be interpreted as "play once only" by all browsers.
    robho committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    e535641 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. $mode removed

    it was not defined
    jambonbill authored Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f602950 View commit details
    Browse the repository at this point in the history
  2. $this->frameSources=[];

    so it REALLY reset frameSources, and doesnt break when you call create() multiple times (as in a loop)
    jambonbill authored Jul 8, 2016
    Configuration menu
    Copy the full SHA
    6510878 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. added test class for script

    bosz committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    7bbfe81 View commit details
    Browse the repository at this point in the history
  2. removed hidden final image

    bosz committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    afe4b59 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Merge pull request #1 from jambonbill/patch-1

    $mode removed
    moroz1999 authored Jan 12, 2017
    Configuration menu
    Copy the full SHA
    4435813 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from jambonbill/patch-2

    $this->frameSources=[];
    moroz1999 authored Jan 12, 2017
    Configuration menu
    Copy the full SHA
    70f337b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from bosz/master

    Merging test by bosz
    moroz1999 authored Jan 12, 2017
    Configuration menu
    Copy the full SHA
    8eb4c99 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'remotes/robho/master'

    # Conflicts:
    #	src/GifCreator/GifCreator.php
    dmitri ponomarjov committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    86bd035 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    moroz1999 authored Jan 12, 2017
    Configuration menu
    Copy the full SHA
    522f458 View commit details
    Browse the repository at this point in the history
  6. Small fixes

    dmitri ponomarjov committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    0381939 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Update composer.json

    moroz1999 authored Jun 21, 2017
    Configuration menu
    Copy the full SHA
    0322f33 View commit details
    Browse the repository at this point in the history
  2. PSR code reformatting, invalid path warning fixed.

    dmitri ponomarjov committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    c8128b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

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