Michael Jumper
|
5cabb0a018
|
GUAC-326: Fix handling of focus (do not try to enforce, but inform when focus is gained/lost).
|
2014-04-23 13:39:45 -07:00 |
|
Michael Jumper
|
8f7f240232
|
GUAC-326: Add support for text input. Fix bug in handling of Ctrl-Alt-Shift (keys need to be released).
|
2014-04-22 18:50:04 -07:00 |
|
Michael Jumper
|
f091971928
|
GUAC-326: Remove GuacUI component object. Make OSK global.
|
2014-04-22 17:50:12 -07:00 |
|
Michael Jumper
|
2e6f7c5d8e
|
GUAC-326: Add notification for mouse emulation type change. Use it to signal completed downloads while we're at it.
|
2014-04-22 16:15:23 -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
|
b98302f911
|
GUAC-324: Scroll page with emulated mouse.
|
2014-04-22 11:43:02 -07:00 |
|
Michael Jumper
|
8ad4128b86
|
GUAC-324: Track absolute emulation state. Copy x/y coords between emulation modes. Disable pan/zoom if emulation is relative.
|
2014-04-22 11:43:02 -07:00 |
|
Michael Jumper
|
c7fd885e86
|
GUAC-324: Show default first.
|
2014-04-22 11:43:02 -07:00 |
|
Michael Jumper
|
16fef50778
|
GUAC-324: Allow switching between absolute and relative.
|
2014-04-22 11:43:02 -07:00 |
|
Michael Jumper
|
bb0cc1c63a
|
GUAC-324: Maintain scroll state of menu. Separate touch from mouse. Allow default actions from touch events on menu only.
|
2014-04-22 11:43:02 -07:00 |
|
Michael Jumper
|
28e941675f
|
GUAC-324: Do not stop propagation within Mouse objects - allow multiple touch objects to coexist.
|
2014-04-22 11:43:01 -07:00 |
|
Michael Jumper
|
3c91c06e1e
|
GUAC-324: Implement clipboard within client UI. Remove clipboard and settings from root UI.
|
2014-04-22 11:43:01 -07:00 |
|
Michael Jumper
|
07a4ec6637
|
GUAC-324: Fix override of keyboard events (space was not registering when event allowed through to browser).
|
2014-04-22 11:43:01 -07:00 |
|
Michael Jumper
|
5e26e272c8
|
GUAC-324: Add missing graphics.
|
2014-04-22 11:43:01 -07:00 |
|
Michael Jumper
|
d28d75b313
|
GUAC-324: Add mouse setting choices.
|
2014-04-22 11:43:00 -07:00 |
|
Michael Jumper
|
11ec1858b0
|
GUAC-324: Increase size of toolbar. Remove indent.
|
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
|
e60e8177f2
|
GUAC-324: Lengthen duration of menu show/hide.
|
2014-04-22 11:42:59 -07:00 |
|
Michael Jumper
|
cefe2f3e19
|
GUAC-324: Implement menu scroll.
|
2014-04-22 11:42:59 -07:00 |
|
Michael Jumper
|
f47e263bcd
|
GUAC-324: Add cancel() function to drag object. Handle left swipe. Do not handle swipe if too slow or too much vertical movement.
|
2014-04-22 11:42:59 -07:00 |
|
Michael Jumper
|
60c2ac6630
|
GUAC-324: Generalize GuacUI.Client.Pan to GuacUI.Client.Drag. Use drag object to handle both swiping and panning gestures.
|
2014-04-22 11:42:59 -07:00 |
|
Michael Jumper
|
06139e19a0
|
GUAC-324: Separate final open/closed state from transitional animation. Animate opacity (otherwise shadow is visible when hidden).
|
2014-04-22 11:42:59 -07:00 |
|
Michael Jumper
|
d3dc38f869
|
GUAC-324: Speed up animation, show menu when Ctrl-Alt-Shift is pressed.
|
2014-04-22 11:42:59 -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
|
ed14b0e909
|
GUAC-324: Add menu show/hide animation.
|
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
|
91551e4e23
|
GUAC-324: Add pinch and pan gesture objects. Switch to Guacamole.Touchscreen mouse emulation object.
|
2014-04-22 11:42:39 -07:00 |
|
Michael Jumper
|
69da9bfc16
|
GUAC-278: Migrate to GuacamoleSessionStorage which uses localStorage only if available.
|
2014-04-17 16:28:08 -07:00 |
|
Michael Jumper
|
1ccbbd8efe
|
GUAC-278: Simply do not track connection history if localStorage unavailable.
|
2014-04-17 14:02:25 -07:00 |
|
Michael Jumper
|
70a3b67ef1
|
GUAC-624: Fix isActive() logic. Approximate activity calculations based on known open connections. Update rendering of active connection vs connection without end date.
|
2014-04-15 11:42:26 -07:00 |
|
Michael Jumper
|
a049d2d0bf
|
GUAC-634: Allow default value for local properties. Use default values within client and root UI.
|
2014-04-14 18:59:58 -07:00 |
|
Michael Jumper
|
ce4174ffba
|
GUAC-618: Add ping query via connection properties.
|
2014-04-14 18:18:15 -07:00 |
|
Michael Jumper
|
0537a6afbc
|
GUAC-609: Migrate outbound clipboard integration to new streams.
|
2014-04-10 16:41:05 -07:00 |
|
Michael Jumper
|
5961dde12f
|
GUAC-608: Migrate to streamed inbound clipboard data.
|
2014-04-08 13:21:43 -07:00 |
|
Michael Jumper
|
13cefc9296
|
GUAC-608: Automatically divide outbound data into roughly 8K (max) blobs.
|
2014-04-08 12:49:17 -07:00 |
|
Michael Jumper
|
92a9213fd0
|
GUAC-608: Implement UTF-8 encode in StringWriter.
|
2014-04-08 12:34:02 -07:00 |
|
Michael Jumper
|
22c88b834a
|
GUAC-608: Implement UTF-8 decode in StringReader.
|
2014-04-07 19:21:22 -07:00 |
|
Michael Jumper
|
05a7c87b4c
|
GUAC-608: Add support for stream style clipboard.
|
2014-04-07 17:32:26 -07:00 |
|
Michael Jumper
|
3f2f23f107
|
GUAC-589: All .xhtml pages need guacamole-common-js now, as Guacamole.Status is being used by GuacamoleService.
|
2014-03-28 15:08:50 -07:00 |
|
Michael Jumper
|
84b505dcb7
|
GUAC-589: Fix regression in clipboard support - do not handle Ctrl-V unless clipboard integration is actually enabled.
|
2014-03-28 15:00:06 -07:00 |
|
Michael Jumper
|
e44ea62d83
|
GUAC-574: Update appropriate count - should be user here, not group.
|
2014-03-26 18:17:20 -07:00 |
|
Michael Jumper
|
7fa30998b2
|
GUAC-574: Only update active connections if socket not yet closed.
|
2014-03-26 18:15:01 -07:00 |
|
Michael Jumper
|
b6ccf4c2f3
|
GUAC-574: Synchronize across ActiveConnectionMap to prevent connection usage race conditions. Need to revisit architecture of connection management within MySQL.
|
2014-03-26 16:47:27 -07:00 |
|
Michael Jumper
|
633535c83e
|
GUAC-573: Correct version number of overall guacamole-client package.
|
2014-03-26 12:21:10 -07:00 |
|
Michael Jumper
|
4487cac7b7
|
GUAC-571: Refactor scope of getSizeString().
|
2014-03-25 11:56:34 -07:00 |
|
Michael Jumper
|
ac61c798e5
|
GUAC-569: Bump version numbers of guacamole-client components to 0.9.0.
|
2014-03-25 10:38:02 -07:00 |
|
Michael Jumper
|
e993e96752
|
GUAC-565: Remove experimental code from master (it will be restored in a branch for the corresponding epic).
|
2014-03-24 22:23:58 -07:00 |
|
Michael Jumper
|
d112a747b6
|
GUAC-562: Send 403 for UNAUTHORIZED, even though 401 seems more appropriate. To do otherwise causes problems when HTTP authorize headers are present in the request (see: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
|
2014-03-24 19:49:23 -07:00 |
|
Michael Jumper
|
b6ce30318a
|
GUAC-545: Automatically reconnect if appropriate for the error encountered.
|
2014-03-24 13:09:00 -07:00 |
|