Commit Graph

85 Commits

Author SHA1 Message Date
Michael Jumper
4eb102cdc0 GUAC-637: Add zoom controls to menu. Move clipboard to top. 2014-04-24 12:54:55 -07:00
Michael Jumper
57e8a57068 GUAC-326: Add illustration. Fix labels. 2014-04-23 14:12:43 -07:00
Michael Jumper
6c917360cf GUAC-326: Add event target. Add placeholder input method radio buttons. Add more menu styling. 2014-04-22 15:34:47 -07:00
Michael Jumper
c7fd885e86 GUAC-324: Show default first. 2014-04-22 11:43:02 -07:00
Michael Jumper
d28d75b313 GUAC-324: Add mouse setting choices. 2014-04-22 11:43:00 -07:00
Michael Jumper
79b98ee9ef GUAC-324: Copy settings and clipboard from login screen. 2014-04-22 11:43:00 -07:00
Michael Jumper
f9c9b67e72 GUAC-324: Add functions for showing/hiding menu. Update menu title with connection name. 2014-04-22 11:42:59 -07:00
Michael Jumper
4be517ac95 GUAC-324: Improve menu style. 2014-04-22 11:42:58 -07:00
Michael Jumper
5bb629a709 GUAC-324: Fix panning and pinch. Add placeholder menu. 2014-04-22 11:42:49 -07:00
Michael Jumper
7d56352876 GUAC-544: Implement reconnect via GuacUI.Client.connect() function. Can be called again to reinitialize the UI and reconnect. 2014-03-24 11:58:06 -07:00
Michael Jumper
18369f277f GUAC-559: Notify when tunnel is disconnected. Ignore explicit disconnection status from Guacamole.Client. 2014-03-23 18:34:30 -07:00
Michael Jumper
6d4a83ce33 GUAC-558: Add separate error strings for tunnel errors. 2014-03-21 19:46:01 -07:00
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
b976cd3a29 GUAC-549: Restore use of original all.min.js (should not have been committed as all.js). 2014-03-19 16:08:59 -07:00
Michael Jumper
a1aba4d2a7 GUAC-549: Use new onerror/onack handlers. Translate Guacamole.Status codes to human-readable messages. 2014-03-19 15:43:36 -07:00
Michael Jumper
4334cf7d76 Use servlet to retrieve clipboard state. 2014-03-03 09:48:31 -08:00
Michael Jumper
03a67cc3c5 Rename guacamole.js to all.js. 2014-01-22 14:20:38 -08:00
Michael Jumper
350b1a5e0b Use minified guacamole-common-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
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
c2852d4a22 Re-license guacamole as MIT. 2013-12-28 20:32:51 -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
e8d1b7de6f Add show-dialog animation. Style dialogs in client. 2013-11-11 11:31:05 -08:00
Michael Jumper
27ae6e5024 Use style from ui.css. 2013-11-10 17:45:43 -08:00
Michael Jumper
1391f628a8 Use Blob.js and FileSaver.js for providing file downloads across platforms lacking blob and HTML5 download links. 2013-07-01 15:01:13 -07:00
Michael Jumper
984ab06100 Add close button to notifications. Improve styling. 2013-07-01 15:01:13 -07:00
Michael Jumper
6f33d188fd Add notification area. Preload images that would otherwise be loaded later, as such a load may fail due to resource starvation. 2013-07-01 15:01:13 -07:00
Michael Jumper
202dfc403d Completely remove old interface.js. 2012-11-21 19:06:57 -08:00
Michael Jumper
91a6dd5c1a Further conversion to new UI. 2012-11-21 18:37:34 -08:00
Michael Jumper
634f71fa14 Further refactoring of old interface.js into client-ui.js, cleanup. 2012-11-13 21:27:47 -08:00
Michael Jumper
d8f68c6048 Move OSK into new client-ui, partially refactor Ctrl-Alt-Shift shortcut. 2012-11-12 13:14:17 -08:00
Michael Jumper
0d091e925f Convert PanOverlay. 2012-11-12 02:02:05 -08:00
Michael Jumper
f5e754dd5d Implement and document Magnifier and NativeKeyboard components. 2012-11-12 01:50:55 -08:00
Michael Jumper
3f02525a2c Further conversion to new pattern. 2012-11-12 01:09:52 -08:00
Michael Jumper
38dfc3128a Partial conversion to new UI paradigm and manager. 2012-11-11 23:52:34 -08:00
Michael Jumper
bcfb2bd328 Initial implementation of magnifier. 2012-11-10 21:29:16 -08:00
Michael Jumper
95a61ceb14 Center display within window. 2012-11-08 18:34:53 -08:00
Michael Jumper
ab90a9983c Use device DPI on client. 2012-11-08 11:23:14 -08:00
Michael Jumper
a410ac3f28 Restore OSK, show with Ctrl+Alt+Shift. 2012-11-08 10:49:22 -08:00
Michael Jumper
aff008714c More UI cleanup, refactor thumbnail set into history. 2012-11-06 16:25:20 -08:00
Michael Jumper
dd2beb7f35 Further remove unneeded elements and styles. 2012-11-05 10:48:10 -08:00
Michael Jumper
695edad4c7 Share state using session control object, add missing licenses, fix wrong license. 2012-11-04 21:51:23 -08:00
Michael Jumper
bf7a973477 Remove old menu and UI, link clipboards between connections. 2012-11-04 15:58:59 -08:00
Michael Jumper
4ac8a4b57c Encode mimetypes for URIs. 2012-10-28 00:07:32 -07:00
Michael Jumper
29f8707cd5 Send supported video mimetypes to server. 2012-10-25 19:00:10 -07:00
Michael Jumper
d0bedf6178 Show/hide touch menu through display rather than visiblity, fix sending of non-integer screen sizes for small screens. 2012-10-24 11:44:57 -07:00
Michael Jumper
79ada6ffea Force minimum 600x600 screen resolution when requesting . 2012-10-24 11:10:38 -07:00
Michael Jumper
88062589a9 Include audio.js. 2012-10-24 00:59:43 -07:00
Michael Jumper
2e681a1348 Remove old silence tests, test via canPlayType(). 2012-10-23 19:05:32 -07:00
Michael Jumper
fce54be8df Pass width/height to tunnel. 2012-10-23 00:40:22 -07:00