Commit Graph
478 Commits
Author SHA1 Message Date
David S Morse af9abd8449 Merge pull request #22 from Nedlinin/master
Fix issue with the dragging of widgets pushing off to the right funny…
2015-08-05 21:42:40 -06:00
Christopher Heath 6a7a2c53d4 Build new distributable files. 2015-08-05 17:08:07 -05:00
Christopher Heath f9b579aac9 Fix issue with the dragging of widgets pushing off to the right funny with larger margin sizes. The margin was not being taken into account for the new position properly. This meant that if you were in column 10 and the margin was set to 20px the previous calculation was off by 200 pixels. New calculation for the placeholder position and the drag stop position takes the margin for the sizes multiplied by the column we want to determine how far to offset left. 2015-08-05 16:43:39 -05:00
David S Morse a1d77eb9bd Merge pull request #19 from heartdisease/master
feat:  Extended default options by two custom functions for showing and hiding widgets
2015-06-30 14:13:42 -06:00
Christoph Matscheko 137c05cd7f update generated files (2) 2015-06-30 13:36:00 +02:00
Christoph Matscheko 7cfda0d504 Revert "update generated files"
This reverts commit 6c2e2d4099.
2015-06-30 13:32:02 +02:00
Christoph Matscheko 6c2e2d4099 update generated files 2015-06-30 13:25:59 +02:00
Christoph Matscheko 413aad5512 update generated files 2015-06-30 13:14:10 +02:00
Christoph Matscheko e01c3a7fa9 update jsdoc 2015-06-30 13:10:31 +02:00
Christoph Matscheko 5cb5c68480 Extended default options by two functions for displaying and hiding widgets so the default behavior can be overridden 2015-06-29 15:33:55 +02:00
David Morse 2b0f9963ef fix(gridster): Add additiona error checking on widgets removal
…when remove_widget is called with an empty element we need to abandon the action early to avoid exceptions
2015-06-25 21:45:09 -06:00
David Morse 4936ef82c0 fix: convert from JQury to DOM
Move from Jquery based width() for calculations to dom calls to avoid conflicts with webcomponents.js polyfills
2015-06-08 21:26:40 -06:00
David Morse 1812366c0f feature: Add Chaos demo to test widget placement. 2015-06-04 22:09:17 -06:00
David Morse 1bb8888ec9 chore: convert from css to Less 2015-06-04 21:29:33 -06:00
David Morse 3c1013589e chore: Merge remote-tracking branch 'mergeSource/master'
Add jspm support
2015-06-04 20:15:03 -06:00
David Morse 9abe8c2cca chore: Merge remote-tracking branch 'josephndenton/master'
fixed highlighting while resize is true
2015-06-04 19:57:48 -06:00
David Morse 393b4fc9ec chore: Merge remote-tracking branch 'spalger/master' - make npm ready 2015-06-04 19:41:11 -06:00
Spencer Alger 99e8736b0c make npm ready 2015-05-31 23:13:05 -07:00
David Morse c5da395c53 chore: update RoR build process
Prep for 0.6.10 release.
2015-05-31 10:34:56 -06:00
David Morse aa598a5f9e Merge branch 'master' of https://github.com/dsmorse/gridster.js
updates to make ruby on rails gem work. see pull Request #14 & #15
2015-05-31 10:16:20 -06:00
dsmorse 278afda7bb Merge pull request #15 from ened/fix/rails-gem
RoR gem missed the Engine files
2015-05-31 10:09:28 -06:00
dsmorse b345264e69 Merge pull request #14 from ened/fix/package-json-url
Fixed `npm install` warning
2015-05-31 10:09:02 -06:00
Sebastian Roth 0d75ba53c3 Fixed npm install warning
npm WARN package.json gridster@0.6.9 homepage field must start with a protocol.
2015-05-31 12:36:32 +08:00
Sebastian Roth 4526b7f63e RoR gem missed the Engine files 2015-05-31 12:35:30 +08:00
David Morse 89978099a8 update readme 2015-05-28 20:41:11 -06:00
David Morse 57bf55a8e5 update ruby build config 2015-05-28 20:33:28 -06:00
Joseph Denton c17ebfde25 fixed highlighting while resize is true 2015-05-28 14:04:52 -07:00
David Morse 0ab1348707 Release v0.6.9 2015-05-27 22:14:29 -06:00
David Morse 35426a0ca9 add badge for gem 2015-05-27 22:10:40 -06:00
Sebastian RothandDavid Morse b399504cd4 Create a Ruby on Rails gem 2015-05-27 21:48:50 -06:00
David Morse aa2053b6c6 install bower & grunt globally for travis 2015-05-27 15:55:56 -06:00
David Morse 589864ce36 travis config for bower 2015-05-27 15:47:32 -06:00
David Morse 818321958c enable travis 2015-05-27 15:42:56 -06:00
dsmorse 34b08eb282 Merge pull request #11 from zeroedin-bill/master
for traditional bower users like myself, its just one more thing to 'preen', but if it helps you lets make it happen
2015-05-27 08:26:38 -06:00
David Morse 4cc6915101 Remove if statement from register_widgets that cause them to be dropped from the DOM if they don't have a specific class on them. Fixes bug report #9 2015-05-26 22:15:51 -06:00
Bill Schaller 8d3da5c7b3 Fix invalid require('./jquery-gridster.js') 2015-05-26 16:56:48 -04:00
Bill Schaller ff73959514 Don't ignore src, I need it to build with webpack. 2015-05-26 16:54:00 -04:00
plamoureux 9dcf16913a jspm config 2015-05-23 10:23:49 -04:00
plamoureux f6f16af39f jspm config 2015-05-23 00:54:44 -04:00
plamoureux 75933da99c jspm config 2015-05-23 00:50:14 -04:00
plamoureux e0074c6246 jspm config 2015-05-23 00:19:36 -04:00
plamoureux 55377b9373 jspm config 2015-05-23 00:09:56 -04:00
plamoureux 23ad30cbcc jspm config 2015-05-23 00:08:59 -04:00
David Morse b0ead24af1 add unit test to build process 2015-05-20 22:00:17 -06:00
David Morse d23aa41757 Various bug fixes for moving widgets around 2015-05-20 01:14:03 -06:00
David Morse 0c65f0ab5d JS Doc changes 2015-05-19 20:06:17 -06:00
David Morse 610a143239 Fix expanding widget issue (allow it to collapse again) 2015-05-18 21:46:46 -06:00
David Morse 3cc6192577 Merge branch 'master' of git://github.com/zeroedin-bill/gridster.js into zeroedin-bill-master 2015-05-18 21:30:58 -06:00
David Morse 08da4a4d74 fix unit tests 2015-05-18 21:17:13 -06:00
Bill Schaller c92df6087e Fix undefined exception in update_widgets_dimensions 2015-05-18 16:51:58 -04:00