Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'covscan' of https://github.com/grulja/tigervnc | Pierre Ossman | 2018-11-21 | 1 | -1/+1 |
|\ | |||||
| * | Fix memory leaks | Jan Grulich | 2018-11-20 | 1 | -1/+1 |
| | | |||||
* | | Change to https for tigervnc URL | Pierre Ossman | 2018-10-19 | 1 | -1/+1 |
| | | | | | | | | Our main web site now supports https, so update all references. | ||||
* | | Include unix socket in vncviewer usage | Pierre Ossman | 2018-09-28 | 1 | -3/+12 |
|/ | | | | | | | | We've had support for unix sockets for a while now. Make sure this is reflected in the -help output and the man page. Also make some minor tweaks to the section to get everything in sync with reality. | ||||
* | Better string handling of default server name | Pierre Ossman | 2018-06-13 | 1 | -3/+5 |
| | | | | | We might not get one from the default configuration (we might not have a default configuration at all), so make things more robust. | ||||
* | Merge branch 'unix' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2018-05-29 | 1 | -3/+15 |
|\ | |||||
| * | Use abstract SocketListener class | Pierre Ossman | 2018-05-04 | 1 | -3/+3 |
| | | | | | | | | | | Makes the code more general and not directly tied to specifically TCP sockets. | ||||
* | | Don't require server name in config file | Pierre Ossman | 2018-05-29 | 1 | -11/+8 |
| | | | | | | | | | | The user might just want to load a bunch of settings and not initiate a connection. | ||||
* | | Accept a cfg as an argument as an alt way to start the viewer | Mathias Jonsson | 2018-05-22 | 1 | -2/+31 |
|/ | | | | | | | | | The user can specify a tigervnc configuration file as an argument to the viewer. Previously the viewer assumed this to be a server, but now we will first check if there is any file matching the given argument. If so, try to load the content of that file, like we normally do. Fixes issue #38. | ||||
* | Update visible copyright year to 2018 | Samuel Mannehed | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Rename README.txt to README.rst and convert to reStructuredText | Peter Åstrand (astrand) | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Don't parse FLTK arguments using Fl::arg; handle -display as other options | Peter Åstrand (astrand) | 2018-01-29 | 1 | -3/+3 |
| | | | | | | Fl::arg accepts several arguments which we are not documenting. Also, it accepts a -geometry argument, which clashes with our own -geometry option. | ||||
* | Update UI look on macOS | Pierre Ossman | 2018-01-22 | 1 | -5/+5 |
| | | | | | macOS no longer uses the old Aqua look, so tweak our things to fit in better with the current state of things. | ||||
* | Handle FLTK arguments at any position | Pierre Ossman | 2017-11-14 | 1 | -16/+21 |
| | | | | E.g. vncviewer server.example.com:2 -display :2 | ||||
* | Don't open X11 display too early | Pierre Ossman | 2017-11-14 | 1 | -5/+5 |
| | | | | | We have to wait until we've passed the command line arguments or we might overlook a -display argument. | ||||
* | Allow removal of GUI prompt on fatal errors | Dr. David Alan Gilbert | 2017-07-19 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | Add a new parameter 'alertOnFatalError' which guards the displaying of the GUI alert on fatal errors, and thus when false just gives the textual error. Now I can do: while true do vncviewer alertOnFatalError=false vm:0 sleep 1 done and it'll reappear when my VM appears without me getting error dialogs. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> -- | ||||
* | Update visible copyright year to 2017 | Samuel Mannehed | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | change the Copyright year on Top README.TXT and vncviewer.cxx | Bojan Memetovic | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | Consolidate how to run the FLTK loop in one place | Pierre Ossman | 2015-11-27 | 1 | -12/+16 |
| | |||||
* | Return TcpListener pointers rather than objects | Pierre Ossman | 2015-09-29 | 1 | -6/+10 |
| | | | | | | It is easier to control object life time and avoid magical socket duplication by having a single TcpListener object to pass around. We have to be more careful about deleting the object though. | ||||
* | Give context for strings used in menus | Pierre Ossman | 2015-09-23 | 1 | -2/+4 |
| | | | | | Makes it easier to see which hot-keys might conflict with each other, and allow some variation in translation in the future. | ||||
* | Terminate the viewer even when waiting for data | Pierre Ossman | 2015-09-23 | 1 | -0/+5 |
| | | | | | It should be possible to exit the viewer even if the network has stalled in the middle of a transfer. | ||||
* | Remove parameter "hasBeenSet" logic | Pierre Ossman | 2015-04-27 | 1 | -21/+0 |
| | | | | | It doesn't really make sense anymore given that settings might come from the GUI or configuration and not only the command line. | ||||
* | Fix about text encoding (partial revert of dc96cb4d) | Pierre Ossman | 2015-04-07 | 1 | -13/+20 |
| | | | | | | | It was actually a feature to translate the about string multiple times as we may need different character encodings for it. We still want a better approach that allows the compiler to analyse the format string though so it isn't just a simple revert. | ||||
* | Removed extra newline in Listening on port printout. | Peter Åstrand (astrand) | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'multisocket-rebased' of https://github.com/twaugh/tigervnc | Pierre Ossman | 2015-03-17 | 1 | -2/+32 |
|\ | |||||
| * | Fixed IPv6 support. | Tim Waugh | 2015-03-13 | 1 | -2/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | The TcpListener constructor now takes a 'struct sockaddr*' instead of a string, and the createTcpListeners function creates TcpListener instances for an address based on the results from getaddrinfo(). The XserverDesktop class now takes a list of TcpListener instances for each of the RFB and HTTP sockets. The TcpListener::closeFd member variable is not used and has been removed. | ||||
* | | Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-03-12 | 1 | -2/+0 |
|\ \ | |/ |/| | | | | | | | Conflicts: contrib/packages/rpm/el5/SPECS/tigervnc.spec vncviewer/Viewport.cxx | ||||
| * | Raise FLTK requirement to 1.3.3 | Pierre Ossman | 2015-01-27 | 1 | -2/+0 |
| | | | | | | | | This means that we can remove a lot of conditionals and fallback code. | ||||
* | | Add a OS X system menu so that new viewer windows can be started | Pierre Ossman | 2015-03-04 | 1 | -0/+40 |
| | | |||||
* | | Hide OS X specific callback when not needed | Pierre Ossman | 2015-03-04 | 1 | -0/+2 |
| | | |||||
* | | Make sure defaultServerName is initialised even on errors | Pierre Ossman | 2015-03-03 | 1 | -0/+1 |
| | | |||||
* | | Move about text constant so the compiler can analyse it | Pierre Ossman | 2015-03-03 | 1 | -5/+5 |
| | | |||||
* | | Don't need to log local port when handling -via (#126). | Tim Waugh | 2015-02-25 | 1 | -1/+0 |
| | | |||||
* | | Avoid warning when compiling with gcc's -Wformat-security option. | Tim Waugh | 2015-02-24 | 1 | -1/+1 |
| | | |||||
* | | Update copyright years | Pierre Ossman | 2015-02-20 | 1 | -1/+1 |
| | | |||||
* | | Create a console window for help output on Windows | Pierre Ossman | 2015-02-17 | 1 | -0/+21 |
| | | |||||
* | | Use a common header file for Windows errno names. | Peter Åstrand (astrand) | 2015-02-05 | 1 | -0/+1 |
|/ | | | | | | | | In earlier Visual Studio and MinGW editions, BSD socket errno:s were left undefined. This is no longer the case. This may cause build or runtime errors. To avoid this, we are using a common header file which corrects all definitions. This header will also be used with other projects such as sercd, unfs3, PulseAudio etc. | ||||
* | Improve some error messages | Pierre Ossman | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Add comments for translators where requested | Pierre Ossman | 2014-12-03 | 1 | -0/+2 |
| | |||||
* | Fix the build timestamp to be more translation friendly | Pierre Ossman | 2014-09-22 | 1 | -6/+4 |
| | |||||
* | Move copyright year out of string to avoid re-translation | Pierre Ossman | 2014-09-22 | 1 | -2/+3 |
| | |||||
* | Make sure user visible strings are translated | Pierre Ossman | 2014-09-22 | 1 | -4/+4 |
| | |||||
* | Generate the about text in a single place | Pierre Ossman | 2014-09-22 | 1 | -10/+12 |
| | |||||
* | Add X11 keyboard handler | Pierre Ossman | 2014-08-22 | 1 | -0/+10 |
| | |||||
* | String literals are constant | Pierre Ossman | 2014-07-14 | 1 | -4/+6 |
| | |||||
* | Update copyright year to 2013. | Peter Åstrand | 2013-06-11 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5121 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Fix build on 32-bit and 64-bit Windows | DRC | 2013-02-26 | 1 | -0/+2 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5051 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | viewer: exit when user specifies both -via and -listen parameters | Adam Tkac | 2013-02-19 | 1 | -1/+9 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5048 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Reimplement -listen in the new FLTK vncviewer. Work done by | Pierre Ossman | 2013-02-15 | 1 | -8/+30 |
| | | | | | | | Justina Mickonyte for Cendio. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5041 3789f03b-4d11-0410-bbf8-ca57d06f2519 |