Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Remove bogus strncpy() calls | Pierre Ossman | 2020-12-07 | 1 | -4/+2 | |
| |/ / / |/| | | | ||||||
* | | | | Don't show error dialog if exiting without message | Pierre Ossman | 2020-11-16 | 1 | -1/+1 | |
* | | | | Properly report connection errors to exit_vncviewer() | Pierre Ossman | 2020-11-16 | 1 | -3/+1 | |
* | | | | Update keycode maps to latest version | Pierre Ossman | 2020-11-16 | 2 | -12/+11 | |
* | | | | Merge branch 'master' of https://github.com/johnmartin-oracle/tigervnc | Pierre Ossman | 2020-10-27 | 1 | -11/+11 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update Surface_X11.cxx | johnmartin-oracle | 2020-08-27 | 1 | -11/+11 | |
* | | | | Tolerate specifying -BoolParam 0 and similar | Pierre Ossman | 2020-09-18 | 1 | -0/+20 | |
|/ / / | ||||||
* | | | Fix some inappropriate format specifiers | Pierre Ossman | 2020-06-18 | 2 | -7/+7 | |
* | | | Use hypot(x,y) instead of sqrt(x*x + y*y) | Samuel Mannehed | 2020-06-15 | 1 | -5/+3 | |
* | | | Fix typos in comments | Samuel Mannehed | 2020-06-05 | 1 | -2/+2 | |
* | | | Add proper spacing to if statements | Samuel Mannehed | 2020-06-04 | 1 | -2/+2 | |
* | | | Add constant for TWOTOUCH_TIMEOUT | Samuel Mannehed | 2020-06-04 | 1 | -1/+4 | |
* | | | Don't catch exceptions by value | Pierre Ossman | 2020-05-31 | 1 | -1/+1 | |
* | | | Move pgettext_aux() declaration earlier | Pierre Ossman | 2020-05-31 | 1 | -2/+2 | |
* | | | Support touch gestures on Windows | Samuel Mannehed | 2020-05-29 | 4 | -10/+565 | |
* | | | Implement touch gesture handling on Unix | Aaron Sowry | 2020-05-29 | 8 | -21/+1054 | |
* | | | Cancel AltGr timeout on mouse events as well | Samuel Mannehed | 2020-05-29 | 2 | -16/+33 | |
* | | | Implement X Input pointer handling for Unix | Aaron Sowry | 2020-05-29 | 7 | -19/+644 | |
* | | | Ignore bogus FL_MOVE events from FLTK | Samuel Mannehed | 2020-05-26 | 1 | -0/+6 | |
* | | | Fix position for click and drag with EmulateMB | Alex Tanskanen | 2020-05-26 | 2 | -13/+63 | |
* | | | Open X11 display properly | Pierre Ossman | 2020-05-26 | 1 | -7/+7 | |
* | | | Remove default config alert | Pierre Ossman | 2020-05-26 | 1 | -2/+0 | |
* | | | Use exit_vncviewer() for early errors | Pierre Ossman | 2020-05-20 | 1 | -12/+16 | |
|/ / | ||||||
* | | Merge branch 'systemd' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2020-04-02 | 4 | -9/+9 | |
|\ \ | ||||||
| * | | Use standard install dir variable names | Pierre Ossman | 2020-03-12 | 3 | -8/+8 | |
| * | | Start sessions via PAM | Pierre Ossman | 2020-03-12 | 1 | -1/+1 | |
* | | | Do maximize more properly on macOS | Pierre Ossman | 2020-03-26 | 3 | -7/+9 | |
* | | | Don't resize viewer window when maximized | Pierre Ossman | 2020-03-26 | 3 | -1/+47 | |
|/ / | ||||||
* | | bug fix for user is NULL | Jiuyang liu | 2020-02-10 | 1 | -1/+1 | |
* | | add man | Jiuyang liu | 2020-02-10 | 1 | -1/+2 | |
* | | implement username/password from env. | Jiuyang liu | 2020-02-06 | 1 | -0/+13 | |
* | | Update copyright year to 2020 | Pierre Ossman | 2020-01-16 | 2 | -2/+2 | |
* | | Add emulated middle mouse button | Alex Tanskanen | 2020-01-16 | 10 | -17/+384 | |
* | | Remove "Dismiss menu" from context menu | Alex Tanskanen | 2020-01-09 | 1 | -8/+2 | |
* | | Allow XK_Scroll_Lock when LED state isn't supported | Pierre Ossman | 2020-01-03 | 1 | -1/+1 | |
* | | Provide correct dimensions for XShm setup | Pierre Ossman | 2019-12-30 | 2 | -4/+4 | |
* | | Set initial blank cursor | Pierre Ossman | 2019-12-23 | 1 | -3/+6 | |
* | | Fix maximum compress lvl in parameter list | Samuel Mannehed | 2019-12-20 | 2 | -2/+2 | |
* | | Use the correct minimum value for compression lvl | Samuel Mannehed | 2019-12-20 | 1 | -1/+1 | |
* | | Use the correct maximum value for compression lvl | Samuel Mannehed | 2019-12-20 | 1 | -1/+1 | |
* | | Remove confusing note about compression level | Samuel Mannehed | 2019-12-20 | 1 | -1/+1 | |
* | | Simplify color level descriptions | Samuel Mannehed | 2019-12-20 | 2 | -6/+5 | |
* | | Merge branch 'secfix' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2019-12-20 | 1 | -5/+4 | |
|\ \ | ||||||
| * | | Encapsulate PixelBuffer internal details | Pierre Ossman | 2019-11-15 | 1 | -5/+4 | |
* | | | Check the correct stream if there is more data pending | Pierre Ossman | 2019-12-09 | 1 | -1/+1 | |
|/ / | ||||||
* | | Don't show the context menu hint when no hotkey | Samuel Mannehed | 2019-10-25 | 1 | -2/+5 | |
* | | Merge branch 'exclipboard' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2019-07-01 | 7 | -104/+137 | |
|\ \ | ||||||
| * | | Support extended clipboard transfers | Pierre Ossman | 2019-07-01 | 1 | -0/+5 | |
| * | | Use UTF-8 in clipboard API | Pierre Ossman | 2019-07-01 | 1 | -11/+5 | |
| * | | Improved clipboard API | Pierre Ossman | 2019-07-01 | 6 | -84/+130 |