Pavel Reznikov
a334bc951e
Merge pull request #147 from radiolips/bugfix/window-width
...
_is_one_column_mode unreliable within five pixels
2015-05-29 19:22:39 -07:00
Pavel Reznikov
2e124b9ebb
Merge pull request #150 from maximderbin/fix-typo-in-doc
...
Fix typos in README.md
2015-05-29 19:22:00 -07:00
babybeasimple
0f2f04fa50
Fix typos in README.md
2015-05-28 23:53:45 +03:00
Dylan Weiss
43b2f0b6ee
$(window).width() is incorrect by about 5 pixels, causing _is_one_column_mode to be incorrect. To test this, go to any gridstack and make the page width 769px. Single column mode via CSS will not kick in, yet elements will not be draggable.
2015-05-19 17:40:04 -04:00
Pavel Reznikov
2e0dbc1e6a
fix ‘w’ resize
2015-05-14 20:28:47 -07:00
Pavel Reznikov
ecebcc0bf2
Merge pull request #132 from mgwidmann/sort_problem
...
Improper sorting with respect to nodes of variable widths
2015-05-14 18:36:43 -07:00
Matt Widmann
5f2e795677
Correctly sort nodes by using the total width instead of individual node width (becomes a problem with nodes of variable width).
2015-04-14 16:19:03 -04:00
Pavel Reznikov
310c854d8c
Merge pull request #97 from rcuddy/master
...
Update bower.json main files to match "standards"
2015-03-20 23:23:45 -07:00
Rick Cuddy
6746234036
Update bower.json main files to match "standards"
...
This update allows use of bower.json main value in buildtools that rely on
the appropriate files being defined in this main array. It also points to
the unminified, but compiled dist versions as per bower spec:
https://github.com/bower/bower.json-spec#main
* Changes main js file to use unminified version
* Adds the gridstack.css file to the main files array
* Moves compiled CSS into `dist` folder (upstream build process needs update)
* Duplicate `src/gridstack.js` into `dist/gridstack.js` (upstream build process needs update)
* Update demo html to point to `dist` instead of `src`
2015-03-21 16:23:18 +11:00
Pavel Reznikov
6676341a21
Merge pull request #96 from EladBezalel/bower-dependencies
...
Update bower.json to have dependencies
2015-03-20 08:56:37 -07:00
Elad Bezalel
9bf627fc94
Update bower.json to have dependencies
...
add this package requirements to bower dependencies
2015-03-20 15:11:36 +02:00
Pavel Reznikov
cb6f1aa8f2
add floating sample
2015-03-12 19:55:13 -07:00
Pavel Reznikov
41b1a40fa0
fix floating mode (issue #93 )
2015-03-12 19:52:26 -07:00
Pavel Reznikov
95328b7455
lodash.js support
2015-03-10 23:26:44 -07:00
Pavel Reznikov
6768a14802
lodash.js support
2015-03-10 23:10:26 -07:00
Pavel Reznikov
a124143a69
add serialization demo
2015-03-09 21:39:21 -07:00
Pavel Reznikov
66388d020c
improve memory usage
2015-03-09 21:37:08 -07:00
Pavel Reznikov
fc28ca5947
add detach_node param to remove_widget
2015-03-08 23:33:14 -07:00
Pavel Reznikov
94b4889eb7
add is_area_empty API method
2015-03-08 22:45:14 -07:00
Pavel Reznikov
6eb623ce70
update change log
2015-03-08 22:33:42 -07:00
Pavel Reznikov
3f5d6fca80
nested grids
2015-03-08 22:28:51 -07:00
Pavel Reznikov
b64accd45a
fix styles initialization
2015-03-08 12:04:15 -07:00
Pavel Reznikov
918b882661
add bower package
2015-03-06 00:57:12 -08:00
Pavel Reznikov
160e56af30
remove default value for max height
2015-03-06 00:44:05 -08:00
Pavel Reznikov
9323f17a0f
minimize js file
2015-03-05 23:50:41 -08:00
Pavel Reznikov
ec6e6f5421
add batch_update/commit methods
2015-03-05 23:50:32 -08:00
Pavel Reznikov
8747785ba0
add update method
2015-03-05 23:46:59 -08:00
Pavel Reznikov
8cb3098d00
build css from scss
2015-03-05 23:06:20 -08:00
Pavel Reznikov
7ea4ea5e12
rename to gridstack.scss
2015-03-04 09:03:15 -08:00
Pavel Reznikov
5d7609b4d2
Merge pull request #85 from ascendantofrain/patch-2
...
add SASS file
2015-03-04 09:02:36 -08:00
Adam Verheyen
d4513f9463
Update and rename src to src/styles.scss
2015-03-04 11:59:03 -05:00
Pavel Reznikov
26bb52657e
minimize js
2015-03-03 22:30:26 -08:00
Pavel Reznikov
4a06cc10cb
improve default resizable options
2015-03-03 22:30:07 -08:00
Pavel Reznikov
5b86a44cef
fix _update_styles
2015-03-03 22:29:55 -08:00
Pavel Reznikov
76b521e898
add sass snippet
2015-03-02 09:07:27 -08:00
Pavel Reznikov
a50156787b
save to array sample
2015-03-01 23:10:50 -08:00
Pavel Reznikov
fdff2cd90c
typo
2015-03-01 22:42:08 -08:00
Pavel Reznikov
9f522a0816
notes about IE8 support
2015-03-01 22:32:45 -08:00
Pavel Reznikov
56e147bb1f
avoid runtime error in IE8
2015-03-01 22:32:14 -08:00
Pavel Reznikov
901401dfdf
fix demo
2015-02-27 21:00:47 -08:00
Pavel Reznikov
cca3d5f6ff
resizable/draggable options
2015-02-27 20:40:51 -08:00
Pavel Reznikov
b34f3037f6
remove extra comma
2015-02-27 20:35:04 -08:00
Pavel Reznikov
5f5a073312
minimize files
2015-02-27 20:30:56 -08:00
Pavel Reznikov
e9d32cdd3d
allow to override resizable/draggable options
2015-02-27 20:30:49 -08:00
Pavel Reznikov
409e401c70
resize handles
2015-02-27 20:30:20 -08:00
Pavel Reznikov
be4c6fcee1
minify files
2015-02-27 16:00:42 -08:00
Pavel Reznikov
3e5100749a
improve stylesheet creation
2015-02-27 16:00:36 -08:00
Pavel Reznikov
08f001570c
min size for 1x1 cell
2015-02-27 16:00:02 -08:00
Pavel Reznikov
a4d97a147f
add alt knockout sample
2015-02-27 15:39:02 -08:00
Pavel Reznikov
e4c203277e
update knockout smaples
2015-02-27 15:36:18 -08:00