aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Let CConnection intercept more callbacksPierre Ossman2015-11-271-0/+4
* Delegate decoder object management to a separate classPierre Ossman2015-11-276-87/+10
* Clean out unused dependencies from CConnection.hPierre Ossman2015-11-091-0/+2
* Return TcpListener pointers rather than objectsPierre Ossman2015-09-291-6/+10
* Give context for strings used in menusPierre Ossman2015-09-232-24/+29
* Add support for pgettext()Pierre Ossman2015-09-231-0/+9
* Remove duplicate gettext_noop() definitionPierre Ossman2015-09-231-1/+0
* Update gettext.h to a more current versionPierre Ossman2015-09-231-30/+46
* Terminate the viewer even when waiting for dataPierre Ossman2015-09-233-1/+13
* Display partial updates on slow transfersPierre Ossman2015-09-233-1/+18
* Add a missing break statement.Joel Teichroeb2015-07-181-0/+1
* Add minimize button on f8 menu. Fixes #90Joel Teichroeb2015-07-131-1/+5
* Fix some bad signed/unsigned mismatchesPierre Ossman2015-06-171-2/+2
* Change fillRect() to take a buffer instead of a pixelPierre Ossman2015-06-051-2/+4
* Remove parameter "hasBeenSet" logicPierre Ossman2015-04-272-24/+3
* 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-128-391/+4
|\ \ | |/ |/|
| * Remove no longer functional workaroundPierre Ossman2015-02-161-9/+0
| * Raise FLTK requirement to 1.3.3Pierre Ossman2015-01-278-382/+4
* | 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
* | Fix bad long line detection logic in config file parserPierre Ossman2015-03-041-3/+4
* | Change type to fix bad signed/unsigned comparisonPierre Ossman2015-03-041-4/+4
* | 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
* | Fix bad initialiser listsPierre Ossman2015-03-031-2/+2
* | Reorder class initialiser list to match what actually happensPierre Ossman2015-03-031-1/+1
* | Fix mismatches between format string and argumentsPierre Ossman2015-03-033-10/+10
* | Switch to unsigned parameters for ExtendedDesktopSize handlerPierre Ossman2015-03-032-4/+4
* | Fix bad signed/unsigned comparisonsPierre Ossman2015-03-033-9/+9
* | Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-031-29/+14
* | Remove unused variablesPierre Ossman2015-03-034-8/+1
* | Merge branches 'format-security' and 'module-ldnow-master' of https://github....Pierre Ossman2015-02-274-70/+88
|\ \
| * | The legacy OS X keyboard API is only 32-bitPierre Ossman2015-02-251-1/+1
| * | Escape FLTK menu entriesPierre Ossman2015-02-253-20/+77
| * | Revert "Switch to FLTK's copy() method for menus"Pierre Ossman2015-02-252-69/+30
* | | 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
|/ /
* | Disable entries instead of shuffling memory aroundPierre Ossman2015-02-201-22/+11
* | Update copyright yearsPierre Ossman2015-02-201-1/+1
* | Switch to FLTK's copy() method for menusPierre Ossman2015-02-202-26/+76
* | Create a console window for help output on WindowsPierre Ossman2015-02-171-0/+21
* | Add shortcuts to context menu for quick accessPierre Ossman2015-02-161-11/+11
* | Stop mapping Meta to SuperPierre Ossman2015-02-161-2/+0
* | Use a common header file for Windows errno names.Peter Åstrand (astrand)2015-02-051-0/+1
|/
* More debug logging for screen layout changesPierre Ossman2015-01-261-2/+5
* Reduce symbol scope of parameter helpersPierre Ossman2014-12-031-10/+10