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

add resize_widget_dimensions() to change widget dimensions after gridster initialization #336

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

add resize_widget_dimensions() to change widget dimensions after gridster initialization #336

wants to merge 20 commits into from

Commits on Apr 1, 2014

  1. add resize_widget_dimension()

    resize widgets after initialization
    hrosenbauer committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    7fe912f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2014

  1. fix min-width and min-height after resize

    remove min-width and min-height after stopping resize
    hrosenbauer committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    6554499 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2014

  1. fix(draggable): bind drag events to $document

    $body won't receive mouseup if the cursor is outside the browser window, $document does
    hrosenbauer authored and vieron committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    dd6c742 View commit details
    Browse the repository at this point in the history
  2. fix(gridster): Removing previously added style tags before adding new…

    … one.
    
    Hopefully fixes #211 and #294.
    dasmall authored and vieron committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    93c46ff View commit details
    Browse the repository at this point in the history
  3. fix(draggable): fix offset during drag

    when the scrollX/Y is changed during drag (e.g. by the mousewheel)
    the offset wasn't correct
    hrosenbauer authored and vieron committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    c726c4a View commit details
    Browse the repository at this point in the history
  4. fix(draggable): replaced scrollX/Y with scrollLeft/Top

    window.scrollX/Y is only available in Chrome, not in IE
    hrosenbauer authored and vieron committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    bb7463a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d22e6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    021a6c2 View commit details
    Browse the repository at this point in the history
  7. Release 0.5.2

    vieron committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    c554aa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2014

  1. chore: move sorting methods in prototype to the constructor

    Useful to use them when we there is no gridster instance, like sorting
    a previously stored output from the serialize method.
    vieron committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    b232391 View commit details
    Browse the repository at this point in the history
  2. style: some formatting changes

    vieron committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    aef185c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2014

  1. Configuration menu
    Copy the full SHA
    8ec307b View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5c6d25c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    589d7fd View commit details
    Browse the repository at this point in the history
  4. feature(gridster): added auto_init config option, default to true

    Useful when using `positionschanged` event, fired before gridster
    instance is cached.
    vieron committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    a9c76d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21a294c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bcfa6e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2014

  1. add resize_widget_dimension()

    resize widgets after initialization
    
    Conflicts:
    	src/jquery.gridster.js
    hrosenbauer committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    c0bc1b9 View commit details
    Browse the repository at this point in the history
  2. fix min-width and min-height after resize

    remove min-width and min-height after stopping resize
    hrosenbauer committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    c9ecfdb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'resize-widget-dimensions' of https://github.com/rebugge…

    …r/gridster.js into resize-widget-dimensions
    
    Conflicts:
    	src/jquery.gridster.js
    hrosenbauer committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    97cc8b3 View commit details
    Browse the repository at this point in the history