Michael Jumper
|
56c6c1d637
|
Add onsync handler.
|
2013-09-27 17:03:49 -07:00 |
|
Michael Jumper
|
a0f5ccbcf0
|
Fix ordering of reads.
|
2013-09-24 14:26:26 -07:00 |
|
Michael Jumper
|
5b0b8e5374
|
Migrate video instruction to new stream style.
|
2013-09-24 14:25:27 -07:00 |
|
Michael Jumper
|
68e2e2b028
|
Migrate blob to input stream (ish) API.
|
2013-09-24 13:14:26 -07:00 |
|
Michael Jumper
|
5401ec6ae3
|
Implement integer pool. Automatically allocate stream indices.
|
2013-09-24 00:37:56 -07:00 |
|
Michael Jumper
|
5f10ccb64a
|
Create dedicated object for streams.
|
2013-09-24 00:18:19 -07:00 |
|
Michael Jumper
|
29bd388bdb
|
Rename functions appropriately.
|
2013-09-23 23:55:17 -07:00 |
|
Michael Jumper
|
94c0ec1f17
|
Add basic support for file upload via dragging.
|
2013-09-23 20:52:11 -07:00 |
|
Michael Jumper
|
4a0003b53d
|
Fix jsdoc comments.
|
2013-09-02 17:41:25 -07:00 |
|
Michael Jumper
|
8f94b1000f
|
Do not automatically flush layers. Add flush() function. Flush automatically on sync.
|
2013-07-28 00:50:24 -07:00 |
|
Michael Jumper
|
92adfbce90
|
Implement file/blob/end.
|
2013-07-01 15:01:11 -07:00 |
|
Michael Jumper
|
0b88c48038
|
Fix JSDoc.
|
2012-12-01 20:57:59 -08:00 |
|
Michael Jumper
|
0971180cd6
|
Make copy of canvas, rather than simply returning root layer.
|
2012-11-13 12:28:15 -08:00 |
|
Michael Jumper
|
7858b631d6
|
Stub implementation of flatten().
|
2012-11-03 18:38:35 -07:00 |
|
Michael Jumper
|
b592b74513
|
Support float durations.
|
2012-11-01 21:05:37 -07:00 |
|
Michael Jumper
|
0e920a5816
|
Add error handling to parser.
|
2012-11-01 11:15:26 -07:00 |
|
Michael Jumper
|
4e2f4dff31
|
Remove old mimetype events.
|
2012-10-29 09:20:21 -07:00 |
|
Michael Jumper
|
43a823e5c8
|
Add file instruction handler and event, modify parser to not drop length if only partially received.
|
2012-10-26 12:23:18 -07:00 |
|
Michael Jumper
|
5786dbcf0e
|
Implement video instruction.
|
2012-10-25 14:30:09 -07:00 |
|
Michael Jumper
|
ea6764743f
|
Add width/height getters, add onresize event.
|
2012-10-24 10:52:53 -07:00 |
|
Michael Jumper
|
56495c7cfa
|
Implement audio instruction.
|
2012-10-24 00:18:43 -07:00 |
|
Michael Jumper
|
3b9adefa4a
|
Switch from WAITING to CONNECTED on first sync, rather than first png.
|
2012-10-23 11:02:54 -07:00 |
|
Michael Jumper
|
6026b14a0f
|
Add audio/video/size event functions.
|
2012-10-21 15:48:07 -07:00 |
|
Michael Jumper
|
9b9981acc3
|
Implement nest instruction.
|
2012-10-20 20:09:13 -07:00 |
|
Michael Jumper
|
f2f6173c7d
|
Implemented Guacamole.Parser
|
2012-10-20 19:33:53 -07:00 |
|
Michael Jumper
|
21fb1e92bb
|
Fix jsdoc, add missing documentation.
|
2012-08-11 12:52:30 -07:00 |
|
Michael Jumper
|
03486264d1
|
Implement size for buffers.
|
2012-05-17 00:23:52 -07:00 |
|
Michael Jumper
|
63685aa048
|
Position mouse cursor only at integer coordinates.
|
2012-04-10 22:53:30 -07:00 |
|
Michael Jumper
|
5e0c6d8c51
|
Only send integer coordinates in mouse events.
|
2012-04-08 21:51:35 -07:00 |
|
Michael Jumper
|
ff20799b29
|
Provide means of retrieving scale.
|
2012-04-01 18:52:06 -07:00 |
|
Michael Jumper
|
dcf55cbd75
|
Add scale function, use bounding div for main display element, such that the display can be scaled independently of the surrounding div, which provides the layout.
|
2012-04-01 01:07:14 -07:00 |
|
Michael Jumper
|
fa96143884
|
Move layers using translation via matrices - do not use CSS top/left.
|
2012-03-29 23:48:45 -07:00 |
|
Michael Jumper
|
cc6c2671ac
|
Refactor arc to include drawing direction.
|
2012-03-13 18:59:57 -07:00 |
|
Michael Jumper
|
6df9fe2871
|
Implement set instruction.
|
2012-03-13 12:12:59 -07:00 |
|
Michael Jumper
|
02500bf96b
|
Layers should clip contents.
|
2012-03-13 00:29:21 -07:00 |
|
Michael Jumper
|
c91efb51ec
|
Implemented push and pop.
|
2012-03-12 23:58:07 -07:00 |
|
Michael Jumper
|
fc716d7d9a
|
Implement distort, shade.
|
2012-03-12 23:25:23 -07:00 |
|
Michael Jumper
|
b540cc0427
|
Implement identity, transform.
|
2012-03-12 17:42:44 -07:00 |
|
Michael Jumper
|
4b3b2966f5
|
Implemented lfill, lstroke.
|
2012-03-12 17:39:18 -07:00 |
|
Michael Jumper
|
3435edf4d6
|
Implemented close, curve, arc.
|
2012-03-12 17:37:04 -07:00 |
|
Michael Jumper
|
c25a4edab7
|
Implement start, line, and curve instructions.
|
2012-03-12 17:27:42 -07:00 |
|
Michael Jumper
|
5b902e669c
|
Buffers should be resizable, too.
|
2012-03-11 22:21:54 -07:00 |
|
Michael Jumper
|
b363f958b0
|
Alphabetized instruction set for future instruction-adding convenience.
|
2012-03-11 21:59:19 -07:00 |
|
Michael Jumper
|
e63b7108f3
|
Implement reset instruction.
|
2012-03-11 21:48:06 -07:00 |
|
Michael Jumper
|
6cb68f86cf
|
Fix cursor - copyRect() has been renamed to copy().
|
2012-03-11 21:33:39 -07:00 |
|
Michael Jumper
|
ead3811df6
|
Accidentally used getLayer() in RGBA component ints.
|
2012-03-11 21:17:16 -07:00 |
|
Michael Jumper
|
87cf3940c6
|
Implement cfill.
|
2012-03-11 21:10:07 -07:00 |
|
Michael Jumper
|
aa1e467791
|
Refactor rect, rename copyRect -> copy, add several necessary operations, remove unused functions.
|
2012-03-11 20:16:36 -07:00 |
|
Michael Jumper
|
9f8fedcf47
|
Adding Matt Hortman to list of contributors.
|
2012-03-05 12:18:15 -08:00 |
|
Matt Hortman
|
e539907b41
|
JS bitwise operators use all 32-bits, added mask to keep bitwise NOT to 8-bits
|
2012-03-05 12:07:45 -05:00 |
|