aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Reverted last patch which was a mistake. Peter Åstrand2012-08-271-46/+6
* Added a comment about -geometry limitations. Peter Åstrand2012-08-271-0/+4
* Update to last patch; forgot break in switch statement. Peter Åstrand2012-08-271-0/+2
* Added a standard -geometry command line option. Such an option isPeter Åstrand2012-08-274-7/+81
* X11 window managers are very buggy when it comes to having a window startPierre Ossman2012-08-232-18/+66
* Avoid doing a lot of resize related things if we're not actually resizing.Pierre Ossman2012-08-231-15/+24
* A CGImage is read-only, but it just happened to work anyway. Until 10.8Pierre Ossman2012-08-172-13/+11
* The maximise functionality does not rely on the fullscreen patches.Pierre Ossman2012-08-171-1/+1
* Remove the in-tree versin of FLTK. Maintaining such a copy is way tooPeter Åstrand2012-08-091-3/+0
* Make it possible to load and save configuration files. Also, whenPeter Åstrand2012-08-085-25/+756
* Added new option "-Maximize", for maximizing the window at startup.Peter Åstrand2012-08-015-0/+52
* We can end up with no screens in some cases. Make sure we at least have aPierre Ossman2012-07-201-0/+5
* Screen layout is relative our viewport, not the local machine's 0,0.Pierre Ossman2012-07-201-6/+12
* Make sure we filter out any screens that aren't fully inside the newPierre Ossman2012-07-201-0/+8
* Remove some debug output that wasn't supposed to be here.Pierre Ossman2012-07-201-1/+0
* Implement client side multi-head support. Requires a FLTK patched to supportPierre Ossman2012-07-137-21/+163
* Hide the full screen setting when support isn't present.Pierre Ossman2012-07-103-0/+12
* Make RemoteResize configurable from the options dialog.Pierre Ossman2012-07-052-0/+9
* Make DesktopSize configurable from the options dialog.Pierre Ossman2012-07-052-0/+60
* Move the fullscreen option to a separate tab, in preparation for morePierre Ossman2012-07-052-9/+28
* This code is no longer needed now that we have dynamic resize.Pierre Ossman2012-07-041-4/+1
* Add menu entry to have the local window match the size of the remote desktop.Pierre Ossman2012-07-041-1/+14
* Make it possible to dynamically resize the size of the session, when resizingPierre Ossman2012-07-045-67/+99
* Fix typo.Pierre Ossman2012-07-041-1/+1
* 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