Commit Graph

760 Commits

Author SHA1 Message Date
Michael Jumper
d5d4d506c0 Send size event on window resize. 2012-10-23 10:41:31 -07:00
Michael Jumper
a6435f7c05 Bump version. 2012-10-23 00:48:53 -07:00
Michael Jumper
d2006ec3d3 Bump version. 2012-10-23 00:48:06 -07:00
Michael Jumper
fce54be8df Pass width/height to tunnel. 2012-10-23 00:40:22 -07:00
Michael Jumper
75a7d491b3 Add width/height parameters to basic tunnel. 2012-10-23 00:38:55 -07:00
Michael Jumper
2c3a3a53f0 Use client information object to complete handshake. 2012-10-23 00:36:55 -07:00
Michael Jumper
ca579c6bc9 Implement client information object. 2012-10-23 00:36:22 -07:00
Michael Jumper
dbc4a7f915 Add audio/video/size instructions. 2012-10-22 17:06:30 -07:00
Michael Jumper
76162ce14a Update ChangeLog 2012-10-16 18:17:04 -07:00
Michael Jumper
361b3149a5 Ignore anything after UUID in tunnel requests (required for fix to #201). 2012-10-16 14:13:48 -07:00
Michael Jumper
ae131b8af0 Update ChangeLog, bump version. 2012-10-15 10:53:41 -07:00
Michael Jumper
2a89f9ff09 Bump version. 2012-10-15 10:43:52 -07:00
Michael Jumper
ad331a5704 Update ChangeLog 2012-10-03 10:29:28 -07:00
Michael Jumper
13db41f704 Fix NPE if end-of-stream encountered during handshake (fixes #195). 2012-10-03 10:27:53 -07:00
Michael Jumper
45e5a60962 Explicitly detect mimetype support using test sounds. Fallback to canPlayType(). 2012-09-12 02:48:24 -07:00
Michael Jumper
978986103a Add support for resources to tunnel servlet. 2012-09-11 18:35:49 -07:00
Michael Jumper
15758cc662 Implement file:// URI resource support in client. 2012-09-11 18:31:52 -07:00
Michael Jumper
03ac523688 Add resource servlet. 2012-09-11 18:05:50 -07:00
Michael Jumper
ffe33f3b21 Bump to version 0.7.0. 2012-09-07 15:30:41 -07:00
Michael Jumper
982dcb9881 Refactor to org.glyptodon.guacamole. 2012-09-05 13:16:25 -07:00
Michael Jumper
70d456f9a7 Update guacamole-ext version number. 2012-08-13 10:03:55 -07:00
Michael Jumper
d7381d48ef Update changelog 2012-08-11 14:16:30 -07:00
Michael Jumper
aef892cafa Update guacamole-common-js 2012-08-11 14:14:19 -07:00
Michael Jumper
e24b1102e0 Update version number, update guacamole-common. 2012-08-11 14:09:49 -07:00
Michael Jumper
ed4dd27a05 Update changelog and version. 2012-08-11 14:08:23 -07:00
Michael Jumper
b3c721e159 Add package-info.java files for all packages. 2012-08-09 23:11:05 -07:00
Michael Jumper
211348c82f Removed trailing whitespace. 2012-08-09 11:43:33 -07:00
Michael Jumper
bdd0ab250f Remove trailing whitespace. 2012-08-09 11:08:20 -07:00
Michael Jumper
917d532431 Use new Guacamole.Mouse.Touchpad. 2012-07-27 23:42:53 -07:00
Michael Jumper
4e72a2d4a6 Remove excessive layer of buffering. 2012-07-25 10:11:10 -07:00
Michael Jumper
48ca5200b9 Always read/write Guacamole protocol in UTF-8. 2012-07-24 15:33:44 -07:00
Michael Jumper
5456b0dbc9 Blur touch clipboard on clipboard hide (fixes #142). 2012-06-03 17:52:28 -07:00
Michael Jumper
38d8568d95 Updated ChangeLog 2012-05-04 18:59:40 -07:00
Michael Jumper
caafb7536a Updated ChangeLog 2012-05-04 18:38:49 -07:00
Michael Jumper
b1e6f64f7e Fix ctrl/alt/super modifier styles. 2012-05-04 15:22:28 -07:00
Michael Jumper
564915ab2e Use non-mobile OSK (now that main supported mobile platforms have working native keyboards). 2012-05-04 14:54:24 -07:00
Michael Jumper
e0510051dd Restore non-mobile keyboard layout (function keys, arrow keys, esc, etc.) 2012-05-04 14:53:42 -07:00
Michael Jumper
f91580788b Clipboard which can be activated/used from within the touch menu. 2012-04-29 00:01:00 -07:00
Michael Jumper
af56157ed5 Prompt when logging out from the button in the yellow bar (users may think this will only disconnect the session with the yellow bar in question, when in reality all sessions will be disconnected). 2012-04-19 15:36:21 -07:00
Michael Jumper
fc903e1dd2 Improve logging. 2012-04-19 14:33:31 -07:00
Michael Jumper
b657d6cf6e Add missing handlers for default protocol/parameter. 2012-04-18 12:44:36 -07:00
Michael Jumper
13d9283465 Code cleanup, add backwards compatibility. 2012-04-18 12:31:20 -07:00
Michael Jumper
eccce8866f Fix indentation. 2012-04-18 12:12:34 -07:00
Michael Jumper
3703bf869d Fix wording of error message. 2012-04-18 12:11:17 -07:00
Michael Jumper
436d657db1 Rename remote-server to connection. 2012-04-18 12:08:05 -07:00
Michal Kotas
5508a5b393 Implement multiple authorized connections per user. 2012-04-18 12:02:23 -07:00
Michael Jumper
b701b0e6b0 Blur username/password on submit. 2012-04-09 15:35:46 -07:00
Michael Jumper
f0ac6f8969 Merge branch 'touch-toolbar' into unstable
Conflicts:
	src/main/webapp/scripts/interface.js
2012-04-08 17:50:53 -07:00
Michael Jumper
cc7d1df3ff Fix sizing of page due to touch menu. 2012-04-08 17:30:00 -07:00
Michael Jumper
0c1260aa32 Fix touch button rendering. 2012-04-08 17:17:38 -07:00