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

Support for FBDev, statically linked library and musl #571

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

Commits on Oct 27, 2013

  1. add deps

    magicode committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    e3ca10f View commit details
    Browse the repository at this point in the history
  2. fix drop stdout

    magicode committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    1152204 View commit details
    Browse the repository at this point in the history
  3. fix libjpeg by libjpeg-turbo

    magicode committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    f918715 View commit details
    Browse the repository at this point in the history
  4. add config.h

    magicode committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    e3a90bf View commit details
    Browse the repository at this point in the history
  5. gif true

    magicode committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    5a74d97 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2013

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

Commits on May 25, 2014

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

Commits on Mar 8, 2015

  1. first proof of concept rendering directly to fbdev

    ReneHollander committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    7a6d345 View commit details
    Browse the repository at this point in the history
  2. added link to linux framebuffer surface

    ReneHollander committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    d3d395d View commit details
    Browse the repository at this point in the history
  3. size of canvas is now set by size of fbdevice

    fixed some stupid bugs and made it compile again
    ReneHollander committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    e219f5b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. started moving backends to external structure to be able to easier ad…

    …d new backends
    ReneHollander committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    466ad8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    616021a View commit details
    Browse the repository at this point in the history
  3. now with exceptions!

    ReneHollander committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    331baab View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. Merge remote-tracking branch 'upstream/master'

    ReneHollander committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    0d00caf View commit details
    Browse the repository at this point in the history
  2. added script to install linux dependencies

    ReneHollander committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    8d9a8ce View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Merge remote-tracking branch 'upstream/master'

    ReneHollander committed May 1, 2015
    Configuration menu
    Copy the full SHA
    181a7af View commit details
    Browse the repository at this point in the history
  2. node-canvas now using backend system

    ReneHollander committed May 1, 2015
    Configuration menu
    Copy the full SHA
    454691b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2015

  1. Merge remote-tracking branch 'ReneHollander/master'

    Conflicts:
    	binding.gyp
    piranna committed May 2, 2015
    Configuration menu
    Copy the full SHA
    ee958d6 View commit details
    Browse the repository at this point in the history
  2. Added deps to .gitignore

    piranna committed May 2, 2015
    Configuration menu
    Copy the full SHA
    79d55f6 View commit details
    Browse the repository at this point in the history
  3. removed nodejs 0.6 support

    updated nan to 1.8.4
    ReneHollander committed May 2, 2015
    Configuration menu
    Copy the full SHA
    a94281b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af21558 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b38bb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2015

  1. Configuration menu
    Copy the full SHA
    b6d267e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c85d923 View commit details
    Browse the repository at this point in the history
  3. Compile dependencies statically

    It's not working due lacks of _ZN8FontFace11constructorE symbol and also
    needs a workaround on system libraries
    (https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/640734/comments/6)
    due to an unfixed bug on gcc
    (https://bugzilla.redhat.com/show_bug.cgi?id=214465), but it's a progress
    piranna committed Jun 21, 2015
    Configuration menu
    Copy the full SHA
    e10f8f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

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

Commits on Jun 25, 2015

  1. Configuration menu
    Copy the full SHA
    8bcf1fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    590aa6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eaef66 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2015

  1. Configuration menu
    Copy the full SHA
    a877adf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8de74d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:Automattic/node-canvas

    Conflicts:
    	package.json
    piranna committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    597832c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. removed install packages script

    ReneHollander committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    1c26ac2 View commit details
    Browse the repository at this point in the history
  2. fixed Backend.cc not being compiled

    ReneHollander committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    9227b9e View commit details
    Browse the repository at this point in the history
  3. removed main.cc and Makefile

    ReneHollander committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    9b2b642 View commit details
    Browse the repository at this point in the history
  4. removed binary executable

    ReneHollander committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    131ca13 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2015

  1. reformatted code

    ReneHollander committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    00c48fc View commit details
    Browse the repository at this point in the history
  2. first work on better backend system

    ReneHollander committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    fce293e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2015

  1. instantiate backends in javascript

    ReneHollander committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    a99c318 View commit details
    Browse the repository at this point in the history
  2. canvas now accepts backends

    fbdevice can now be set
    fixes Automattic#2
    closes Automattic#3
    ReneHollander committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    f480bf7 View commit details
    Browse the repository at this point in the history
  3. fixed Canvas.backends being uppercase

    ReneHollander committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    c038190 View commit details
    Browse the repository at this point in the history
  4. ticking clock drawn to framebuffer

    ReneHollander committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    e6afa9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac6ce1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83cf4ce View commit details
    Browse the repository at this point in the history
  7. added experimental x11 backend

    trying to fix segfault in older node versions when gcing
    ReneHollander committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    50348ef View commit details
    Browse the repository at this point in the history
  8. fixed seg fault during gc

    ReneHollander committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    f7b99b9 View commit details
    Browse the repository at this point in the history
  9. use diffrent code to figure out screensize

    ReneHollander committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    78fffe2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5763708 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

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

Commits on Jul 7, 2015

  1. still trying to fix broken fbdev backend on some devices

    ReneHollander committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    f348fb4 View commit details
    Browse the repository at this point in the history
  2. fixed stupid syntax errors

    ReneHollander committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    b8b0a6a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2015

  1. Configuration menu
    Copy the full SHA
    da5d4ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e84d9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fixing_fbdev'

    piranna committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    ab7d2c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Clean-up of backend classes

    piranna committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    69b72ce View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

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

Commits on Jul 12, 2015

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

Commits on Jul 13, 2015

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

Commits on Jul 23, 2015

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

Commits on Jul 25, 2015

  1. Merge remote-tracking branch 'Automattic/master'

    Conflicts:
    	src/Canvas.cc
    piranna committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    13a378c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2015

  1. Removed FbDev formats not available on Cairo

    24 bits could be added by using two buffers and a conversion function, but
    would have a performance penalty
    piranna committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    5cca798 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2016

  1. Updated version of libpng

    piranna committed May 14, 2016
    Configuration menu
    Copy the full SHA
    09aaed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e843d0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Fixed file permissions

    piranna committed May 20, 2016
    Configuration menu
    Copy the full SHA
    7f774d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2016

  1. Fix rebase to 1.3.15

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

Commits on Sep 18, 2016

  1. Static build

    Extracted code for static build from Automattic#571 to make it easier to review and
    approve. It's a squashed version with the final code, for references on the
    development history and commit logs go to the original issue.
    piranna committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    c65bfb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

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

Commits on Jan 24, 2017

  1. Configuration menu
    Copy the full SHA
    70a4d38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e53b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Configuration menu
    Copy the full SHA
    499c56f View commit details
    Browse the repository at this point in the history
  2. Use static harfbuzz library

    piranna committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    64f810e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. Use static glib library

    piranna committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    490a6eb View commit details
    Browse the repository at this point in the history
  2. Use static fontconfig library

    piranna committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    4c23df7 View commit details
    Browse the repository at this point in the history
  3. Use static expat library

    piranna committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    e1d1d79 View commit details
    Browse the repository at this point in the history
  4. Use static ffi library

    piranna committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    13a2030 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Add missing headers

    piranna committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    5520bbc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

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

Commits on Feb 26, 2017

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

Commits on May 4, 2017

  1. Configuration menu
    Copy the full SHA
    38cf474 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    107be59 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Merge branch 'master' of github.com:Automattic/node-canvas

    # Conflicts:
    #	.gitignore
    #	benchmarks/run.js
    #	binding.gyp
    #	examples/backends.js
    #	examples/clock.js
    #	examples/crop.js
    #	examples/font.js
    #	examples/globalAlpha.js
    #	examples/gradients.js
    #	examples/grayscale-image.js
    #	examples/image-src.js
    #	examples/kraken.js
    #	examples/live-clock.js
    #	examples/multi-page-pdf.js
    #	examples/pango-glyphs.js
    #	examples/pdf-images.js
    #	examples/ray.js
    #	examples/resize.js
    #	examples/small-pdf.js
    #	examples/small-svg.js
    #	examples/spark.js
    #	examples/state.js
    #	examples/text.js
    #	examples/voronoi.js
    #	src/Backends.cc
    #	src/Canvas.cc
    #	src/Canvas.h
    #	src/CanvasPattern.cc
    #	src/CanvasRenderingContext2d.cc
    #	src/FontFace.cc
    #	src/backend/Backend.cc
    #	src/backend/Backend.h
    #	src/backend/ImageBackend.cc
    #	src/backend/ImageBackend.h
    #	src/init.cc
    #	test/server.js
    #	util/has_lib.sh
    piranna committed May 9, 2017
    Configuration menu
    Copy the full SHA
    7ab3501 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Configuration menu
    Copy the full SHA
    588def3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef51cbf View commit details
    Browse the repository at this point in the history
  3. Minor clean-up of has_lib.js

    piranna committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    09f2f31 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2017

  1. Configuration menu
    Copy the full SHA
    6fe4a28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    569f5b8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'static'

    piranna committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    d17789c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Configuration menu
    Copy the full SHA
    27c6ac9 View commit details
    Browse the repository at this point in the history
  2. Fixed linting

    piranna committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    6dbb57a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc2c12b View commit details
    Browse the repository at this point in the history
  4. Extracted code for FbDev support from Automattic#571 to make it easie…

    …r to review and
    
    approve. It's a squashed version with the final code, for references on the
    development history and commit logs go to the original issue.
    piranna committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    ad0a41f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Fix linting

    piranna committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    3a1d55d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c8a13d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ebb624 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b37d648 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2aa765c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e60f78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c29ef89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    851ffb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    4940a7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2ddc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e4f681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf99d46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cc8631 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a583f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5838252 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. [Backends] Call to virtual onPaint() method after all painting oper…

    …ations
    
    Painting operations are `fill()`, `stroke()`, `addPage()`, `putImageData()`
    and `drawImage()`.
    piranna committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    497f03d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ee1c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7601bf9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Configuration menu
    Copy the full SHA
    848ab2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c9065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3984e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84e8386 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d46969c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f1866b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b866ca View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

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

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    0236d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dad8d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    225c5b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c681222 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    ffaac6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db2878f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2e07fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b394d31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d617198 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    3618b40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    995a3f3 View commit details
    Browse the repository at this point in the history
  3. clean-up

    piranna committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    0e8be22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81fa69f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Configuration menu
    Copy the full SHA
    b79795d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0778ed8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f183c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73b4b4d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    6864325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bf6f1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c97438 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    8b8edd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71ee4c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c21b8a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c8cdea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b50fe3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96383b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

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

Commits on Dec 15, 2018

  1. Configuration menu
    Copy the full SHA
    b0f81d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90b95c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d737842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a183067 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

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

    piranna committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    6a22cb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c2d65d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

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

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    ff8b503 View commit details
    Browse the repository at this point in the history
  2. Fixes after merge

    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    bfb4f1d View commit details
    Browse the repository at this point in the history
  3. Fixed linting

    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    b5f5dd0 View commit details
    Browse the repository at this point in the history
  4. Isolated lint script

    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    64fb2e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45021a7 View commit details
    Browse the repository at this point in the history
  6. Updated dependencies

    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    601a415 View commit details
    Browse the repository at this point in the history
  7. Updated dependencies

    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    3fc6170 View commit details
    Browse the repository at this point in the history
  8. Throw exception for unknown canvas type instead create Image by def…

    …ault
    
    # Conflicts:
    #	test/canvas.test.js
    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    352f369 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64fd7d6 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'Automattic/master' into doubleBuffer

    # Conflicts:
    #	src/backend/Backend.h
    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    f7d3a76 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3978af3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d8c0d2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8e24861 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'FbDev' into FbDev_vsync

    # Conflicts:
    #	lib/image.js
    #	src/Canvas.cc
    #	src/backend/Backend.cc
    #	src/backend/Backend.h
    #	src/backend/FBDevBackend.cc
    #	src/backend/FBDevBackend.h
    #	src/backend/ImageBackend.cc
    #	src/backend/ImageBackend.h
    #	src/backend/PdfBackend.cc
    #	src/backend/SvgBackend.cc
    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    7b8f402 View commit details
    Browse the repository at this point in the history
  15. Fixes after merge

    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    aa3a6ae View commit details
    Browse the repository at this point in the history
  16. Merge branch 'doubleBuffer' into FbDev_vsync

    # Conflicts:
    #	src/backend/Backend.cc
    #	src/backend/Backend.h
    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    64fe34b View commit details
    Browse the repository at this point in the history
  17. Fixes after merge

    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    3023b36 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2b4ec38 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6161eb7 View commit details
    Browse the repository at this point in the history
  20. Clean-ups

    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    f884acc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1bfe1f1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5194e0d View commit details
    Browse the repository at this point in the history
  23. Merge remote-tracking branch 'Automattic/master' into static

    # Conflicts:
    #	.gitignore
    #	.npmignore
    #	binding.gyp
    #	util/has_lib.js
    piranna committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    3ce846f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    4aad102 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d03fbe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdf14bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f38854 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17256c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Merge remote-tracking branch 'Automattic/master'

    # Conflicts:
    #	binding.gyp
    #	package.json
    #	test/canvas.test.js
    #	test/image.test.js
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    9758ed8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ca1ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2667031 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efacea1 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'Automattic/master' into static

    # Conflicts:
    #	binding.gyp
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    1bbe95a View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'Automattic/master' into FbDev

    # Conflicts:
    #	.travis.yml
    #	package.json
    #	test/canvas.test.js
    #	test/image.test.js
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    6fb4bb4 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'Automattic/master' into FbDev_vsync

    # Conflicts:
    #	.travis.yml
    #	package.json
    #	test/canvas.test.js
    #	test/image.test.js
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    974cf5d View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'Automattic/master' into framebuffer

    # Conflicts:
    #	.travis.yml
    #	package.json
    #	test/canvas.test.js
    #	test/image.test.js
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    e3b16f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcba4d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c014caa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    173a8e4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    297514f View commit details
    Browse the repository at this point in the history
  13. Update devDependencies to fix linting errors

    # Conflicts:
    #	package.json
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    0688eff View commit details
    Browse the repository at this point in the history
  14. Update devDependencies to fix linting errors

    # Conflicts:
    #	package.json
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    144337d View commit details
    Browse the repository at this point in the history
  15. Update devDependencies to fix linting errors

    # Conflicts:
    #	package.json
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    e8cfd1a View commit details
    Browse the repository at this point in the history
  16. Update devDependencies to fix linting errors

    # Conflicts:
    #	package.json
    
    # Conflicts:
    #	package.json
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    d7db3bf View commit details
    Browse the repository at this point in the history
  17. Fix standard.js linting

    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    6c0eefc View commit details
    Browse the repository at this point in the history
  18. Fixed indentation

    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    0129877 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6988889 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6f7876a View commit details
    Browse the repository at this point in the history
  21. Enable FbDev backend only on Linux

    # Conflicts:
    #	src/Canvas.cc
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    81904df View commit details
    Browse the repository at this point in the history
  22. Enable FbDev backend only on Linux

    # Conflicts:
    #	src/Canvas.cc
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    2cb428e View commit details
    Browse the repository at this point in the history
  23. Enable FbDev backend only on Linux

    # Conflicts:
    #	src/Canvas.cc
    
    # Conflicts:
    #	binding.gyp
    #	src/Canvas.cc
    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    fee2521 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2757d9b View commit details
    Browse the repository at this point in the history
  25. Fix 'Canvas#type' test

    piranna committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    9daf309 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a429c00 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1f8fea2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Configuration menu
    Copy the full SHA
    b3fd398 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'FbDev' into FbDev_vsync

    # Conflicts:
    #	src/Canvas.cc
    piranna committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    1edad18 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'doubleBuffer' into FbDev_vsync

    # Conflicts:
    #	package.json
    piranna committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    2e54e21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4979f69 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'RangeError'

    # Conflicts:
    #	package.json
    #	test/canvas.test.js
    piranna committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    167e045 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'protected_surfaces'

    # Conflicts:
    #	package.json
    piranna committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    bf8808f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'static'

    # Conflicts:
    #	.gitignore
    #	package.json
    #	shared.gypi
    #	util/has_lib.js
    piranna committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    b744522 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'framebuffer'

    # Conflicts:
    #	binding.gyp
    #	examples/simple_fbdev.js
    #	src/Backends.cc
    #	src/Canvas.cc
    #	src/backend/Backend.cc
    #	src/backend/Backend.h
    #	src/backend/FBDevBackend.cc
    #	src/backend/FBDevBackend.h
    #	test/public/tests.js
    piranna committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    97070ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79c3b84 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    058c3b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    c9af67e View commit details
    Browse the repository at this point in the history
  2. Fixed and updated examples

    piranna committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    aa0c1d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0423452 View commit details
    Browse the repository at this point in the history
  4. Enable usage of Xlib backend

    piranna committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    18ffbdf View commit details
    Browse the repository at this point in the history
  5. Fix linting

    piranna committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    ffd38a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Improved npm scripts

    piranna committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    1a79dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63e180f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    1358bcc View commit details
    Browse the repository at this point in the history
  2. Fixed setting of DISPLAY name

    piranna committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    851661a View commit details
    Browse the repository at this point in the history
  3. Fixed missing definitions

    piranna committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    412dfde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    975a0da View commit details
    Browse the repository at this point in the history
  5. Set window size hints

    piranna committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    7db6bc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30c41e1 View commit details
    Browse the repository at this point in the history
  7. Updated dependencies

    piranna committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    8a45973 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Updated Win32 backend (WiP)

    piranna committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    e3efd68 View commit details
    Browse the repository at this point in the history