| Commit message (Expand) | Author | Age | Files | Lines |
* | TigerVNC 1.9.0v1.9.01.9-branch | Pierre Ossman | 2018-07-16 | 1 | -1/+1 |
* | Avoid error/warning about implicit function declaration | Jan Grulich | 2018-06-28 | 1 | -0/+3 |
* | TigerVNC 1.8.90 (1.9.0 beta)v1.8.90 | Pierre Ossman | 2018-06-13 | 1 | -1/+1 |
* | Add support for X server 1.20.0. | Michal Srb | 2018-06-08 | 2 | -1/+11 |
* | Proper cleanup on termination of Xvnc/libvnc.so | Pierre Ossman | 2018-05-29 | 3 | -0/+14 |
* | Merge common socket code | Pierre Ossman | 2018-05-29 | 2 | -2/+2 |
* | Add support for Unix sockets | Pierre Ossman | 2018-05-29 | 2 | -0/+27 |
* | Use abstract SocketListener class | Pierre Ossman | 2018-05-04 | 4 | -16/+16 |
* | Improve out-of-tree build of Xvnc/libvnc.so | Pierre Ossman | 2018-04-13 | 1 | -8/+8 |
* | Add a tryScreenLayout function | Peter Åstrand (astrand) | 2018-04-09 | 4 | -23/+141 |
* | Select the correct output for new screens | Peter Åstrand (astrand) | 2018-04-09 | 1 | -0/+10 |
* | vncRandRDisableOutput: Disable only the requested output | Peter Åstrand (astrand) | 2018-04-09 | 1 | -1/+26 |
* | Make vncRandRGetOutputDimensions tolerant for disabled outputs | Peter Åstrand (astrand) | 2018-04-09 | 1 | -6/+13 |
* | Remove "screen" argument from Randr glue functions | Peter Åstrand (astrand) | 2018-04-09 | 6 | -21/+49 |
* | Removed support for building without RANDR define | Peter Åstrand (astrand) | 2018-04-09 | 5 | -74/+1 |
* | Corrected RandR wrapper return codes | Peter Åstrand (astrand) | 2018-04-09 | 3 | -9/+9 |
* | Move computeScreenLayout/setScreenLayout to unixcommon lib | Peter Åstrand (astrand) | 2018-04-09 | 9 | -496/+296 |
* | vncRandRGetOutputName: return a copy of the string | Peter Åstrand (astrand) | 2018-04-09 | 3 | -7/+14 |
* | Make vncRandRGetOutputId return the actual id; not a pointer | Peter Åstrand (astrand) | 2018-04-09 | 4 | -7/+7 |
* | Indented computeScreenLayout and setScreenLayout | Peter Åstrand (astrand) | 2018-04-09 | 1 | -28/+28 |
* | Update visible copyright year to 2018 | Samuel Mannehed | 2018-02-08 | 1 | -1/+1 |
* | Fix for RENDER hooks on Xorg < 1.12 | Pierre Ossman | 2018-02-05 | 1 | -0/+12 |
* | Add overlooked parameters to Xvnc and x0vncserver man pages | Pierre Ossman | 2018-02-05 | 1 | -0/+24 |
* | Sync x0vncserver and Xvnc man pages | Pierre Ossman | 2018-02-05 | 1 | -28/+26 |
* | Remove DeferUpdate from man pages | Pierre Ossman | 2018-02-05 | 1 | -16/+0 |
* | Rename README.txt to README.rst and convert to reStructuredText | Peter Åstrand (astrand) | 2018-01-31 | 1 | -1/+1 |
* | Hook remaining XRender operations | Pierre Ossman | 2018-01-23 | 1 | -0/+304 |
* | Adjust dimensions for rotated monitors | Pierre Ossman | 2017-12-07 | 1 | -0/+10 |
* | Make VNC extension startup mandatory | Pierre Ossman | 2017-12-07 | 4 | -63/+15 |
* | Call FatalError on fatal exceptions | Pierre Ossman | 2017-12-07 | 3 | -1/+27 |
* | Add debug trace when the clipboard changes | Pierre Ossman | 2017-10-12 | 1 | -0/+3 |
* | Don't validate timestamp on clipboard request | Pierre Ossman | 2017-10-12 | 1 | -7/+5 |
* | Push query connect timeout back in to Xvnc | Pierre Ossman | 2017-10-04 | 2 | -5/+28 |
* | Don't queue a query if it is directly rejected | Pierre Ossman | 2017-10-04 | 1 | -6/+6 |
* | Get rid of getFbSize()/getDesktopSize() in common | Pierre Ossman | 2017-09-22 | 1 | -1/+0 |
* | Fix indentation bug | Pierre Ossman | 2017-09-11 | 1 | -1/+3 |
* | Add support for raw key codes to Xvnc/libvnc.so | Pierre Ossman | 2017-09-11 | 7 | -10/+456 |
* | Basic support for QEMU Extended Key Events | Pierre Ossman | 2017-08-28 | 2 | -2/+2 |
* | Add support for lock LED state to Xvnc/libvnc.so | Pierre Ossman | 2017-08-24 | 5 | -1/+34 |
* | Add server side lock key sync heuristic | Pierre Ossman | 2017-08-24 | 3 | -25/+0 |
* | Make RandR callbacks optional as they were before | Jan Grulich | 2017-05-04 | 1 | -3/+7 |
* | Change development version to 1.8.80 | Pierre Ossman | 2017-04-19 | 1 | -1/+1 |
* | Update visible copyright year to 2017 | Samuel Mannehed | 2017-03-20 | 1 | -1/+1 |
* | Merge branch 'fps' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2017-02-24 | 2 | -2/+1 |
|\ |
|
| * | Remove unused variable deferredUpdateTimerSet | Pierre Ossman | 2017-02-24 | 2 | -2/+1 |
* | | Change cursor API to use RGBA data | Pierre Ossman | 2017-02-22 | 1 | -21/+12 |
* | | Fix int <--> ptr conversion | Alexander Zakharov | 2017-02-15 | 1 | -2/+2 |
* | | Fix wrapping/unwrapping of X11 hooks | Pierre Ossman | 2017-02-13 | 1 | -126/+118 |
* | | spelling fixes | klemens | 2017-01-28 | 1 | -1/+1 |
* | | Remove needless static qualifier | Pierre Ossman | 2017-01-19 | 1 | -3/+3 |