Commit Graph
110 Commits
Author SHA1 Message Date
David Morse 85bc2f47ec Merge remote-tracking branch 'rept/gridster.js/addition_problem_add_faux_rows'
* rept/gridster.js/addition_problem_add_faux_rows:
  Also added parseInt to the add_faux_cols method
  Also added parseInt to the add_faux_cols method
  Wrong addition solved in add_faux_rows by adding parseInt
2015-04-07 22:19:48 -06:00
David Morse 6d5e8ed248 Merge remote-tracking branch 'joaoafrmartins/gridster.js/master'
* joaoafrmartins/gridster.js/master:
  commonjs
  support UMD
2015-04-07 22:09:10 -06:00
David Morse 3810daef1b Merge remote-tracking branch 'Toosick/gridster.js/patch-1'
* Toosick/gridster.js/patch-1:
  Update jquery.gridster.js
  Fix gridster destroy
2015-04-07 21:51:55 -06:00
David Morse 84598f6862 Merge remote-tracking branch 'mooglemoogle/gridster.js/master'
* mooglemoogle/gridster.js/master:
  Added destroy of widget coords and resize api
  Added ability to specify scroll container for drag/resize
2015-04-07 21:36:00 -06:00
David Morse e7509f0220 Merge remote-tracking branch 'bfarka/gridster.js/fix-trailing-comma'
* bfarka/gridster.js/fix-trailing-comma:
  fix issue #469
2015-04-07 20:03:36 -06:00
David Morse 72007139cb Merge remote-tracking branch 'sogawa/gridster.js/strict-sort'
* sogawa/gridster.js/strict-sort:
  Convert to integer type of property value when sorting.
  add element "#qunit-testresult"
  rename test files.
2015-04-07 19:56:44 -06:00
David Morse cec85c59a7 Merge remote-tracking branch 'eric/master'
Grunt changes
  Add an optional final parameter to add_widget.
  Bumping to v0.5.7
  Grunt
  Fix Widget Right Edge Collission Detection
  re-name model_id parameter
  add model_id parameter to add_widget method in order to create a relationship between widget and backbone model
  Fix the memory leak that was incorrectly iterating rows and columns
  Cache $(window) and $(this) selectors for performance
  fix (Gridster.js):  destroy  resize_api
2015-04-07 13:50:05 -06:00
David Morse 37d8e0ec25 Merge from abril/gridster.js
* merging:
  add function move_widget in dist/jquery.gridster.js
  Include move_widget function (Move a widget to a specific row and column.).
  Change jQuery reference for $.
