Commit Graph

76 Commits

Author SHA1 Message Date
Michael Jumper
fc8eae8d2a Bump version, update ChangeLog and AUTHORS. 2013-05-29 11:37:27 -07:00
James Muehlner
8f1b5ae769 Ticket #313: Fixed styling. 2013-05-23 00:02:42 -07:00
James Muehlner
fb74c87e23 Ticket #313: Return whatever is converted so far if EILSEQ detected. Furthermore, if NULL returned from convert(), just send an empty string. Finally, use //TRANSLIT as an option for iconv_open if the library version supports it. 2013-05-22 21:53:30 -07:00
James Muehlner
83d8630f84 Ticket #255: Changed input param of convert() to const char*. 2013-03-10 16:38:56 -07:00
James Muehlner
b1c13e1fa6 Ticket #255: Added comments about the functionality of convert() 2013-03-09 15:56:01 -08:00
James Muehlner
0494fba58f Ticket #255: Replaced tabs with spaces. 2013-03-09 15:39:15 -08:00
James Muehlner
5a1266abbc Ticket #255: Now converting ascii->utf8 when recieving clipboard text from vnc, and converting utf8->ascii when sending clipboard text to vnc. This should fix the tunnel disconnecting problem. 2013-03-08 21:47:02 -08:00
Michael Jumper
808b8ed405 Bump version number. 2013-02-09 17:55:40 -08:00
Michael Jumper
db4a1ed85e Update AUTHORS and ChangeLog. 2013-02-09 17:51:52 -08:00
Michael Jumper
7fbd425610 Fix formatting issues introduced through previous commit (cf630f). 2013-02-09 16:46:29 -08:00
Saul Gio Perez
50ed651c1f Implement #272. 2013-02-09 16:39:31 -08:00
Michael Jumper
58a0422008 Bump version nuber representing compatibility. 2012-12-01 13:04:54 -08:00
Michael Jumper
f6764487c8 Update ChangeLog, bump version. 2012-10-15 10:29:30 -07:00
Michael Jumper
5ec7f6970d Ensure m4/ directory exists, while automatically-added files are not included in commits. 2012-08-11 13:24:06 -07:00
Michael Jumper
d37484bbfe Updated ChangeLog 2012-05-04 19:10:14 -07:00
Michael Jumper
80d270ab00 Bumped version number to 0.6.0 2012-02-23 14:48:07 -08:00
Michael Jumper
2def995074 LICENSE should be included in source. 2012-02-23 14:47:46 -08:00
Michael Jumper
72d7e44420 Implement red/blue swap. 2012-02-21 10:22:55 -08:00
Michael Jumper
6595c91864 Add arg and flag for swapping red and blue. 2012-02-21 10:15:11 -08:00
Michael Jumper
546e352374 Refactor supporting buffered cursor instruction. 2012-02-15 10:04:51 -08:00
Michael Jumper
6741c3c92f Fixed headers, removed unused. 2011-12-21 18:54:38 -08:00
Michael Jumper
cda03dc6db Cleaned up hierarchy. 2011-12-21 18:35:42 -08:00
Michael Jumper
a7b00aa79f Renaming and regrouping. 2011-12-21 18:18:25 -08:00
Michael Jumper
bd15a65398 Renaming and regrouping. 2011-12-21 18:18:17 -08:00
Michael Jumper
8bf37453de Updated changelog. 2011-12-11 15:16:56 -08:00
Michael Jumper
99103e8eae Updated README to point to new Trac. 2011-12-11 14:49:59 -08:00
Michael Jumper
7b9fad668c Bumped version to 0.5.0 2011-11-26 15:00:33 -08:00
Michael Jumper
80df0efa62 Using new function for libguac check. 2011-11-26 14:57:35 -08:00
Michael Jumper
9835dde90e Brought up to date with latest libguac changes. 2011-11-25 16:40:56 -08:00
Michael Jumper
b69ab3a27a Reverted queue migration. 2011-11-04 11:37:01 -07:00
Michael Jumper
c07170e05d Migrated to new client-level queue. 2011-10-25 22:10:48 -07:00
Michael Jumper
7183b43d1d Migrated to layer instruction queue. 2011-10-23 23:12:00 -07:00
Michael Jumper
485616045e Removed unused file. 2011-08-10 15:13:22 -07:00
Michael Jumper
4dc9e81f93 Using new guac_layer instead of integer index. 2011-07-20 12:37:35 -07:00
Michael Jumper
c4c84a1e44 Updated version numbers to 0.4.0 2011-05-27 13:47:09 -07:00
Michael Jumper
e98ee250bd Converted to new composite enums 2011-04-21 16:30:59 -07:00
Michael Jumper
797cff31f2 Added composite mode. 2011-03-30 00:05:28 -07:00
Michael Jumper
e0e6a5e50e Fixed leak in update handler. 2011-03-27 22:48:15 -07:00
Michael Jumper
846c42c1cb Working cairo VNC client. 2011-03-27 18:58:51 -07:00
Michael Jumper
be731b5900 Full conversion of old libpng-based methods. 2011-03-27 18:40:38 -07:00
Michael Jumper
e49798364b Switching to cairo, partial translation. 2011-03-27 18:28:10 -07:00
Michael Jumper
56c3b04e9e Added -pedantic 2011-03-24 23:12:43 -07:00
Michael Jumper
8c3fa0c54e Use guac log functions for VNC log. 2011-03-20 00:22:22 -07:00
Michael Jumper
149185f49e Using new log functions 2011-03-19 17:13:24 -07:00
Michael Jumper
adfd2d3089 Fix memory leak due to extra alloc of png buffers, add workarounds for leaks in libvncclient. 2011-03-19 01:02:29 -07:00
Michael Jumper
df7fa4c88d Increased wait time for messages (as libguac now uses I/O threads) 2011-03-17 14:05:24 -07:00
Michael Jumper
7f106c663c Updated changelog 2011-03-15 22:23:21 -07:00
Michael Jumper
bbc373c1b9 Fixed lack of initialization of now-used pointers. 2011-03-14 10:59:47 -07:00
Michael Jumper
82fcbe98e5 Support for encodings as an option. 2011-03-13 18:58:31 -07:00
Michael Jumper
555c7b9a97 Experimental support for resized framebuffer. 2011-03-13 18:34:58 -07:00