Commit Graph

1809 Commits

Author SHA1 Message Date
Michael Jumper
afdc2cd005 GUAC-692: Replace more magic numbers with constants. 2014-05-16 13:50:54 -07:00
Michael Jumper
65c56970cb GUAC-692: Replace magic numbers with constants. 2014-05-16 13:48:47 -07:00
Michael Jumper
670766ee2d GUAC-692: Handle normal and sticky key elements within text input UI. 2014-05-16 12:41:53 -07:00
Michael Jumper
801a21ed0a GUAC-692: Remove unused properties. 2014-05-16 12:03:46 -07:00
Michael Jumper
d3a4083dbf GUAC-692: Clean grouping of text input elements. 2014-05-16 12:01:43 -07:00
Michael Jumper
705a143ffb GUAC-692: Disable autocapitalize. 2014-05-16 11:55:28 -07:00
Michael Jumper
7657f1a5fc GUAC-692: Add Ctrl/Alt/Esc/Tab buttons to text input UI. 2014-05-16 11:45:44 -07:00
Michael Jumper
22fed8bdba GUAC-685: Move input target out of main. 2014-05-14 17:30:50 -07:00
Michael Jumper
8d54118cb7 GUAC-685: Align typing to the left, just fade out as text is sent. 2014-05-14 17:06:29 -07:00
Michael Jumper
fb610813bf GUAC-685: Ignore keycode 229, sent by some browsers during IME composition (see: http://lists.w3.org/Archives/Public/www-dom/2010JulSep/att-0182/keyCode-spec.html). 2014-05-14 16:18:57 -07:00
Michael Jumper
5c29d04149 GUAC-685: Display text briefly, as it's typed. 2014-05-14 15:50:41 -07:00
Michael Jumper
d1190ba88a GUAC-685: Track text composition. Do not handle input events during composition. 2014-05-14 11:56:37 -07:00
Michael Jumper
90e629df80 GUAC-685: Make event target for text input cleanly visible. 2014-05-14 11:46:42 -07:00
Michael Jumper
55c9e9f9e4 GUAC-676: Remove commented-out code. 2014-05-12 21:43:56 -07:00
Michael Jumper
5a6623540f GUAC-676: Conversion to Guacamole.Display wasn't finished - "transfer" and others still directly used layer. 2014-05-12 12:25:32 -07:00
Michael Jumper
074e1cf3fa GUAC-676: Fix flatten(), add missing Guacamole.Display comment. 2014-05-12 00:04:47 -07:00
Michael Jumper
299c341ce0 GUAC-676: Implement Guacamole.Display. Perform initial refactor. 2014-05-11 23:23:36 -07:00
Michael Jumper
84ac5cad99 GUAC-672: Add "telnet" to list of known protocols. Associate terminal icon with telnet. 2014-05-07 15:58:21 -07:00
Michael Jumper
2650e9b964 GUAC-672: Add telnet.xml describing telnet options. 2014-05-07 14:27:11 -07:00
Michael Jumper
ac4afe590b GUAC-642: Control display of scroll bars directly. 2014-04-25 17:05:46 -07:00
Michael Jumper
9c6d78d5d4 GUAC-647: Fix auto-fit logic - calculations weren't properly handling very small displays (like 1x1 or 0x0). 2014-04-24 16:30:57 -07:00
Michael Jumper
ed5b3cd886 GUAC-637: Fix auto-fit disable logic. 2014-04-24 12:55:07 -07:00
Michael Jumper
f66a0bad2e GUAC-637: Implement zoom in/out. Fix auto-fit checkbox logic. 2014-04-24 12:55:07 -07:00
Michael Jumper
d2277733c3 GUAC-637: Implement auto-fit checkbox. 2014-04-24 12:55:07 -07:00
Michael Jumper
acddf8ff0e GUAC-637: Use setScale() only to set display scale. Update auto-fit checkbox from within setScale(). 2014-04-24 12:55:07 -07:00
Michael Jumper
a4642bd339 GUAC-637: Update contents of zoom state when scale is changed. 2014-04-24 12:55:06 -07:00
Michael Jumper
4eb102cdc0 GUAC-637: Add zoom controls to menu. Move clipboard to top. 2014-04-24 12:54:55 -07:00
Michael Jumper
1a95ad62b1 GUAC-640: Start min zoom at the default zoom of the guac client (100%). If already zoomed out to minimum, stay at minumum through resize. 2014-04-23 19:39:54 -07:00
Michael Jumper
dc62788d86 GUAC-644: Fix regression in handling of browser key repeat. 2014-04-23 19:28:18 -07:00
Michael Jumper
b29032d52e GUAC-639: Only send clipboard to remote end if different from current remote contents. 2014-04-23 19:09:12 -07:00
Michael Jumper
d48bff62f2 GUAC-642: Remove scrollbars before resize. Delay sending of size until after reflow. 2014-04-23 15:51:06 -07:00
Michael Jumper
57e8a57068 GUAC-326: Add illustration. Fix labels. 2014-04-23 14:12:43 -07:00
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