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

test #279

Open
wants to merge 103 commits into
base: jquery
Choose a base branch
from
Open

test #279

wants to merge 103 commits into from

Commits on Dec 9, 2014

  1. Allow for drag handle(s) to be specified as child element -- Allow ng…

    …-drop to specify arbitrary object data that will be passed as third param to drop callback.
    clocklear authored and Cory Locklear committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    866fd1a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. - removed dependency on jQuery

    - inject $window and $document instead of creating local vars for them
    - prevent duplicate drop events when element has both ng-drag and ng-drop behavior
    - don't move the drag element in the initial press, wait till dragging starts
    - don't clobber margin of drag element when moving it
    sh3rndon committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    f973841 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2015

  1. Merge pull request #55 from sh3rndon/master

    Remove jQuery dependency
    fatlinesofcode committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    fd48114 View commit details
    Browse the repository at this point in the history
  2. version bump

    fatlinesofcode committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    61ad429 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b86e98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ac20e9 View commit details
    Browse the repository at this point in the history
  5. updated readme

    fatlinesofcode committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    04729c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14f3d7e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Added 'ngDraggable' service, fixed pageX/Y detection

    Janek Lasocki-Biczysko committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    193f11f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2015

  1. Merge pull request #62 from janeklb/feature-ngDraggable-service

    Added 'ngDraggable' service, fixed pageX/Y getter
    fatlinesofcode committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    40f677c View commit details
    Browse the repository at this point in the history
  2. version bump

    fatlinesofcode committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    5b6225d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Configuration menu
    Copy the full SHA
    3bec9d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38fbebc View commit details
    Browse the repository at this point in the history
  3. Fixed clone

    janober committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    59bb0a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. version bump

    fatlinesofcode committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    f0ad85f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74 from janober/master

    move elements with matrix3d transform
    fatlinesofcode committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    bf9cbd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. Merge pull request #1 from fatlinesofcode/master

    Updating from master
    bobber205 committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    2d896d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f1c638 View commit details
    Browse the repository at this point in the history
  3. Adding missing semicolons.

    bobber205 committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    fe46aa4 View commit details
    Browse the repository at this point in the history
  4. Updating readme.

    bobber205 committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    c037c57 View commit details
    Browse the repository at this point in the history
  5. Adding callback that's called when dragging stops and not just when w…

    …hen "successful" (aka moving back to drop container)
    bobber205 committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    7fc6366 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d4126c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2015

  1. Merge pull request #40 from bobber205/adding_start_and_move_events

    Adding start and move events
    fatlinesofcode committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    64685f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

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

