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

Responsive, resizing, data normalization functions #5

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

Commits on Feb 21, 2017

  1. Responsive, normalization, resize, load syncField

    - **responsive** useful for for mobile switching between portrait and landscape
    - **keep aspect ratio** responsive mode
    - **normalize data to target dimension** for different applications and resolutions the data in syncField / database is normalized to a targeted dimension
    - **allow resizing of signature if responsive** on resize signature is not cleared but resized accordingly
    - **init signature based on sync field** useful for ajax responses to redraw it
    djmj authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    f612b33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    214c822 View commit details
    Browse the repository at this point in the history
  3. use cdn resources

    djmj authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    44effb4 View commit details
    Browse the repository at this point in the history
  4. Create core.js

    djmj authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    5459b59 View commit details
    Browse the repository at this point in the history
  5. Create components-mobile.js

    djmj authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    6004007 View commit details
    Browse the repository at this point in the history
  6. Create jquery-plugins.js

    djmj authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    ad4a99d View commit details
    Browse the repository at this point in the history
  7. Rename test/resources/primefaces/jquery-plugins.js to test/resources/…

    …primefaces/jquery/jquery-plugins.js
    djmj authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    b57469b View commit details
    Browse the repository at this point in the history
  8. Create primefaces-mobile.css

    djmj authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    0a73773 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b17eef View commit details
    Browse the repository at this point in the history
  10. Update README.md

    djmj authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    d58dae1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Update jquery.signature.js

    Directly use javascript element instead of id lookup, since it was not working with special characters in id.
    djmj authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    9435cff View commit details
    Browse the repository at this point in the history
  2. Update README.md

    djmj authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    a46c0bf View commit details
    Browse the repository at this point in the history
  3. Update README.md

    djmj authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    91217aa View commit details
    Browse the repository at this point in the history
  4. Update jquery.signature.js

    Remove resize window eventhandler in destroy using plugin event namespace to fix error on AJAX page updates.
    djmj authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    1a2db09 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Add files via upload

    djmj authored Feb 24, 2019
    Configuration menu
    Copy the full SHA
    06b3e09 View commit details
    Browse the repository at this point in the history
  2. Delete jquery-mobile.css

    djmj authored Feb 24, 2019
    Configuration menu
    Copy the full SHA
    8613fea View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    djmj authored Feb 24, 2019
    Configuration menu
    Copy the full SHA
    f47c99a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Update README.md

    http://htmlpreview.github.io/?https://github.com/djmj/signature/blob/master/test/index.html Did not worked anymore due to CORS blocking resources. So added new URL.
    djmj authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    0029c76 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Update README.md

    djmj authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    f5b48ec View commit details
    Browse the repository at this point in the history