summaryrefslogtreecommitdiffstats
path: root/vncviewer/vncviewer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Update visible copyright year to 2017Samuel Mannehed2017-03-201-1/+1
* change the Copyright year on Top README.TXT and vncviewer.cxxBojan Memetovic2016-03-211-1/+1
* Consolidate how to run the FLTK loop in one placePierre Ossman2015-11-271-12/+16
* Return TcpListener pointers rather than objectsPierre Ossman2015-09-291-6/+10
* Give context for strings used in menusPierre Ossman2015-09-231-2/+4
* Terminate the viewer even when waiting for dataPierre Ossman2015-09-231-0/+5
* Remove parameter "hasBeenSet" logicPierre Ossman2015-04-271-21/+0
* Fix about text encoding (partial revert of dc96cb4d)Pierre Ossman2015-04-071-13/+20
* Removed extra newline in Listening on port printout.Peter Åstrand (astrand)2015-03-181-1/+1
* Merge branch 'multisocket-rebased' of https://github.com/twaugh/tigervncPierre Ossman2015-03-171-2/+32
|\
| * Fixed IPv6 support.Tim Waugh2015-03-131-2/+32
* | Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-121-2/+0
|\ \ | |/ |/|
| * Raise FLTK requirement to 1.3.3Pierre Ossman2015-01-271-2/+0
* | Add a OS X system menu so that new viewer windows can be startedPierre Ossman2015-03-041-0/+40
* | Hide OS X specific callback when not neededPierre Ossman2015-03-041-0/+2
* | Make sure defaultServerName is initialised even on errorsPierre Ossman2015-03-031-0/+1
* | Move about text constant so the compiler can analyse itPierre Ossman2015-03-031-5/+5
* | Don't need to log local port when handling -via (#126).Tim Waugh2015-02-251-1/+0
* | Avoid warning when compiling with gcc's -Wformat-security option.Tim Waugh2015-02-241-1/+1
* | Update copyright yearsPierre Ossman2015-02-201-1/+1
* | Create a console window for help output on WindowsPierre Ossman2015-02-171-0/+21
* | Use a common header file for Windows errno names.Peter Åstrand (astrand)2015-02-051-0/+1
|/
* Improve some error messagesPierre Ossman2014-12-031-1/+1
* Add comments for translators where requestedPierre Ossman2014-12-031-0/+2
* Fix the build timestamp to be more translation friendlyPierre Ossman2014-09-221-6/+4
* Move copyright year out of string to avoid re-translationPierre Ossman2014-09-221-2/+3
* Make sure user visible strings are translatedPierre Ossman2014-09-221-4/+4
* Generate the about text in a single placePierre Ossman2014-09-221-10/+12
* Add X11 keyboard handlerPierre Ossman2014-08-221-0/+10
* String literals are constantPierre Ossman2014-07-141-4/+6
* Update copyright year to 2013. Peter Åstrand2013-06-111-1/+1
* Fix build on 32-bit and 64-bit WindowsDRC2013-02-261-0/+2
* viewer: exit when user specifies both -via and -listen parametersAdam Tkac2013-02-191-1/+9
* Reimplement -listen in the new FLTK vncviewer. Work done byPierre Ossman2013-02-151-8/+30
* Remove one vlog.debug call which shouldn't have been committedAdam Tkac2013-01-231-1/+0
* Re-add the "-via" parameter support on UNIX platforms.Adam Tkac2013-01-231-5/+89
* Fix incorrect path for viewer icons. Patch by Uros Vampl.Pierre Ossman2012-09-111-1/+1
* Make it possible to load and save configuration files. Also, whenPeter Åstrand2012-08-081-5/+17
* The old Windows viewer was capable of logging to file. This is essentialPierre Ossman2012-04-261-0/+5
* Make sure we're paranoid about accidentally feeding a format string.Pierre Ossman2012-04-251-17/+11
* 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
* Re-order headers to ensure that winsock2.h is included before windows.h. Oth...DRC2011-10-121-1/+1
* Proper GNOME shell integration requires that WM_CLASSHenrik Andersson2011-09-191-0/+4
* Avoid translation strings with leading and/or trailing whitespace. OurPeter Åstrand2011-08-291-3/+11
* Make sure to include config.h in every compilation unit. Otherwise,Peter Åstrand2011-08-231-0/+4
* Include build date/time and bitness in the About dialogDRC2011-07-281-3/+7
* Destroy the main UI and connection objects before popping up the fatal errorPierre Ossman2011-07-121-2/+13
* Use generic copyright message which refers the user to the complete copyright...DRC2011-06-281-3/+1
* Fix build issues with Visual C++ (implemented macro version of snprintf + re-...DRC2011-06-241-1/+5