Commit Graph

321 Commits

Author SHA1 Message Date
Michael Jumper
462525c08c Further cleanup. Implement long-press for right click. 2014-03-04 16:31:46 -08:00
Michael Jumper
e54d164113 Use tap+hold for click+drag. 2014-03-04 15:14:56 -08:00
Michael Jumper
6d1c9ba550 Modify Guacamole.Touchscreen to play nicely with other gesture-handling objects. Send click only on touchend. Move mouse only if related to a drag. 2014-03-04 13:42:14 -08:00
Michael Jumper
f0c62ff82a Clean up Mouse.js a bit. 2014-03-04 13:08:29 -08:00
Michael Jumper
cc72cba29a Allow default action of key events to be manually enabled. 2014-03-03 09:48:30 -08:00
Michael Jumper
da7112b2f5 Fix reference to old object. 2014-03-03 09:48:08 -08:00
Michael Jumper
4982971fec Remove automatic calls to sendAck(). 2014-02-28 18:34:08 -08:00
Michael Jumper
d09019b413 Implement ArrayBufferWriter. 2014-02-28 17:32:53 -08:00
Michael Jumper
1229c42152 Add StringWriter object. 2014-02-28 15:53:02 -08:00
Michael Jumper
71ae352208 Migrate to cleaner InputStream and OutputStream with Reader wrappers. 2014-02-28 15:25:01 -08:00
Michael Jumper
beb9e5c684 Refactor InputStream API. 2014-02-28 10:03:01 -08:00
Michael Jumper
4478e91c8a Add support for pipe instruction. 2014-02-27 22:26:53 -08:00
Michael Jumper
b8c4419bf5 Set default layer and cursor layer z-index so they display correctly. 2014-01-17 01:55:25 -08:00
Michael Jumper
8936faa6a5 Sort layer containers within flatten(). 2014-01-16 17:17:51 -08:00
Michael Jumper
f706e0febf Add new layers to default layer by default. 2014-01-16 11:12:38 -08:00
Michael Jumper
d6c9b8bf81 Fix recursive handling of layers in flatten(). 2014-01-16 10:50:56 -08:00
Michael Jumper
7a7901d18f Fix distort instruction (called transform() on wrong object). Store matrix. 2014-01-16 01:17:15 -08:00
Michael Jumper
e3c013804d Implement dispose() within LayerContainer. 2014-01-16 01:08:19 -08:00
Michael Jumper
773f64762a Implement shade(). 2014-01-15 22:01:05 -08:00
Michael Jumper
ad5ab18605 Add support for multiple layers to flatten(). Add move() to LayerContainer. Track properties of LayerContainer. 2014-01-15 22:01:05 -08:00
Michael Jumper
6c00d8428c Migrate to minify-maven-plugin and Google Closure Compiler. 2014-01-15 21:50:18 -08:00