summaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* The old Windows viewer was capable of logging to file. This is essentialPierre Ossman2012-04-261-0/+5
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-262-9/+9
* Make sure we're paranoid about accidentally feeding a format string.Pierre Ossman2012-04-254-25/+17
* Move the last remnants of autotools into config.h.Pierre Ossman2012-03-271-1/+1
* Set a proper icon for the vncviewer windows on Unix and Windows.Pierre Ossman2012-03-271-0/+65
* Add a resource file to vncviewer.exe so we can get an icon.Pierre Ossman2012-03-273-2/+99
* Missed vncviewer in previous commit.Pierre Ossman2012-03-271-6/+2
* Forgot some comments for the mouse cursor workaround.Pierre Ossman2012-01-051-0/+3
* Make sure the mouse pointer is always the standard arrow for the popup menu.Pierre Ossman2012-01-051-0/+11
* Reindent some code that had grown a bit unstructured.Pierre Ossman2011-11-211-18/+19
* Increase the default compression level to cater to a broader range of usersPierre Ossman2011-11-201-1/+1
* Also grab the mouse pointer in full screen as some window managers like toPierre Ossman2011-11-171-0/+11
* Client side support for continuous updates.Pierre Ossman2011-11-152-7/+20
* Support and use fences in the client. This allows more aggressive use ofPierre Ossman2011-11-142-12/+73
* Send a fake pointer event on initial connection so that we get rid of thatPierre Ossman2011-11-101-0/+6
* Send a move event when the pointer leaves the viewport as it makes it muchPierre Ossman2011-11-101-2/+1
* Use the correct matching free operation. Patch by Matthieu Lochegnies.Pierre Ossman2011-11-091-1/+1
* Redesign the format switching logic so that we don't have to adjust the wayPierre Ossman2011-11-042-13/+33
* If the client and server are using identical pixel formats, then perform Tigh...DRC2011-11-034-6/+31
* Re-order headers to ensure that winsock2.h is included before windows.h. Oth...DRC2011-10-121-1/+1
* It is our convention to install Windows executables in the top-level install ...DRC2011-10-051-1/+5
* Put the TigerVNC marker at the end instead of the beginning of the windowPierre Ossman2011-09-301-1/+1
* Remove VeNCrypt settings from the GUI as lower layers will always be forcingPierre Ossman2011-09-302-56/+19
* Avoid resetting the options whenever you click on the window.Pierre Ossman2011-09-301-1/+3
* Forgot to save the security settings when closing the options dialog.Pierre Ossman2011-09-301-0/+2
* Proper GNOME shell integration requires that WM_CLASSHenrik Andersson2011-09-191-0/+4
* Adding missing initialization of new member variablesHenrik Andersson2011-09-141-1/+1
* - Changes behaviour of context menu to be reinitializeHenrik Andersson2011-09-142-8/+14
* The old Unix viewer put the RFB clipboard data both in CLIPBOARD and PRIMARY.Pierre Ossman2011-09-071-0/+3
* Update menu key list in man pageMartin Koegler2011-09-041-1/+4
* Support other keys than F8 as menu keyMartin Koegler2011-09-045-23/+111
* Avoid translation strings with leading and/or trailing whitespace. OurPeter Åstrand2011-08-291-3/+11
* JPEG quality level 0 is a perfectly valid setting (NOTE: this should be expos...DRC2011-08-231-1/+1
* Make sure to include config.h in every compilation unit. Otherwise,Peter Åstrand2011-08-2311-0/+44
* Implement recommendations from low-level performance study (undocument compre...DRC2011-08-172-3/+3
* Do not translate the encoding names: These are just that:Peter Åstrand2011-08-151-4/+4
* Another fullscreen fix: avoid triggering fullscreen simply by settingPeter Åstrand2011-08-021-1/+9
* More fullscreen fixes: Do not try to change size in fullscreen modePeter Åstrand2011-08-011-5/+6
* Include build date/time and bitness in the About dialogDRC2011-07-283-3/+26
* Unless GnuTLS is being used, we have to explicitly link vncviewer with ws2_32...DRC2011-07-281-0/+7
* Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK o...DRC2011-07-281-0/+3
* Another fullscreen fix: When the framebuffer size changes, we must notPeter Åstrand2011-07-191-0/+3
* Make fullscreen mode work better with some X11 WMs such as Fedora 14Peter Åstrand2011-07-182-5/+25
* XGrabKeyboard needs to use CurrentTime rather thanPeter Åstrand2011-07-181-1/+1
* Implement hacky workaround for rendering errors on XP and newer when the screenPierre Ossman2011-07-151-2/+9
* This was not a good method to get an initial full update as we would get twoPierre Ossman2011-07-151-4/+1
* When we stopped doing full updates on format changes, we also lost the sidePierre Ossman2011-07-151-0/+3
* Add some extra debug output when the frame buffer changes size.Pierre Ossman2011-07-151-0/+3
* Add hack to make the client start properly even in the face of endian issues.Pierre Ossman2011-07-151-0/+20
* Make sure we use the correct pixel format for cursors when in non-native mode.Pierre Ossman2011-07-151-3/+8