| 
							
							
								 Michael Jumper | 627271953d | GUAC-558: Add specific handler for tunnel state change. Add state property and values. Clean up warnings. | 2014-03-21 16:46:55 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | af4de98277 | GUAC-558: Do not trigger client onerror for tunnel onerror. | 2014-03-21 11:19:07 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | ec614c2f83 | GUAC-556: Fix JavaScript definitions of UPSTREAM_TIMEOUT and UPSTREAM_ERROR - they were swapped. | 2014-03-19 22:12:16 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 6a70dd5582 | GUAC-549: Use Guacamole.Status for ack messages. | 2014-03-19 14:35:31 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | d4a6fd21f7 | GUAC-549: Throw status instead of error for connect() in tunnel and client. Pass status instead of message/code parameters for onerror event handlers. | 2014-03-19 13:58:52 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 52395f6c2e | GUAC-549: Add status code object and enum. | 2014-03-19 13:54:13 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 4851ba8b5c | Fix movement calculations. | 2014-03-05 01:10:03 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | bacc5406ec | Handle start/end of gestures more cleanly. | 2014-03-04 16:56:12 -08:00 |  | 
			
				
					| 
							
							
								 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 | 03a67cc3c5 | Rename guacamole.js to all.js. | 2014-01-22 14:20:38 -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 |  | 
			
				
					| 
							
							
								 Michael Jumper | 25248ede66 | Disable YUI warnings. When enabled, just yields 300+ messages requesting "try to use a single 'var' statement per scope", which is silly. Declare variables where needed and no earlier when the language allows this. | 2014-01-15 21:50:18 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b5e6e82012 | Include modules separately along with aggregated .js | 2014-01-15 21:50:18 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 10b398d5d7 | Massive reorganization. Separate all objects into individual files. Remove duplicate namespace declarations. | 2014-01-15 21:50:17 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 827e98f626 | Use yui-compressor to combine JS into one file. Rename super to hyper to satisfy yui-compressor. | 2014-01-15 21:50:17 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 5dfd49bce3 | Re-license guacamole-common-js as MIT. | 2014-01-01 16:04:57 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | bf884b8ffd | Trac super as best as possible. Properly track meta. Add modifier state object. | 2013-12-27 17:44:24 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 02ca96c4dc | Update meta appropriately. | 2013-12-27 15:29:22 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 9b20d5e1eb | Streamline identifier parse logic, ensure case is consistent across browsers, use keyIdentifier if it exists and a corresponding keypress is unlikely. | 2013-12-23 11:04:59 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | bd437622b7 | Do not trust deprecated keyIdentifier - Chrome gets it VERY WRONG sometimes. | 2013-12-20 17:17:45 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 2ccbbfbdcb | Properly handle shift within identifier parse. | 2013-12-20 10:59:05 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 6afc994f8e | Simply keydown handling, fix regression in key recognition. | 2013-12-20 02:34:10 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | ba972d3949 | Fix typo. | 2013-12-18 10:09:13 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 34916e1752 | Add support for new, improved JavaScript key events. | 2013-12-18 02:53:40 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | f1c4187f77 | Ensure layers are painted properly in Chrome when GPU compositing is enabled. | 2013-12-06 15:33:05 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1807ac0664 | Fix JavaScript typo. | 2013-12-06 15:31:59 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | d673212da6 | Validate that the layer container exists before attempting to install a sync hook into the contained layer. | 2013-12-06 12:01:52 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c71ea434c9 | Minor performance enhancements - do NOT take thumbnails every 1000ms, and only use transfer function if not NOP and not a simple copy. | 2013-11-06 15:32:41 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | afb8474c28 | Send ack after audio/file/video/blob receipt. | 2013-10-27 23:25:33 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 3925eedc53 | Implement ack, use instead of sync to signal continuing upload. | 2013-10-16 16:38:09 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 3c5c7fccf7 | Update onerror for client. Add onerror for output stream. Handle abort instruction. Track streams by index. | 2013-10-16 16:38:08 -07:00 |  |