aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* 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
* We don't need to force a full refresh on format changes with the new viewerPierre Ossman2011-07-151-2/+0
* The new viewer stores the framebuffer in a native format, instead ofPierre Ossman2011-07-152-17/+24
* Managed to consistently get the colour levels reversed. Fix up everything soPierre Ossman2011-07-142-11/+16
* Workaround for Alt behaviour on OS X.Pierre Ossman2011-07-141-0/+17
* The password file must be opened in binary mode. Otherwise, you mightPeter Åstrand2011-07-141-1/+1
* Port over the AltGr hack that the old Windows viewer has. Seems we need thisPierre Ossman2011-07-131-0/+57
* Mostly we will catch socket errors when processing incoming data, butPierre Ossman2011-07-121-5/+32
* Destroy the main UI and connection objects before popping up the fatal errorPierre Ossman2011-07-123-5/+15
* More consolidation into handleKeyEvent().Pierre Ossman2011-07-121-5/+3
* Simplify things by using the handleKeyEvent() method for the fake pressesPierre Ossman2011-07-121-16/+11
* Create a proper header file for the exported functions from vncviewer.cxx.Pierre Ossman2011-07-125-9/+29
* The previous fix for eliminating the console window in vncviewer.exe was not ...DRC2011-07-051-1/+5
* Use generic copyright message which refers the user to the complete copyright...DRC2011-06-281-3/+1
* Rename man pages to .1 when installingDRC2011-06-251-1/+1
* Install man pages during 'make install' on Unix systemsDRC2011-06-252-1/+228
* Fix build issues with Visual C++ (implemented macro version of snprintf + re-...DRC2011-06-247-14/+33
* Call Fl::args() to properly parse the "hidden" arguments that FLTK understand...DRC2011-06-231-13/+16
* Call setMenuKey before initContextMenu to avoid uninitialisedPeter Åstrand2011-06-231-2/+1
* Turns out that TXImage wasn't just being overly cautious with the custom errorPierre Ossman2011-06-171-0/+24
* Implement optimised drawing operations for OS X. Didn't see any reduction inPierre Ossman2011-06-174-2/+150