aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Warn that WinVNC is unmaintainedPierre Ossman2020-07-162-0/+3
* Split WinVNC to a separate installerPierre Ossman2020-07-164-156/+173
* Run maketarball through bashPierre Ossman2020-07-161-2/+2
* Move release cmake stuff to release directoryPierre Ossman2020-07-165-19/+25
* Test packaging on TravisPierre Ossman2020-07-162-3/+4
* Merge branch 'user-trailing-spaces' of https://github.com/grulja/tigervncPierre Ossman2020-07-101-1/+1
|\
| * Remove trailing spaces in user nameJan Grulich2020-07-031-1/+1
* | Fix some inappropriate format specifiersPierre Ossman2020-06-182-7/+7
|/
* Fix non-functional MaxDisconnectionTimePierre Ossman2020-06-181-5/+5
* Update gesture unit test to cover angle cornercaseSamuel Mannehed2020-06-151-3/+3
* Use hypot(x,y) instead of sqrt(x*x + y*y)Samuel Mannehed2020-06-151-5/+3
* Merge branch 'regions' of https://github.com/CendioOssman/tigervncPierre Ossman2020-06-1522-2377/+258
|\
| * Get rid of magical assignment to RegionPierre Ossman2020-05-186-59/+19
| * Switch region code to pixmanPierre Ossman2020-05-0115-2191/+113
| * Also link in math library in static buildPierre Ossman2020-05-011-1/+1
| * Don't ignore .cmake filesPierre Ossman2020-05-011-1/+0
| * Avoid using RegionInit() because of empty rectsPierre Ossman2020-05-011-26/+26
| * Stop using legacy region macrosPierre Ossman2020-05-012-134/+134
* | Improve names of many gesturehandler unit testsSamuel Mannehed2020-06-051-24/+24
* | Fix typos in commentsSamuel Mannehed2020-06-051-2/+2
* | Remove unnecessary touchEnd from unit testsSamuel Mannehed2020-06-051-1/+0
* | Add proper spacing to if statementsSamuel Mannehed2020-06-041-2/+2
* | Add constant for TWOTOUCH_TIMEOUTSamuel Mannehed2020-06-041-1/+4
* | Update Info.plist copyright, added recommended key.Brian P. Hinz2020-05-311-2/+4
* | Automatically pick the correct X.org patchMark Mielke2020-05-311-2/+6
* | Merge branch 'travis' of https://github.com/CendioOssman/tigervncPierre Ossman2020-05-319-16/+59
|\ \
| * | Set up Windows and macOS travis buildsPierre Ossman2020-05-311-0/+44
| * | Use mingw's stdio routines where neededPierre Ossman2020-05-311-7/+4
| * | Don't catch exceptions by valuePierre Ossman2020-05-311-1/+1
| * | Don't clear complex objects using memset()Pierre Ossman2020-05-312-4/+2
| * | Silence clang deprecated warnings on macOSPierre Ossman2020-05-311-0/+5
| * | Move pgettext_aux() declaration earlierPierre Ossman2020-05-311-2/+2
| * | Remove unused variablePierre Ossman2020-05-311-1/+0
| * | Fix JpegCompressor::overrun() type changePierre Ossman2020-05-311-1/+1
|/ /
* | Merge branch 'ack-set-desktop-size' of https://github.com/matt335672/tigervncPierre Ossman2020-05-291-3/+4
|\ \
| * | Send response for refused SetDesktopSizematt3356722020-05-291-3/+4
* | | Merge branch 'gesture_handler_v3' of https://github.com/aeneby/tigervncPierre Ossman2020-05-2923-74/+4104
|\ \ \ | |/ / |/| |
| * | Support touch gestures on WindowsSamuel Mannehed2020-05-294-10/+565
| * | Implement touch gesture handling on UnixAaron Sowry2020-05-2911-23/+2304
| * | Cancel AltGr timeout on mouse events as wellSamuel Mannehed2020-05-292-16/+33
| * | Implement X Input pointer handling for UnixAaron Sowry2020-05-298-19/+647
| * | Ignore bogus FL_MOVE events from FLTKSamuel Mannehed2020-05-261-0/+6
| * | Fix position for click and drag with EmulateMBAlex Tanskanen2020-05-263-15/+123
| * | Add unit tests for EmulateMBAlex Tanskanen2020-05-262-0/+433
| * | Open X11 display properlyPierre Ossman2020-05-261-7/+7
| * | Remove default config alertPierre Ossman2020-05-261-2/+0
| * | Use exit_vncviewer() for early errorsPierre Ossman2020-05-201-12/+16
| * | Bump up Windows version from Vista to Windows 7Samuel Mannehed2020-05-201-2/+2
* | | Reject too large screen resize requestsPierre Ossman2020-05-231-0/+5
* | | Catch errors resizing framebufferPierre Ossman2020-05-231-2/+7