2015-04-07 11:55:30 -06:00
David Morse 4783e6e726 fix a NAN error that could occur if using center_widget if the grid was in responsive mode.
Error check the shift cols, to ensure they can't move left past col 1
make a change from 100% to 100VW for better browser support of min-width
2015-04-06 22:49:51 -06:00
floyd_hawkes f8d3d2d223 Release v0.6.5 2015-04-06 16:17:12 -04:00
floyd_hawkes bbd9cd4803 Release v0.6.5 2015-04-06 16:09:08 -04:00
floyd_hawkes 86053f8be3 fix(gridster): fixed bugs in centering_widgets (widgets were getting smushed when being resized) and fixed bug with min_width 2015-04-06 16:05:40 -04:00
floyd_hawkes 16a7a65953 #3 Adds ability to automatically center widgets in the grid. 2015-03-19 10:56:54 -04:00
floyd_hawkes e40a393aec Release v0.6.4 2015-03-19 10:46:18 -04:00
floyd_hawkes 8a5a723a2d #3 Adds ability to automatically center widgets in the grid. 2015-03-19 10:43:15 -04:00
Thiago Moura c261a4ebef add function move_widget in dist/jquery.gridster.js 2015-03-17 17:35:26 -03:00
Diogo Benicá ec253acf83 Change jQuery reference for $. 2015-03-16 17:22:29 -03:00
Eric Mann 7db7addfde Grunt changes 2015-03-06 14:15:07 -08:00
floyd_hawkes fc75ce5d46 Release v0.6.3 2015-03-06 14:41:24 -05:00
floyd_hawkes 6bb47dc1ce fix(gridster): fixing resize limits when in fixed width mode
feature(gridster): added fix_to_content function to fit widget dimensions to a given width and height
feature(gridster): added resize_widget_dimensions function
refactor(gridster): moved code to set number of columns in grid to helper function
2015-03-06 14:36:05 -05:00
floyd_hawkes 61572cd881 fix(gridster): fixes bug where widgets would overlay other widgets after a resize 2015-02-23 21:29:20 -05:00
floyd_hawkes d669045dec Release v0.6.2 2015-02-23 20:28:53 -05:00
floyd_hawkes 9ead8c04c1 Release v0.6.1 2015-02-21 12:26:58 -05:00
floyd_hawkes 754b313378 Release v0.6.0 2015-02-18 13:37:14 -05:00
floyd_hawkes a391304357 fix(gridster): changed the way widgets were getting positioned so that margins are actually the same size that the user specified all the way around the grid
feat(gridster): added responsive nature to grid
2015-02-18 13:34:20 -05:00
Eric Mann c9b97572ab Bumping to v0.5.7 2015-02-17 13:50:45 -08:00
Eric Mann da5e223c59 Grunt 2015-02-17 13:26:57 -08:00
Ivan Lopez 34b537230d re-name model_id parameter 2014-12-31 10:43:01 -05:00
Ivan Lopez e773e9db78 add model_id parameter to add_widget method in order to create a relationship between widget and backbone model 2014-12-31 10:25:40 -05:00
Eric Mann 4fe62c9be9 Fix the memory leak that was incorrectly iterating rows and columns 2014-12-17 13:56:45 -08:00
Eric Mann 4d6abc862a Cache $(window) and $(this) selectors for performance 2014-12-17 10:29:57 -08:00
Chris Rock bd8dbf8459 Added destroy of widget coords and resize api 2014-12-02 13:55:43 -05:00
Chris Rock 41ad5c9bd6 Added ability to specify scroll container for drag/resize 2014-11-18 11:39:51 -05:00
vieron 314037471f Release v0.5.6 2014-09-25 12:27:05 +02:00
Stijn Verrept 9099da87d6 Also added parseInt to the add_faux_cols method 2014-09-10 22:54:54 +02:00
Stijn Verrept 8b6a48bf8c Wrong addition solved in add_faux_rows by adding parseInt 2014-09-08 16:45:46 +02:00
vieron 1d06af1d5c Release v0.5.5 2014-07-25 15:50:59 +02:00
vieron 7640971905 Release v0.5.4 2014-07-16 20:29:47 +02:00
vieron e837ded844 Release v0.5.3 2014-07-04 19:04:54 +02:00
vieron c554aa89d8 Release 0.5.2 2014-06-16 19:03:21 +02:00
David Smallandvieron 93c46ff45e fix(gridster): Removing previously added style tags before adding new one.
Hopefully fixes #211 and #294.
2014-06-16 16:59:20 +02:00
vieron a4f3baf38f update dist 2014-03-26 12:38:25 +01:00
vieron f1ad03cc36 chore: update dist 2014-03-13 00:11:55 +01:00
vieron b84f364d4a Release v0.5.1 2014-03-05 19:02:30 +01:00
vieron 967984f16b Release v0.5.0 2014-02-14 13:13:39 +01:00
Vitaliy Velikodniyandvieron 073fdc40e0 feat(draggable): Add toggle draggable method. 2014-02-14 13:09:03 +01:00
vieron 9796c44dc6 Release v0.4.4 2014-02-13 11:27:48 +01:00
vieron 6121eb6888 Release v0.4.3 2014-02-11 01:05:24 +01:00
vieron e76eed7ac4 Release v0.4.2 2014-02-07 18:28:23 +01:00
vieron 6eef93cc16 Release v0.4.1 2014-02-07 15:10:48 +01:00