Ivan Malopinsky
2e80582abf
simpler scene graph organization, stub serialize
2014-08-02 02:09:33 -04:00
Ivan Malopinsky
c80b657755
simplify nested clauses
2014-08-01 12:01:12 -04:00
Ivan Malopinsky
40a58ee1cd
revert to setAttribute
2014-07-31 15:23:05 -04:00
Ivan Malopinsky
d6657ebdc1
move svg namespace to a constant, calculate widths for every word
2014-07-31 15:21:49 -04:00
Ivan Malopinsky
c3882e7d57
normalize quotes
2014-07-31 02:23:49 -04:00
Ivan Malopinsky
f15f15352a
random theme, merge with master
2014-07-31 01:34:36 -04:00
Ivan Malopinsky
d4fc20c540
add merge todo
2014-07-31 01:16:54 -04:00
Ivan Malopinsky
21af677353
add todos, misc changes
2014-07-31 01:16:08 -04:00
Ivan Malopinsky
0697483449
clarify function name
2014-07-30 16:14:21 -04:00
Ivan Malopinsky
799a9d5fb9
avoid divide by zero
2014-07-30 16:10:57 -04:00
Ivan Malopinsky
8ecb457441
restore testing
2014-07-30 16:04:58 -04:00
Ivan Malopinsky
280d5c3336
text measurements with svg
2014-07-30 16:04:39 -04:00
Ivan Malopinsky
4dfd80a6a9
clean whitespace
2014-07-30 13:20:13 -04:00
Ivan Malopinsky
5b1abc0e17
move fluid data to its own object
2014-07-30 13:18:27 -04:00
Ivan Malopinsky
9bcd406e3c
start on scene graph
2014-07-30 03:11:55 -04:00
Ivan Malopinsky
f2855aab32
standardize some variable names
2014-07-30 01:08:57 -04:00
Ivan Malopinsky
1e3765a3af
clear up rendering logic
2014-07-30 00:53:01 -04:00
Ivan Malopinsky
8e1e32bacf
recompile
2014-07-30 00:32:35 -04:00
Ivan Malopinsky
3ba809c068
fix data-background-src, fix color extension code, add random missing image, fix data- logic on render
2014-07-30 00:31:31 -04:00
Ivan Malopinsky
8fe2b92f9f
Merge pull request #102 from bradvin/master
...
Allow for random theme
2014-07-16 17:55:17 -04:00
Brad Vincent
47c31cfb69
moved polyfill
2014-07-16 21:02:54 +02:00
Brad Vincent
6a206873ac
simpler Object.keys polyfill
2014-07-16 20:59:37 +02:00
Brad Vincent
5dc8eb299b
allow for random theme
2014-07-16 20:49:10 +02:00
Ivan Malopinsky
49ddd61128
replace window references to global references, simplify parseHolder
2014-06-20 19:42:06 -04:00
Ivan Malopinsky
34417d4b90
jsdoc
2014-06-13 03:40:28 -04:00
Ivan Malopinsky
48e9cec04d
fallback from missing images, fix #80
2014-06-13 03:13:40 -04:00
Ivan Malopinsky
df357b6680
add nerdydata link
2014-06-13 02:22:25 -04:00
Ivan Malopinsky
538d9337d6
add cnds
2014-06-13 02:19:39 -04:00
Ivan Malopinsky
9329db2957
revise readme
2014-06-13 02:14:05 -04:00
Ivan Malopinsky
21454dc040
unify rendering code
2014-06-13 01:47:31 -04:00
Ivan Malopinsky
1ff06e7baf
iife fix
2014-06-13 01:05:26 -04:00
Ivan Malopinsky
d1b254238e
singleton canvas element
2014-06-13 01:03:18 -04:00
Ivan Malopinsky
89c9fbb336
quotes
2014-06-13 00:51:42 -04:00
Ivan Malopinsky
f13c257c48
deprecate use_*, switch to renderer variable
2014-06-13 00:41:48 -04:00
Ivan Malopinsky
55ff555b76
add resizable functionality
2014-06-13 00:31:09 -04:00
Ivan Malopinsky
44e10b9475
add resizable functionality
2014-06-13 00:16:50 -04:00
Ivan Malopinsky
1a8aa9bffe
refactor, excluding fluid images
2014-06-13 00:07:38 -04:00
Ivan Malopinsky
703dff9e62
add test file, rework variables
2014-06-07 22:16:34 -04:00
Ivan Malopinsky
6b4bd20a77
switch commit hash to seconds in year
2014-05-17 01:22:17 -04:00
Ivan Malopinsky
b4dd2eb520
use latest commit hash in semver
2014-05-17 00:21:02 -04:00
Ivan Malopinsky
4da1af7451
remove version from bower.json
2014-05-16 20:30:51 -04:00
Ivan Malopinsky
1bc37b7086
refactor, move polyfills out, fix #85
2014-05-16 20:24:21 -04:00
Ivan Malopinsky
b6695a9b54
Merge pull request #98 from NARKOZ/patch-0
...
use git tags instead of hardcoding bower version
2014-05-05 15:50:08 -04:00
Nihad Abbasov
9fde29c1c2
chmod -x package.json
2014-05-06 00:33:01 +05:00
Nihad Abbasov
2782c80dbb
remove version from bower.json
...
See: http://stackoverflow.com/a/16560493
2014-05-06 00:31:09 +05:00
Ivan Malopinsky
1a299d6bb2
remove stylesheet code
2014-04-09 12:39:16 -04:00
Ivan Malopinsky
86497f448b
move debounce param into system_config
...
simplify draw calls for auto and fluid placeholders
resize svg without aspect ratio preservation
2014-04-09 12:38:31 -04:00
Ivan Malopinsky
32f9ecfe7a
Merge pull request #96 from msealand/debounce
...
Debounce resize events to improve performance
2014-04-09 11:16:09 -04:00
Michael Sealand
c05e71b909
Debounce resize events to improve performance
...
When using more than a couple fluid placeholders at a time,
the performance of resizing the browser window can degrade
significantly.
To fix this I added a "debounce" function to the resize event.
Basically it only calls resizable_update() if a certain amount
of time (100ms by default) has passed since the last time the
browser window's size changed.
The debounce time can be changed via Holder.run({debounce:<time>});
Make if falsey to disabled it completely.
2014-04-08 19:10:08 -07:00
Ivan Malopinsky
1b89ddac06
Merge pull request #88 from mediaclip/font-weight
...
Added font-weight support for custom themes
2014-03-20 22:29:49 -04:00