Michael Jumper
|
967affa883
|
GUAC-1389: guac_vnc_set_pixel_format() is not a callback.
|
2016-03-03 17:32:51 -08:00 |
|
Michael Jumper
|
551398ae53
|
GUAC-1389: remote_cursor flag should be a bool.
|
2016-03-03 17:29:20 -08:00 |
|
Michael Jumper
|
38f1e87334
|
GUAC-1389: Only free dest_host if repeater is available.
|
2016-03-03 13:06:31 -08:00 |
|
Michael Jumper
|
05e8bf3195
|
GUAC-1389: Document settings. Use macros to remove struct members if their settings are not applicable.
|
2016-03-03 12:58:46 -08:00 |
|
Michael Jumper
|
f6feec8c84
|
GUAC-1389: Document VNC connection and thread.
|
2016-03-03 12:36:11 -08:00 |
|
Michael Jumper
|
f5109fe34e
|
GUAC-1389: Document logging functions.
|
2016-03-03 12:30:31 -08:00 |
|
Michael Jumper
|
c3584c8d04
|
GUAC-1389: Document graphical functions and handlers.
|
2016-03-03 12:27:59 -08:00 |
|
Michael Jumper
|
880553bf3e
|
GUAC-1389: Document clipboard handler parameters.
|
2016-03-03 12:05:41 -08:00 |
|
Michael Jumper
|
58b545293f
|
GUAC-1389: Use function types directly rather than re-documenting the parameters everywhere.
|
2016-03-03 12:03:47 -08:00 |
|
Michael Jumper
|
4c62b60f71
|
GUAC-1389: Document VNC password retrieval.
|
2016-03-03 11:58:21 -08:00 |
|
Michael Jumper
|
d484a98876
|
GUAC-1389: Add screen sharing support to VNC.
|
2016-03-03 11:22:32 -08:00 |
|
Michael Jumper
|
d0be90e711
|
GUAC-1410: Fix keymap ordering in Makefile.am.
|
2016-02-01 14:48:39 -08:00 |
|
Mike Jumper
|
bef52c9496
|
Merge pull request #98 from moriyoshi/moriyoshi/ja-jp-keymap
GUAC-1410: Add ja-jp keymap
|
2016-02-01 14:47:46 -08:00 |
|
Michael Jumper
|
4661f432f0
|
GUAC-1452: Parse and handle typescript parameters within SSH and telnet.
|
2016-01-27 12:43:53 -08:00 |
|
Michael Jumper
|
ad34aa99b4
|
GUAC-1452: Add typescript parameters for SSH/telnet.
|
2016-01-25 13:12:24 -08:00 |
|
Moriyoshi Koizumi
|
d42ac5aca6
|
GUAC-1410: Add ja-jp keymap
|
2016-01-19 17:08:34 +09:00 |
|
James Muehlner
|
7e78ac1eb9
|
Merge pull request #97 from glyptodon/hyper-v
GUAC-363: Add support for the RDP preconnection PDU (and thus Hyper-V)
|
2015-11-03 20:14:26 -08:00 |
|
Michael Jumper
|
5d608b3500
|
GUAC-363: Warn of invalid preconnection IDs.
|
2015-11-03 15:41:28 -08:00 |
|
Michael Jumper
|
b47cff044e
|
GUAC-363: Set preconnection BLOB and ID if supported by FreeRDP and specified within connection parameters.
|
2015-11-03 13:36:58 -08:00 |
|
Michael Jumper
|
7fdbc45575
|
GUAC-1196: The close handler should do nothing - it is not a stub.
|
2015-11-02 17:18:30 -08:00 |
|
Michael Jumper
|
63f3652c54
|
GUAC-1196: Document RDPSND message handlers.
|
2015-11-02 17:15:35 -08:00 |
|
Michael Jumper
|
c3e2754ec4
|
GUAC-1196: Load RDPSND if RDPDR is loaded, but do not actually handle audio unless enabled.
|
2015-11-02 16:54:37 -08:00 |
|
Michael Jumper
|
0dddf47af0
|
GUAC-1196: Use guac_client to access guac_audio_stream rather than storing the audio stream directly.
|
2015-11-02 15:55:52 -08:00 |
|
Michael Jumper
|
e8b98abfc4
|
GUAC-1038: Add support for running specific commands via SSH (instead of a shell).
|
2015-10-19 15:58:44 -07:00 |
|
Michael Jumper
|
7cf2005f5b
|
GUAC-1354: Replace WAVE encoder with raw PCM encoder. Partially migrate to new audio streaming (Ogg not yet migrated).
|
2015-10-02 17:16:47 -07:00 |
|
Mike Jumper
|
24cbf72388
|
Merge pull request #74 from flangelo/num_keypad_map
GUAC-1314: Add mapping of numeric keypad operators to the base RDP keymap.
|
2015-09-20 14:22:06 -07:00 |
|
Michael Jumper
|
4e97843ef0
|
Merge branch 'master' into experimental
Conflicts:
src/common/guac_surface.c
|
2015-09-14 14:19:54 -07:00 |
|
Michael Jumper
|
afb671c594
|
GUAC-427: Ensure socket is flushed when audio buffer is flushed.
|
2015-09-04 18:58:21 -07:00 |
|
Michael Jumper
|
927ceb99dd
|
GUAC-427: Fix const-ness of pointer.
|
2015-09-04 13:47:21 -07:00 |
|
Michael Jumper
|
47b060d6eb
|
GUAC-427: Avoid sending silence received from PulseAudio.
|
2015-09-04 13:40:51 -07:00 |
|
Michael Jumper
|
08cadba16d
|
GUAC-240: Remove guac_protocol_send_png() and guac_protocol_send_jpeg().
|
2015-09-04 12:59:00 -07:00 |
|
Michael Jumper
|
d07d8ba2d2
|
GUAC-240: Associate Guacamole client with surface.
|
2015-09-04 12:58:13 -07:00 |
|
Frode Langelo
|
9fceb58444
|
GUAC-1314: Add mapping of numeric keypad operators to base RDP keymap
|
2015-09-03 15:52:37 +00:00 |
|
Michael Jumper
|
3bcb9863e7
|
GUAC-1296: Send IAC BRK when Pause, Break, or Ctrl+0 are pressed.
|
2015-08-23 16:21:50 -07:00 |
|
Michael Jumper
|
08cfde7678
|
GUAC-1296: Stub Pause / Break / Ctrl+0 key handling within telnet client.
|
2015-08-23 16:10:51 -07:00 |
|
Frode Langelo
|
9edf33da2e
|
GUAC-1290: Change GUAC_VNC_FRAME_TIMEOUT to 10 so more VNC messages are handled in each frame.
|
2015-08-13 16:38:54 -07:00 |
|
Michael Jumper
|
78b7b73e78
|
GUAC-240: Remove guac_protocol_send_png() and guac_protocol_send_jpeg().
|
2015-08-13 16:38:54 -07:00 |
|
Michael Jumper
|
859f7d9340
|
GUAC-240: Associate Guacamole client with surface.
|
2015-08-13 16:38:53 -07:00 |
|
Michael Jumper
|
8ff071bf04
|
Fix botched merge conflict resolution.
|
2015-08-13 16:38:28 -07:00 |
|
Michael Jumper
|
48bbc6a898
|
Merge branch 'testing-common-ssh'
Conflicts:
src/protocols/rdp/client.c
|
2015-08-13 16:29:22 -07:00 |
|
Michael Jumper
|
d85ed5f85f
|
GUAC-1292: Use "sftp-directory" for default upload directory, if specified, for both VNC and RDP.
|
2015-08-13 16:21:15 -07:00 |
|
Michael Jumper
|
677c3ce6e8
|
GUAC-1195: Add "color-scheme" parameter to SSH and telnet.
|
2015-07-28 16:46:32 -07:00 |
|
Michael Jumper
|
fa443249c9
|
GUAC-1195: Use color scheme constants and names.
|
2015-07-28 16:43:23 -07:00 |
|
Michael Jumper
|
b2c2779465
|
GUAC-1195: Define and use color constants for terminal.
|
2015-07-28 16:20:14 -07:00 |
|
Michael Jumper
|
029b3bdb80
|
GUAC-1195: Configure default foreground/background when terminal is created.
|
2015-07-28 15:59:20 -07:00 |
|
Michael Jumper
|
e8e39fd862
|
GUAC-515: Add missing include required by mkdir().
|
2015-07-28 14:40:35 -07:00 |
|
Michael Jumper
|
736ec7da23
|
GUAC-515: Clarify comments and formatting. Use simpler mkdir() logic.
|
2015-07-28 14:36:08 -07:00 |
|
Daryl Borth
|
52084f4f1f
|
GUAC-515: Add new RDP setting, create-drive-path, to create the drive.
|
2015-07-28 14:26:27 -07:00 |
|
Michael Jumper
|
5e4c7de5c7
|
GUAC-298: Clarify function documentation and naming. Do not simply silently default to ISO8859-1 if encoding is invalid.
|
2015-07-27 18:19:50 -07:00 |
|
Michael Jumper
|
7bfd7ce0ca
|
GUAC-298: Add missing comment. Update documentation style.
|
2015-07-27 17:51:03 -07:00 |
|