| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The old Windows viewer was capable of logging to file. This is essential | Pierre Ossman | 2012-04-26 | 1 | -0/+5 |
* | Fix unsafe usage of the logging functions. | Pierre Ossman | 2012-04-26 | 2 | -9/+9 |
* | Make sure we're paranoid about accidentally feeding a format string. | Pierre Ossman | 2012-04-25 | 4 | -25/+17 |
* | Move the last remnants of autotools into config.h. | Pierre Ossman | 2012-03-27 | 1 | -1/+1 |
* | Set a proper icon for the vncviewer windows on Unix and Windows. | Pierre Ossman | 2012-03-27 | 1 | -0/+65 |
* | Add a resource file to vncviewer.exe so we can get an icon. | Pierre Ossman | 2012-03-27 | 3 | -2/+99 |
* | Missed vncviewer in previous commit. | Pierre Ossman | 2012-03-27 | 1 | -6/+2 |
* | Forgot some comments for the mouse cursor workaround. | Pierre Ossman | 2012-01-05 | 1 | -0/+3 |
* | Make sure the mouse pointer is always the standard arrow for the popup menu. | Pierre Ossman | 2012-01-05 | 1 | -0/+11 |
* | Reindent some code that had grown a bit unstructured. | Pierre Ossman | 2011-11-21 | 1 | -18/+19 |
* | Increase the default compression level to cater to a broader range of users | Pierre Ossman | 2011-11-20 | 1 | -1/+1 |
* | Also grab the mouse pointer in full screen as some window managers like to | Pierre Ossman | 2011-11-17 | 1 | -0/+11 |
* | Client side support for continuous updates. | Pierre Ossman | 2011-11-15 | 2 | -7/+20 |
* | Support and use fences in the client. This allows more aggressive use of | Pierre Ossman | 2011-11-14 | 2 | -12/+73 |
* | Send a fake pointer event on initial connection so that we get rid of that | Pierre Ossman | 2011-11-10 | 1 | -0/+6 |
* | Send a move event when the pointer leaves the viewport as it makes it much | Pierre Ossman | 2011-11-10 | 1 | -2/+1 |
* | Use the correct matching free operation. Patch by Matthieu Lochegnies. | Pierre Ossman | 2011-11-09 | 1 | -1/+1 |
* | Redesign the format switching logic so that we don't have to adjust the way | Pierre Ossman | 2011-11-04 | 2 | -13/+33 |
* | If the client and server are using identical pixel formats, then perform Tigh... | DRC | 2011-11-03 | 4 | -6/+31 |
* | Re-order headers to ensure that winsock2.h is included before windows.h. Oth... | DRC | 2011-10-12 | 1 | -1/+1 |
* | It is our convention to install Windows executables in the top-level install ... | DRC | 2011-10-05 | 1 | -1/+5 |
* | Put the TigerVNC marker at the end instead of the beginning of the window | Pierre Ossman | 2011-09-30 | 1 | -1/+1 |
* | Remove VeNCrypt settings from the GUI as lower layers will always be forcing | Pierre Ossman | 2011-09-30 | 2 | -56/+19 |
* | Avoid resetting the options whenever you click on the window. | Pierre Ossman | 2011-09-30 | 1 | -1/+3 |
* | Forgot to save the security settings when closing the options dialog. | Pierre Ossman | 2011-09-30 | 1 | -0/+2 |
* | Proper GNOME shell integration requires that WM_CLASS | Henrik Andersson | 2011-09-19 | 1 | -0/+4 |
* | Adding missing initialization of new member variables | Henrik Andersson | 2011-09-14 | 1 | -1/+1 |
* | - Changes behaviour of context menu to be reinitialize | Henrik Andersson | 2011-09-14 | 2 | -8/+14 |
* | The old Unix viewer put the RFB clipboard data both in CLIPBOARD and PRIMARY. | Pierre Ossman | 2011-09-07 | 1 | -0/+3 |
* | Update menu key list in man page | Martin Koegler | 2011-09-04 | 1 | -1/+4 |
* | Support other keys than F8 as menu key | Martin Koegler | 2011-09-04 | 5 | -23/+111 |
* | Avoid translation strings with leading and/or trailing whitespace. Our | Peter Åstrand | 2011-08-29 | 1 | -3/+11 |
* | JPEG quality level 0 is a perfectly valid setting (NOTE: this should be expos... | DRC | 2011-08-23 | 1 | -1/+1 |
* | Make sure to include config.h in every compilation unit. Otherwise, | Peter Åstrand | 2011-08-23 | 11 | -0/+44 |
* | Implement recommendations from low-level performance study (undocument compre... | DRC | 2011-08-17 | 2 | -3/+3 |
* | Do not translate the encoding names: These are just that: | Peter Åstrand | 2011-08-15 | 1 | -4/+4 |
* | Another fullscreen fix: avoid triggering fullscreen simply by setting | Peter Åstrand | 2011-08-02 | 1 | -1/+9 |
* | More fullscreen fixes: Do not try to change size in fullscreen mode | Peter Åstrand | 2011-08-01 | 1 | -5/+6 |
* | Include build date/time and bitness in the About dialog | DRC | 2011-07-28 | 3 | -3/+26 |
* | Unless GnuTLS is being used, we have to explicitly link vncviewer with ws2_32... | DRC | 2011-07-28 | 1 | -0/+7 |
* | Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK o... | DRC | 2011-07-28 | 1 | -0/+3 |
* | Another fullscreen fix: When the framebuffer size changes, we must not | Peter Åstrand | 2011-07-19 | 1 | -0/+3 |
* | Make fullscreen mode work better with some X11 WMs such as Fedora 14 | Peter Åstrand | 2011-07-18 | 2 | -5/+25 |
* | XGrabKeyboard needs to use CurrentTime rather than | Peter Åstrand | 2011-07-18 | 1 | -1/+1 |
* | Implement hacky workaround for rendering errors on XP and newer when the screen | Pierre Ossman | 2011-07-15 | 1 | -2/+9 |
* | This was not a good method to get an initial full update as we would get two | Pierre Ossman | 2011-07-15 | 1 | -4/+1 |
* | When we stopped doing full updates on format changes, we also lost the side | Pierre Ossman | 2011-07-15 | 1 | -0/+3 |
* | Add some extra debug output when the frame buffer changes size. | Pierre Ossman | 2011-07-15 | 1 | -0/+3 |
* | Add hack to make the client start properly even in the face of endian issues. | Pierre Ossman | 2011-07-15 | 1 | -0/+20 |
* | Make sure we use the correct pixel format for cursors when in non-native mode. | Pierre Ossman | 2011-07-15 | 1 | -3/+8 |