Commits on Feb 19, 2015

  1. Added -webkit-transform to css transform operations.

    -webkit-transform is needed for older browsers/webkits that do not support the native transform. This is especially needed for Cordova apps which target older webkits on iOS and Android.
    gregvis committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    00d3de4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from gregvis/gregvis-patch-webkit-transform

    Added -webkit-transform to css transform operations.
    gregvis committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    69ec8e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2015

  1. Update ngDraggable.js

    I am using Boostrap  framwork to set my Modules.
    Modul width is set to 100% to adapt to columns.
    While dragging, module is set to "fixed position" and its width is changing to 100%.
    
    I also add width while dragging to prevent from fixed position.
    After dradding, i set back initial width.
    jtrotoux committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    b5bc602 View commit details
    Browse the repository at this point in the history
  2. Update README.md with mention of events. Closes #94

    Juha Karttunen committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    3960596 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2015

  1. fix issue #78

    drag-enter class isn't removed from the dragged element after the drag ends.
    learning committed Feb 27, 2015
    1 Configuration menu
    Copy the full SHA
    388faa6 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2015

  1. Configuration menu
    Copy the full SHA
    73239b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95 from jkarttunen/master

    Update README.md with mention of events. Closes #94
    fatlinesofcode committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    dee249b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #91 from gregvis/master

    Added -webkit-transform to css transform operations.
    fatlinesofcode committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    250eaaf View commit details
    Browse the repository at this point in the history
  4. version bump

    fatlinesofcode committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    89e7043 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. update styles on drop if drag and drop elements are the same

    Ian Collins authored and Ian Collins committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    f3b3888 View commit details
    Browse the repository at this point in the history
  2. added IE9 CSS support

    Ian Collins authored and Ian Collins committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    33d2898 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. Merge pull request #99 from iblank/master

    update drag styles, when dragged element is dropped on itself
    fatlinesofcode committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    e527a19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from JamesBrauman/master

    Added functionality to scroll the page when dragging.
    fatlinesofcode committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    e15594b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33de6ef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #52 from clocklear/master

    Drag handles / drop target data
    fatlinesofcode committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    8818977 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a661e02 View commit details
    Browse the repository at this point in the history
  6. remove get event prop

    fatlinesofcode committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    e4f6a21 View commit details
    Browse the repository at this point in the history
  7. bower rename

    fatlinesofcode committed Mar 12, 2015
    2 Configuration menu
    Copy the full SHA
    2a17a40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29aab85 View commit details
    Browse the repository at this point in the history
  9. fixed bug #83

    fatlinesofcode committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    13ee5b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0dd7c8 View commit details
    Browse the repository at this point in the history
  11. updated readme

    fatlinesofcode committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    737d965 View commit details
    Browse the repository at this point in the history
  12. 1 Configuration menu
    Copy the full SHA
    064858a View commit details
    Browse the repository at this point in the history
  13. renamed package back to ngDraggable

    lets see how bower copes
    fatlinesofcode committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    14750f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2015

  1. Update README.md

    fatlinesofcode committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    27ebf4d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2015

  1. Add missing semicolons and remove console.logs

    Bengt-Ove Holländer authored and Bengt-Ove Holländer committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    b8b5635 View commit details
    Browse the repository at this point in the history
  2. Remove jQuery dependency in ngDragScroll

    Bengt-Ove Holländer authored and Bengt-Ove Holländer committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    9d1da34 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Merge pull request #101 from Be-ngt-oH/master

    Remove jQuery dependency introduced by ngDragScroll
    fatlinesofcode committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    4171393 View commit details
    Browse the repository at this point in the history
  2. version bump

    fatlinesofcode committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    ccabdaf View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. fixes #108

    ensign-rbaker committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    d401b30 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2015

  1. added some documentation

    sebhofmann committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    0979448 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2015

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

Commits on Mar 30, 2015

  1. Update ngDraggable.js

    fixed drop hittest issue when page scrolled
    Cinetik committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    d44c8d6 View commit details
    Browse the repository at this point in the history
  2. Update ngDraggable.js

    Cinetik committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    f97d9fe View commit details
    Browse the repository at this point in the history
  3. Used $window angular warper instead

    Florian Meskens committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    cd7bce1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2015

  1. Merge pull request #120 from Cinetik/master

    Fixing getBoundingClientRect in hitTest doesn't account for scrolled page #112
    fatlinesofcode committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    d757428 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from cdauth/avoid-digest-undefined-callbacks

    Avoiding digest cycles for undefined callbacks
    fatlinesofcode committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    bb0b719 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51fd11f View commit details
    Browse the repository at this point in the history
  4. version bump

    fatlinesofcode committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    b444c77 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Configuration menu
    Copy the full SHA
    7169078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3963afb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d25ff17 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. brought back the 'isClickableElement' check on drag to make ng-cancel…

    …-drag work
    marius committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    859851a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Merge pull request #132 from makeitdoit/master

    brought back the 'isClickableElement' check on drag to make ng-cancel-dr...
    fatlinesofcode committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    768cd51 View commit details
    Browse the repository at this point in the history
  2. Update ngDraggable.js

    removed check for ng-click in clickableElement function. Only ng-cancel-drag will prevent the start of drag.
    fatlinesofcode committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    29f494c View commit details
    Browse the repository at this point in the history
  3. Update bower.json

    fatlinesofcode committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    8634fef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #124 from Remigius2011/master

    fix scrolled drop target problem
    fatlinesofcode committed Apr 17, 2015
    2 Configuration menu
    Copy the full SHA
    b378053 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #114 from paschty/master

    added some documentation for ng-drag-handle
    fatlinesofcode committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    46df17e View commit details
    Browse the repository at this point in the history
  6. Update bower.json

    fatlinesofcode committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    446535d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2015

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

