Commit graph

3403 commits

Author SHA1 Message Date
Juriy Zaytsev
8791741c9f Merge pull request #2237 from inssein/textbox
Textbox Implementation - from Jaffer Haider
2015-07-13 18:34:58 -04:00
Juriy Zaytsev
5e631678cb Merge pull request #2317 from asturur/parsing-id-svg-attri
add ID attribute to svg parsing of elements
2015-07-13 14:49:48 -04:00
Andrea Bogazzi
38b96f111c Merge pull request #22 from kangax/master
update master
2015-07-13 15:47:58 +02:00
Juriy Zaytsev
c7c9d24ebb Fix linter 2015-07-10 16:04:34 -04:00
Juriy Zaytsev
713c19335a Merge pull request #2328 from ChrisBuergi/animate-color
Added simple color animation utility.
2015-07-10 15:49:48 -04:00
Juriy Zaytsev
121c7faddd Fix tests linting 2015-07-10 14:34:15 -04:00
Juriy Zaytsev
2dd1f1a581 Fix devicePixelRatio detection on node 2015-07-10 14:34:09 -04:00
Juriy Zaytsev
fb22168f48 Add support for hidpi rendering on retina screens
Closes #316
2015-07-10 11:13:51 -04:00
mbrzuzy
5ddcce5687 Fix errors made when porting over IE9 Fix
- When fix was added, I was still referencing element.textContent instead of the modified textContent
2015-07-08 16:19:04 -04:00
Chris Buergi
971166978c Added simple color animation utility. 2015-07-08 15:04:16 +02:00
Juriy Zaytsev
65c29807b6 Merge pull request #2310 from asturur/fix-text-opacity
Fix text opacity
2015-07-03 12:50:10 -04:00
Andrea Bogazzi
49e46f3fd5 Update HEADER.js 2015-07-01 16:25:02 +02:00
mbrzuzy
1ecebe38ee IE9 bugfix for loading SVGs from URL that contain <text> nodes 2015-07-01 09:04:25 -04:00
Juriy Zaytsev
d0eb828ba5 Merge pull request #2311 from asturur/regex-in-parser
Clenaer PR for regex in parser
2015-06-26 11:41:56 -04:00
Andrea Bogazzi
7df9caa17a Update parser.js 2015-06-26 12:33:10 +02:00
Andrea Bogazzi
2315fafde1 Update parser.js 2015-06-26 12:07:03 +02:00
Andrea Bogazzi
23eff30d1b Update text.class.js 2015-06-26 11:47:04 +02:00
Andrea Bogazzi
f2662ae411 Merge pull request #20 from kangax/master
update to master
2015-06-26 11:42:07 +02:00
Maxim Chernyak aka hakunin
8bbc457d11 Add code of conduct to clearly state our values 2015-06-19 21:31:44 -05:00
inssein
e7b01abf73 fix CS 2015-06-18 20:06:32 -07:00
inssein
3902442ebf finally installed jscs and ran it to fix all errors 2015-06-16 13:54:03 -07:00
inssein
5daab00d69 fix off by one errors when calculating the offset 2015-06-16 13:19:41 -07:00
inssein
5824a48268 bringing over fixes from application textbox 2015-06-16 10:34:08 -07:00
Juriy Zaytsev
ebd2135b08 Merge pull request #2278 from sapics/fix-undefined-function
fix undefined function call
2015-06-16 13:01:07 -04:00
Hussein Jafferjee
deecc9df4c fix callSuper()'s inside mixins 2015-06-15 14:04:42 -07:00
Hussein Jafferjee
43668e3571 Fix cursor location to include spaces that are removed 2015-06-15 14:01:57 -07:00
Hussein Jafferjee
4c17f358e5 Properly detect where a click happens inside a textbox 2015-06-15 13:57:40 -07:00
Hussein Jafferjee
1db7e953c2 Fix bug in stylemap generation 2015-06-15 13:55:12 -07:00
Hussein Jafferjee
ea81c0f1e9 Account for removed space's at end of line when wrapping 2015-06-12 10:26:36 -07:00
Juriy Zaytsev
fe0f4b4de8 Update README.md 2015-06-12 12:57:49 -04:00
Hussein Jafferjee
c158e311df Update textbox.class.js
Overlooked simple case - do not add word that is too long onto a line that already contains text.
2015-06-12 09:26:21 -07:00
Juriy Zaytsev
4d9f487733 Merge pull request #2282 from sapics/remove-unused-variables
remove unused variables
2015-06-12 09:51:02 -04:00
sapics
f5b4605032 remove unused variables 2015-06-12 13:40:39 +09:00
inssein
26bba123af dont wrap when its smaller than a single word. 2015-06-11 20:00:23 -07:00
Juriy Zaytsev
74d05ed8f3 Merge pull request #2274 from asturur/clean-origins
forgot some cleaning
2015-06-11 22:07:06 -04:00
inssein
079a6f4e30 fix styles when measuring 2015-06-11 10:55:18 -07:00
inssein
7b581b4753 CS 2015-06-11 10:25:43 -07:00
inssein
0cf09986ee fix insertCharStyleObject so that it deletes properly 2015-06-11 10:21:37 -07:00
kangax
750a4a5e46 Add jshint to travis *facepalm* 2015-06-11 11:11:26 -04:00
Juriy Zaytsev
2d2712c784 Merge pull request #2128 from asturur/pointer-in-scrollable
fix getScrollLeftTop
2015-06-11 10:46:54 -04:00
inssein
ce1023e709 whoops 2015-06-11 00:01:37 -07:00
Andrea Bogazzi
47dbb2303b Update object_origin.mixin.js 2015-06-11 08:19:08 +02:00
sapics
f556ab9411 function name fix 2015-06-11 13:45:01 +09:00
Juriy Zaytsev
ead7d40a4c Merge pull request #2277 from sapics/notchange-feature-fix
character correction
2015-06-11 00:08:02 -04:00
sapics
7e9f17186f just code simpler 2015-06-11 11:16:41 +09:00
Juriy Zaytsev
55db4a4612 Merge pull request #2276 from kkirsche/patch-1
Remove moot `version` property from bower.json
2015-06-10 21:56:53 -04:00
inssein
9eb597c729 Use this.styles as if it's not affected by line-wraps. 2015-06-10 17:12:54 -07:00
Kevin Kirsche
63059e3f84 Remove moot version property from bower.json
Per bower/bower.json-spec@a325da3
2015-06-10 19:12:11 -04:00
Andrea Bogazzi
6ca7a5969c Update object_origin.mixin.js 2015-06-10 18:05:24 +02:00
Juriy Zaytsev
0d83da0e29 Merge pull request #2269 from asturur/fix-rotated-poi
Fix rotated pointer
2015-06-10 11:59:22 -04:00