Michael Jumper
|
86a3570bf4
|
Fix button styling on iOS.
|
2012-11-11 00:17:59 -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
|
3b3f213c6d
|
Maintain proper history with roughly six entries, continuously update thumbnails.
|
2012-11-07 01:11:58 -08:00 |
|
Michael Jumper
|
53b29d1452
|
Improve styling, add disable sound setting.
|
2012-11-05 12:24:55 -08:00 |
|
Michael Jumper
|
730ad5b3af
|
Add auto-fit setting, update property before calling onchange.
|
2012-11-05 11:29:12 -08:00 |
|
Michael Jumper
|
dd2beb7f35
|
Further remove unneeded elements and styles.
|
2012-11-05 10:48:10 -08:00 |
|
Michael Jumper
|
9d13b260a5
|
Remove unused CSS entries.
|
2012-11-05 00:52:21 -08:00 |
|
Michael Jumper
|
0dc34294e6
|
Fix button shadow.
|
2012-11-04 22:42:58 -08:00 |
|
Michael Jumper
|
957823a18b
|
Brighter button.
|
2012-11-04 22:39:04 -08:00 |
|
Michael Jumper
|
ddc8515f43
|
Remove shadow.
|
2012-11-04 22:33:20 -08:00 |
|
Michael Jumper
|
5d92eb705b
|
Persist and update clipboard, improve styling.
|
2012-11-04 22:31:23 -08:00 |
|
Michael Jumper
|
a8cce89390
|
Remove href from link.
|
2012-11-04 16:09:00 -08:00 |
|
Michael Jumper
|
bf7a973477
|
Remove old menu and UI, link clipboards between connections.
|
2012-11-04 15:58:59 -08:00 |
|
Michael Jumper
|
68b53e0c08
|
Improved, stylish protocol icons.
|
2012-11-04 10:51:53 -08:00 |
|
Michael Jumper
|
dce952b7eb
|
Fix logout panel padding.
|
2012-11-03 23:41:52 -07:00 |
|
Michael Jumper
|
8e74f243df
|
Fix input box width.
|
2012-11-03 23:37:20 -07:00 |
|
Michael Jumper
|
588455ec86
|
FIx positioning of version and logo.
|
2012-11-03 22:49:38 -07:00 |
|
Michael Jumper
|
a0652b918a
|
Login screen style improvements.
|
2012-11-03 22:19:29 -07:00 |
|
Michael Jumper
|
a1894549a2
|
Improve styling and handling of missing history.
|
2012-11-03 19:24:30 -07:00 |
|
Michael Jumper
|
a9c2f5ab8d
|
New, fancy connection UI.
|
2012-11-03 18:38:14 -07:00 |
|
Michael Jumper
|
3c5e662942
|
Remove auto margin-left/margin-right from arbitrary descendants of display - should only be direct children of display.
|
2012-10-24 11:54:30 -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
|
f91580788b
|
Clipboard which can be activated/used from within the touch menu.
|
2012-04-29 00:01:00 -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 |
|
Michael Jumper
|
1cdcae9281
|
Remove testing styles.
|
2012-04-08 16:30:39 -07:00 |
|
Michael Jumper
|
a3f411c126
|
Automatically reposition event target on scroll.
|
2012-04-08 16:24:52 -07:00 |
|
Michael Jumper
|
14ec0db8de
|
Pop up menu in center, but do not rely on position: fixed.
|
2012-04-08 16:11:17 -07:00 |
|
Michael Jumper
|
5384de93e8
|
Implement touch-specific menu.
|
2012-04-08 15:56:11 -07:00 |
|
Michael Jumper
|
877bcfea13
|
Reverted viewport fixes due to Android regression.
|
2012-04-06 13:20:46 -07:00 |
|
Michael Jumper
|
be4d86cfc2
|
Forgot to commit styles.
|
2012-04-06 11:56:18 -07:00 |
|
Michael Jumper
|
757ddec1ae
|
Add default connection name, do not hide cursor after error, remove old classes.
|
2012-03-24 22:57:40 -07:00 |
|
Michael Jumper
|
0f2c1c01aa
|
Cleaned up styling slightly, fixed display of reconnect button.
|
2012-03-23 23:48:19 -07:00 |
|
Michael Jumper
|
356f7d79b0
|
Need overflow: hidden for software-cursor, otherwise the cursor exiting the side of the display actually extends the display, and the mouse pointer can be moved off the display entirely if moved slowly enough.
|
2012-03-23 23:33:08 -07:00 |
|
Michael Jumper
|
a10a7886a9
|
Going back to the old 0-0-0-0-0 method of hiding the text area... as doing otherwise causes issues with focus and "Enter" on Android.
|
2012-03-21 19:19:04 -07:00 |
|
Michael Jumper
|
eb71eb305f
|
Do not restrict width of hidden text area (can cause bumping of the screen as the screen scrolls to follow the cursor as it wraps to a new line in the zero-width area). Hide off bottom right (instead of upper left).
|
2012-03-21 18:58:12 -07:00 |
|
Michael Jumper
|
21b46e7bdf
|
Locate event target off screen, in case platform doesn't support opacity of text areas (Android 4, for example).
|
2012-03-21 18:25:04 -07:00 |
|
Michael Jumper
|
94d0b001bb
|
Automatically reset text area on keyboard events if native OSK is enabled/assumed. Hide text area via CSS.
|
2012-03-21 16:42:01 -07:00 |
|
Michael Jumper
|
8a7905e605
|
Style logout button like the rest of the buttons in guac.
|
2012-03-20 11:08:37 -07:00 |
|
Matt Hortman
|
b549968e60
|
Highlight the modifier keys when they're toggled.
|
2012-03-12 12:34:51 -07:00 |
|
Michael Jumper
|
612b1c19ef
|
Menu button styling.
|
2012-03-01 12:55:50 -08:00 |
|
Michael Jumper
|
3e29da3665
|
Hide cursor. Fix positioning regression.
|
2012-02-15 10:17:43 -08:00 |
|
Michael Jumper
|
a38d65f63a
|
Determine size of viewport using element stretched to fit view.
|
2012-01-24 21:05:01 -08:00 |
|
Michael Jumper
|
8559494a9b
|
Removed bold from status text.
|
2012-01-24 18:27:10 -08:00 |
|
Michael Jumper
|
66f11d5c57
|
Open menu on long-press.
|
2012-01-24 18:24:05 -08:00 |
|
Michael Jumper
|
db69e717a0
|
Combine menu status and error dialog into central status text.
|
2012-01-24 15:52:16 -08:00 |
|
Michael Jumper
|
f3254dfaa0
|
Colorize active numsym.
|
2012-01-24 10:10:49 -08:00 |
|
Michael Jumper
|
0e351933bd
|
Outset/inset borders for keys.
|
2012-01-23 10:47:40 -08:00 |
|
Michael Jumper
|
9d1b845962
|
Control appearance of shift key depending on status of modifier.
|
2012-01-23 10:42:07 -08:00 |
|