Commits on Apr 19, 2015

  1. Configuration menu
    Copy the full SHA
    eefd5ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c2173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0feb8d4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #135 from schonert/patch-1

    invalid $document reference and ussage
    fatlinesofcode committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    080ecc5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #139 from beatboxjs/right_click

    Do not start dragging on right click
    fatlinesofcode committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    468ea9b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #140 from beatboxjs/drop_watch

    Use $watch instead of $observe for ng-drop
    fatlinesofcode committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    0352b1f View commit details
    Browse the repository at this point in the history
  7. version bump

    fatlinesofcode committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    e22002f View commit details
    Browse the repository at this point in the history
  8. Note a about PRs

    fatlinesofcode committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    66982f4 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    fatlinesofcode committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    66a223c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Merge pull request #138 from beatboxjs/no-data-watch

    Avoid digest cycles by not watching ng-drag-data
    fatlinesofcode committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    3cb1745 View commit details
    Browse the repository at this point in the history
  2. version bump

    fatlinesofcode committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    d1ef32b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2015

  1. makes ng-drag-handle work without jQuery

    benib committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    d38ee54 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

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

Commits on May 22, 2015

  1. Configuration menu
    Copy the full SHA
    a337460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eb69ad View commit details
    Browse the repository at this point in the history
  3. Improved performance, using the requestAnimationFrame default framerate

    Breaking Change: Removed the scrollInterval attribute
    jaisonerick committed May 22, 2015
    Configuration menu
    Copy the full SHA
    57dec58 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2015

  1. Merge pull request #153 from justinmorant/master

    Added a check for event.originalEvent.touches in scope.inputEvent
    fatlinesofcode committed May 30, 2015
    Configuration menu
    Copy the full SHA
    2d2850f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #154 from socialbase/dragScroll

    thanks, raf wont work on ie9 but who cares. You can polyfill if needs be.
    fatlinesofcode committed May 30, 2015
    Configuration menu
    Copy the full SHA
    b4bbf57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #145 from benib/ng-drag-handle-without-jquery

    makes ng-drag-handle work without jQuery
    fatlinesofcode committed May 30, 2015
    Configuration menu
    Copy the full SHA
    840dd1c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. Configuration menu
    Copy the full SHA
    fa00c77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #165 from cytsunny/master

    Making 3 examples work again. The cancel function is still not working?
    fatlinesofcode committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    31bb08b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

  1. Fix ngDragClone when the page scrolls

    - Fix the position of the ngDragClone element when the page is scrolled.
    rustico committed Jun 22, 2015
    1 Configuration menu
    Copy the full SHA
    bb2130a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Merge pull request #166 from rustico/rustico_fix_ngdragclone_scrolling

    Fix ngDragClone when the page scrolls
    fatlinesofcode committed Aug 12, 2015
    1 Configuration menu
    Copy the full SHA
    d31a7a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

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

Commits on Jul 14, 2016

  1. Update README.md

    fatlinesofcode authored Jul 14, 2016
    Configuration menu
    Copy the full SHA
    5f5487f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    bf1c064 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. check which touch event is trigger. Attempt to allow devices with bot…

    …h touch and mouse support to work better
    fatlinesofcode committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    41f7063 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. version bump

    fatlinesofcode committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    a7d83ca View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

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