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
|
350b1a5e0b
|
Use minified guacamole-common-js.
|
2014-01-15 21:50:18 -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
|
ba1f13bd57
|
Use single JS file.
|
2014-01-15 21:50:17 -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
|
9b5ef9b5ff
|
Ticket #486: Add white-space: pre; style to avoid trimming of clipboard spaces.
|
2014-01-04 21:15:46 -08:00 |
|
Michael Jumper
|
0ab2932f1e
|
Re-license guacamole-auth-ldap as MIT.
|
2014-01-03 12:59:05 -08:00 |
|
Michael Jumper
|
3e20648343
|
Ensure width/height/DPI are sent as integers. Properly adjust display scale for reported pixel size.
|
2014-01-01 21:03:38 -08:00 |
|
Michael Jumper
|
ea7e04505f
|
Re-license guacamole-common as MIT.
|
2014-01-01 16:05:57 -08:00 |
|
Michael Jumper
|
5dfd49bce3
|
Re-license guacamole-common-js as MIT.
|
2014-01-01 16:04:57 -08:00 |
|
Michael Jumper
|
3ee5a216df
|
Re-license guacamole-ext.
|
2014-01-01 16:03:59 -08:00 |
|
Michael Jumper
|
8f32b98ae7
|
Re-license guacamole-auth-noauth as MIT.
|
2013-12-29 11:28:46 -08:00 |
|
Michael Jumper
|
2acfba2d7e
|
Add missing packages.
|
2013-12-28 20:51:08 -08:00 |
|
Michael Jumper
|
673052b101
|
Re-license guacamole-auth-mysql as MIT.
|
2013-12-28 20:33:50 -08:00 |
|
Michael Jumper
|
c2852d4a22
|
Re-license guacamole as MIT.
|
2013-12-28 20:32:51 -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
|
b722cf5977
|
Add support for DPI within size instruction and client info.
|
2013-12-27 00:35:21 -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 |
|
James Muehlner
|
b2f00879b8
|
Ticket #362: Moved all HTTP Exception handling into AOP magic.
|
2013-12-21 21:37:56 -08:00 |
|
Michael Jumper
|
bd437622b7
|
Do not trust deprecated keyIdentifier - Chrome gets it VERY WRONG sometimes.
|
2013-12-20 17:17:45 -08:00 |
|
James Muehlner
|
f32bb558e3
|
Ticket #362: Using FORBIDDEN for GuacamoleSecurityException.
|
2013-12-20 15:12:23 -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 |
|
James Muehlner
|
8e3a73a9a2
|
Ticket #362: Fixed inefficient map iteration.
|
2013-12-19 19:16:12 -08:00 |
|
James Muehlner
|
2303417385
|
Ticket #362: Merge REST changes to master.
|
2013-12-19 17:39:52 -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 |
|
James Muehlner
|
f115ae934c
|
Ticket #362: Fixed comment.
|
2013-12-16 17:05:06 -08:00 |
|
James Muehlner
|
2414cfcce7
|
Ticket #362: Fixed comment.
|
2013-12-16 16:41:55 -08:00 |
|
James Muehlner
|
21a0ecfd84
|
Ticket #362: The cleaning has ended, for now.
|
2013-12-16 14:40:04 -08:00 |
|
James Muehlner
|
339083a379
|
Ticket #362: The cleaning never ends.
|
2013-12-16 14:40:04 -08:00 |
|
James Muehlner
|
94fef7307e
|
Ticket #362: Cleaned up even morely.
|
2013-12-16 14:40:04 -08:00 |
|
James Muehlner
|
abdb022426
|
Ticket #362: Cleaned up even more.
|
2013-12-16 14:40:03 -08:00 |
|
James Muehlner
|
10e8fcabd2
|
Ticket #362: Cleaned up a bit more.
|
2013-12-16 14:40:03 -08:00 |
|
James Muehlner
|
d2aec9457f
|
Ticket #362: Cleaned up a bit.
|
2013-12-16 14:40:03 -08:00 |
|
James Muehlner
|
756ffa7637
|
Ticket #362: Created user CRUD.
|
2013-12-16 14:40:03 -08:00 |
|
James Muehlner
|
82413b2103
|
Ticket #362: Changed url to be a bit more semantic.
|
2013-12-16 14:40:03 -08:00 |
|
James Muehlner
|
64e56dc9ab
|
Ticket #362: Changed permission operations to be atomic.
|
2013-12-16 14:40:03 -08:00 |
|