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

Huge update on the gallery #7

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

Huge update on the gallery #7

wants to merge 24 commits into from

Commits on Feb 25, 2017

  1. Nearly rewrote the gallery. The vertical option no longer creates hor…

    …izontal scrollbars, instead the height is variable for better integration in websites. Fixes the flickering issue on resizing and the bug where the images get distorted after several resizing events. Also improved performance on resizing.
    tkosse committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    3e07ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a771218 View commit details
    Browse the repository at this point in the history
  3. Added function to create vertical galleries with the exact same heigh…

    …t. Now the width and height of the galleries are always an exact rectangle.
    tkosse committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    3ebb23d View commit details
    Browse the repository at this point in the history
  4. Fix for galleries that are directly inside the body-element. Some thi…

    …rd-party addons place elements in there that cause BalancedGallery stop working correctly.
    tkosse committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    8f0393e View commit details
    Browse the repository at this point in the history
  5. Fix in column ratio calculation on vertical galleries. Now the result…

    …s after resizing are better so less work needs to be done later in allignColumnHeights()
    tkosse committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    b860e64 View commit details
    Browse the repository at this point in the history
  6. Bug fix: When the scrollbar disappears after resizing and after check…

    …Width() it appears again, then this would cause an infinite loop.
    tkosse committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    ad0ba17 View commit details
    Browse the repository at this point in the history
  7. Updated minified version

    tkosse committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    a038bb3 View commit details
    Browse the repository at this point in the history
  8. Adjusted documentation

    tkosse committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    792ac64 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Added new orientation: grid

    tkosse committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    cc74220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68a28d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

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

Commits on Mar 14, 2017

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

Commits on Mar 21, 2017

  1. Refactoring

    tkosse committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    b6b043d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ca0dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71f90d8 View commit details
    Browse the repository at this point in the history
  4. Set padding/margin of image in init to 0 and set css properties via f…

    …unction and not in string
    tkosse committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    7314d38 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2017

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

Commits on Sep 10, 2017

  1. Directly save and use JQuery objects of container elements instead of…

    … recreating them always again
    tkosse committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    22eeaaf View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Small logic bug

    tkosse committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    4ec4dbf View commit details
    Browse the repository at this point in the history
  2. Added random order for images in grid mode through the options mainta…

    …inOrder and shuffleUnoreredPartition
    tkosse committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    92f99ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0378d21 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Reorder functions

    tkosse committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    b9f0c36 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. Use more Vanilla JS

    tkosse committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    8af7e2b View commit details
    Browse the repository at this point in the history
  2. Adding colName as a class instead of an id is more sematically correc…

    …t as there could be several galleries on one page with the colName
    tkosse committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    7e619fb View commit details
    Browse the repository at this point in the history