Commit graph

150 commits

Author SHA1 Message Date
Dylan Weiss
5cf92a3c62 Only run checks for drag and resize if x, y, width, or height have changed at least one cell width/height. 2016-08-21 10:33:24 -04:00
Pavel Reznikov
79d9b423ce fix dist 2016-08-20 13:44:01 -07:00
Pavel Reznikov
6ebd7a2005 0.2.7-dev -> 0.3.0-dev 2016-08-20 13:33:40 -07:00
Pavel Reznikov
999020bcff fix amd 2016-08-20 12:57:37 -07:00
Pavel Reznikov
5bc7d51959 build js 2016-08-20 12:48:10 -07:00
Pavel Reznikov
56d9ec325d build js 2016-08-18 21:44:07 -07:00
Pavel Reznikov
6d8ce2299c dd plugin registration 2016-08-18 21:01:23 -07:00
Pavel Reznikov
eeff06dbe8 incapsulate drag/drop into plugin 2016-08-18 20:51:41 -07:00
Pavel Reznikov
0b3b47cefe merge with master 2016-08-18 20:10:50 -07:00
d
64ea5c4cf6 Add isNodeChangedPosition. 2016-08-18 16:19:48 -04:00
Pavel Reznikov
78f00738ab fix lint errors 2016-08-17 23:36:05 -07:00
Pavel Reznikov
30b096d5f9 dd plugin draft 2016-08-17 23:29:59 -07:00
Dylan Weiss
af0f2d235b Fix #462 and remove 768px CSS limitation. 2016-08-17 19:09:02 -04:00
Pavel Reznikov
eebc0b15a6 0.2.7-dev 2016-08-17 09:39:52 -07:00
Pavel Reznikov
3928d05109 v0.2.6 2016-08-17 09:22:12 -07:00
Dylan Weiss
4ae4540bba README, dist. 2016-08-17 11:47:38 -04:00
Dylan Weiss
ceef60d356 Fix #422, update to 0.2.7-dev. 2016-08-17 10:36:51 -04:00
Pavel Reznikov
11b6292d31 fix #460: fix cellWidth method 2016-08-16 21:43:28 -07:00
d
696b0f7ca8 Fix #481. 2016-08-16 15:36:22 -04:00
d
491388379c Include built files. 2016-08-16 14:38:13 -04:00
Nik Cubrilovic
cb7e0bdeb4 Add jQuery UI Droppable as module requirement - dist files 2016-08-15 22:57:17 +10:00
d
d909458602 Add built files. 2016-08-11 16:36:50 -04:00
Pavel Reznikov
9a9e8ece7e build js 2016-08-09 18:54:46 -07:00
Ross Harrison
4399e1a455 clean and build 2016-04-21 11:45:59 -04:00
Ross Harrison
0a5d67cfc8 clean and build 2016-04-21 11:16:20 -04:00
Pavel Reznikov
61ed99ab5c build js 2016-04-08 09:20:50 -07:00
illusionalsagacity
90838740b0 fix: SVG resizable icons not showing in Internet Explorer.
IE9+ does not like the UTF8 encoding specifier.
2016-03-30 10:41:14 -04:00
Pavel Reznikov
c93ff95c03 v0.2.5 2016-03-02 19:58:52 -08:00
Pavel Reznikov
373c1eab14 build dist 2016-03-02 01:09:21 -08:00
d
398dccb7a9 Add default values for verticalMarginUnit and cellHeightUnit, update readme to have verticalMargin info, and several more unit tests. 2016-03-01 15:15:32 -05:00
Pavel Reznikov
0273bb66d8 Update dist. (+14 squashed commits)
Squashed commits:
[50607a9] build dist
[ff0c00b] Allow negative numbers to be passed to parseHeight function test case fix
[3ecc1ca] Allow negative numbers to be passed to parseHeight function test case
[d20f670] Allow negative numbers to be passed to parseHeight function fix
[0816163] Allow negative numbers to be passed to parseHeight function
[aa18c63] rebuild dist
[601b5d5] setGridWidth api documentation udpdate
[c309856] Add a parameter to setGridWidth method to allow not to propagate resizing to widgets.
[ea442d1] drag between grids
[50ce614] jqueryui + requirejs note
[3d8a8e1] drag between grids demo
[446dade] drag from sidebar/between grids
[e31d50e] check if element setup before detach
[67274f8] trash zone is accepting only widgets
2016-03-01 11:22:39 -05:00
d
eedf6d5716 Fix _is_one_column_mode -> _isOneColumnMode and add in obsolete unit checks for all gs, non-GSEngine code. 2016-02-25 16:48:57 -05:00
d
b9c916554e Added parseInt(x, 10) to cellWidth and added some unit tests. 2016-02-25 15:48:25 -05:00
d
d521ef5330 Bit safer. 2016-02-24 13:22:36 -05:00
d
19f41a72a8 Fix one bug and another pops up. This fixes issue where passing detachNode=false to removeWidget would still cause it to be removed from the DOM. 2016-02-24 13:20:04 -05:00
d
735ffa2129 Fixes bug when calling destroy with detachGrid=false. Thanks @jhpedemonte. 2016-02-24 11:05:54 -05:00
Pavel Reznikov
9d12e25a02 improve removable behaviour 2016-02-23 20:13:11 -08:00
Pavel Reznikov
cac983e2af build js 2016-02-23 15:01:53 -08:00
Dylan Weiss
ab6df29429 Add AniJS demo. 2016-02-23 17:47:11 -05:00
d
2abfbb37bf #54 - Added added and removed events. 2016-02-23 11:46:24 -05:00
Pavel Reznikov
a33f046fa6 fix in isAreaEmpty and _notify 2016-02-22 22:48:20 -08:00
Pavel Reznikov
85740de2e0 build dist 2016-02-22 21:40:36 -08:00
Pavel Reznikov
9c01f02f1a build dist 2016-02-22 20:44:07 -08:00
d
5f5a83d01b Added several optional parameters to addWidget: minWidth, maxWidth, minHeight, maxHeight, and id. 2016-02-22 12:21:32 -05:00
d
78803147c6 #237 Add optional useOffset parameter to getCellFromPixel. 2016-02-22 10:56:49 -05:00
d
de26b00f85 #216 Add detachGrid parameter to destroy. Updated docs for remove and removeAll param. 2016-02-22 09:33:09 -05:00
Pavel Reznikov
9d80ede0b9 build dist 2016-02-21 20:50:09 -08:00
Dylan Weiss
9b455d6018 #227 Add setGridWidth(gridWidth) method. Attempts to intelligently change existing widgets' x-coordinate and width to map to new width. 2016-02-20 11:37:34 -05:00
Pavel Reznikov
c34777b2a0 hack for meteor support 2016-02-20 01:14:04 -08:00
Pavel Reznikov
3a5c675e6f ‘auto’ value for cellHeight 2016-02-20 00:55:33 -08:00