Commit Graph

54 Commits

Author SHA1 Message Date
Michael Jumper
8d63277ba7 GUACAMOLE-1204: Migrate Guacamole.Mouse to new event stack. 2021-05-30 17:37:17 -07:00
Michael Jumper
483aa14cac GUACAMOLE-1204: Automatically pass through Guacamole touch events if remote multi-touch is supported. 2021-02-11 20:32:28 -08:00
Michael Jumper
1ce4e975eb GUACAMOLE-1204: Add convenient mechanism for automatically scaling mouse events. 2021-02-11 20:32:28 -08:00
Michael Jumper
e0dcd67a9b GUACAMOLE-723: Update size of attached client when a different client is attached. 2019-03-25 17:02:22 -07:00
Michael Jumper
8c5446127b GUACAMOLE-55: Move clipboard handling to own module. Represent clipboard contents with ClipboardData type. 2016-06-26 20:44:56 -07:00
Michael Jumper
1810ec971f GUACAMOLE-1: Relicense C and JavaScript files. 2016-03-28 20:50:18 -07:00
Michael Jumper
443e93a3c2 GUAC-1480: Consume 'guacClipboard' events ONLY in guacClient directive. Use 'guacClipboard' events as the sole source of clipboard data - do not scope watch. 2016-02-09 14:05:48 -08:00
James Muehlner
a492e2a8f3 GUAC-1480: Fix broken menu clipboard regression. 2016-02-08 21:39:58 -08:00
James Muehlner
b361168bb9 GUAC-1480: Don't set the clipboard state if it hasn't changed. 2016-02-01 23:05:05 -08:00
Michael Jumper
7d759a5718 GUAC-1379: Ensure focus is assigned back to the document, even if it would otherwise be prevented by preventDefault() within Guacamole.Mouse. 2016-01-18 22:10:18 -08:00
Michael Jumper
798e9d28c5 GUAC-958: Simplify resize handling (use directive). Only install resize handler after object loads. 2015-01-29 23:47:17 -08:00
Michael Jumper
5f6f63c5f7 GUAC-958: Work around iOS 7 visibility issue (again) by using object instead of iframe. The resize sensor needs to be where it used to be in the DOM for proper operation. 2015-01-29 18:01:51 -08:00
James Muehlner
24403e6fdc GUAC-978 use $evalAsync instead of $apply to avoid digest in progress error. 2015-01-03 19:22:46 -08:00
Michael Jumper
c779fff2d1 GUAC-963: Manage file uploads. 2014-12-30 00:44:17 -08:00
Michael Jumper
b197c7c63c GUAC-963: List active connections within recent connections. 2014-12-29 01:42:03 -08:00
Michael Jumper
c71ef76bf5 GUAC-963: Clean up guacClient somewhat. 2014-12-28 23:42:08 -08:00
Michael Jumper
9862934872 GUAC-963: Manage display (cursor and size). 2014-12-28 23:18:40 -08:00
Michael Jumper
35ca205653 GUAC-963: Proof-of-concept ManagedClient implementation. Remove guacClientFactory and guacTunnelFactory (functionality replaced by ManagedClient). 2014-12-28 19:27:04 -08:00
Michael Jumper
6a5e3d9791 GUAC-901: Clamp scrollTop/scrollLeft to real values. 2014-12-21 02:30:32 -08:00
Michael Jumper
2f74f5025c GUAC-901: Allow client display to be scrolled via properties. 2014-12-20 22:57:02 -08:00
Michael Jumper
50d5a79031 GUAC-810: Resize client display depending only on containing element, not entire window. 2014-12-20 16:01:06 -08:00
Michael Jumper
eaed778f91 GUAC-810: Send "synthetic" key events for non-physical input options. Allow components to prevent production/handling of guacKeyup/guacKeydown via guacBeforeKeyup/guacBeforeKeydown. 2014-12-20 14:05:54 -08:00
Michael Jumper
e27760a4a5 GUAC-932: Update history entries when client directive is destroyed. 2014-12-18 03:48:35 -08:00
Michael Jumper
437d389ffc GUAC-932: Migrate ClientProperties to new "types/" convention. Explicitly note type elsewhere. 2014-12-08 13:55:10 -08:00
Michael Jumper
331644ddd9 GUAC-932: Fix dimension checking logic. 2014-12-08 13:55:09 -08:00
Michael Jumper
eb8e27a6f3 GUAC-932: Save thumbnail upon disconnect. 2014-12-08 13:55:09 -08:00
Michael Jumper
fee75204bd GUAC-932: Remove use of localStorageUtility where possible. Use cookies for auth data. 2014-12-08 13:55:09 -08:00
Michael Jumper
c23d3e27e9 GUAC-898: Use camelCase for new code. 2014-12-07 01:02:54 -08:00
Michael Jumper
c9f485afbc GUAC-898: Adjust width/height based on browser resolution. 2014-12-05 15:08:26 -08:00
Michael Jumper
9024a1f802 GUAC-898: Send new display size to Guacamole when window size changes. 2014-12-05 13:56:20 -08:00
James Muehlner
8ddf6e99b7 GUAC-928 Restore file upload functionality, improve error appearance, and add translated units and file upload sizes. 2014-12-04 23:52:02 -08:00
James Muehlner
08d075f473 GUAC-929 Fixed bugs around keys getting stuck down when menu is hidden, and error when clipboard isn't set to any value. 2014-11-18 19:54:43 -08:00
Michael Jumper
452ec41fbd GUAC-605: Fix clipboard handling. 2014-11-16 16:43:39 -08:00
Michael Jumper
4e67487077 GUAC-605: Fix usage of scope within client and tunnel. 2014-11-16 15:41:06 -08:00
Michael Jumper
5581fcc382 GUAC-605: Restore connection name handling. 2014-11-14 21:44:32 -08:00
Michael Jumper
49637fe17f GUAC-605: Separate common mouse code into functions. 2014-11-14 15:35:34 -08:00
Michael Jumper
534c706d1b GUAC-605: Remove menu/clipboard logic from client directive. It belongs elsewhere and, in the case of the menu, already is elsewhere. 2014-11-14 15:21:10 -08:00
Michael Jumper
1a69a12c61 GUAC-605: Allow non-root scope for client and tunnel factories. 2014-11-14 15:08:34 -08:00
Michael Jumper
777761a616 GUAC-605: Add comments denoting logical sections. Fix keyboard default prevention logic. 2014-11-14 14:22:28 -08:00
Michael Jumper
38153b49d3 GUAC-605: Move mouse and touch handling outside client attach. 2014-11-14 14:11:35 -08:00
Michael Jumper
14446d1afa GUAC-605: Move client, display, and display element to higher, shared level. 2014-11-14 13:36:35 -08:00
Michael Jumper
5db4905510 GUAC-605: Clean up and rename variable use. Remove unnecessary DOM manipulation. 2014-11-14 12:33:47 -08:00
Michael Jumper
4863a8e96b GUAC-605: Move client and tunnel creation into factories. Use scope watch on ID to handle connect/disconnect. 2014-11-14 11:46:06 -08:00
Michael Jumper
660828da9d GUAC-605: Reduce use of $scope for variables that are local in spirit. 2014-11-13 15:12:40 -08:00
Michael Jumper
3f55c93bc4 GUAC-605: Make guacClient status/error events more consistent. Add "reconnect" callback to ALL error events. 2014-11-12 20:02:25 -08:00
Michael Jumper
53411640a0 GUAC-605: Add status strings. Show dialog when status changes. 2014-11-12 18:29:37 -08:00
James Muehlner
598e64b757 GUAC-807 Got mouse emulation modes working. 2014-11-11 22:06:53 -08:00
James Muehlner
8e2ac6660a GUAC-807 Clipboard is working. 2014-11-11 20:59:59 -08:00
James Muehlner
3f65e45e0f GUAC-807 safeApply should be using a function parameter, not a random undefined value that's returned from a function. 2014-11-06 00:00:40 -08:00
James Muehlner
c2521b1b15 GUAC-807 Moved usage of safeApply to a more sane place. 2014-11-05 23:59:12 -08:00