| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for X server 1.20.0. | Michal Srb | 2018-06-08 | 3 | -1/+93 |
* | Properly sync LED state on connect | Pierre Ossman | 2018-06-07 | 2 | -0/+12 |
* | Merge branch 'unix' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2018-05-29 | 21 | -259/+624 |
|\ |
|
| * | Unix socket support in x0vncserver | Pierre Ossman | 2018-05-29 | 2 | -2/+19 |
| * | 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 | 9 | -218/+257 |
| * | Remove unused code from socket classes | Pierre Ossman | 2018-05-29 | 5 | -109/+24 |
| * | Add support for Unix sockets | Pierre Ossman | 2018-05-29 | 6 | -4/+369 |
| * | Use abstract SocketListener class | Pierre Ossman | 2018-05-04 | 11 | -36/+39 |
| * | Handle hexadecimal and octal parameters | Pierre Ossman | 2018-05-03 | 1 | -1/+1 |
* | | Don't require server name in config file | Pierre Ossman | 2018-05-29 | 2 | -11/+10 |
* | | Merge branch 'config_as_an_argument' of https://github.com/Kypert/tigervnc | Pierre Ossman | 2018-05-29 | 3 | -2/+71 |
|\ \ |
|
| * | | Accept a cfg as an argument as an alt way to start the viewer | Mathias Jonsson | 2018-05-22 | 3 | -2/+71 |
* | | | Stop treating "\\\\" as a special case | Pierre Ossman | 2018-05-29 | 1 | -35/+20 |
* | | | Fix parameter escape sequence parsing | Pierre Ossman | 2018-05-29 | 1 | -1/+1 |
* | | | Catch exceptions by reference | Pierre Ossman | 2018-05-29 | 9 | -19/+19 |
* | | | Fix bad reference in TLSException initialiser | Pierre Ossman | 2018-05-29 | 1 | -1/+1 |
* | | | Avoid assert crash after bytestream position wrap around | Peter Åstrand (astrand) | 2018-05-29 | 1 | -2/+7 |
* | | | Update Esperanto translation | Felipe Castro | 2018-05-16 | 1 | -115/+100 |
* | | | x0vncserver: Make sure rotation for new outputs is set to RR_Rotate_0 | Peter Åstrand (astrand) | 2018-05-08 | 1 | -0/+1 |
* | | | Handle view only password in vncpasswd filter mode | Pierre Ossman | 2018-05-07 | 2 | -5/+18 |
* | | | Avoid creating unused thread on single CPU machines | Peter Åstrand (astrand) | 2018-05-07 | 1 | -1/+7 |
* | | | Flush pending changes when desktop starts | Pierre Ossman | 2018-05-07 | 1 | -2/+8 |
* | | | Comparing ScreenSet:s should be done without considering order | Peter Åstrand (astrand) | 2018-05-07 | 1 | -3/+15 |
| |/
|/| |
|
* | | Merge pull request #638 from x11clone/fullscreen-multimon-toggle | astrand | 2018-05-02 | 3 | -4/+9 |
|\ \
| |/
|/| |
|
| * | Fix windows build with -DCMAKE_BUILD_TYPE=Debug on machines with IActiveDesktop | Peter Åstrand (astrand) | 2018-05-02 | 1 | -2/+2 |
| * | Fix another compile error on Windows when not building with GnuTLS | Peter Åstrand (astrand) | 2018-05-02 | 1 | -0/+2 |
| * | Update fullscreen window if changing fullScreenAllMonitors option | Peter Åstrand (astrand) | 2018-05-02 | 1 | -2/+5 |
|/ |
|
* | Merge branch 'alr' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2018-04-20 | 13 | -93/+269 |
|\ |
|
| * | Send lossless refresh even with pending updates | Pierre Ossman | 2018-03-28 | 3 | -18/+29 |
| * | Limit lossless refresh update to safe size | Pierre Ossman | 2018-03-28 | 9 | -18/+73 |
| * | Automatic lossless refresh | Pierre Ossman | 2018-03-28 | 5 | -20/+128 |
| * | Avoid checking updates when desktop is stopped | Pierre Ossman | 2018-03-28 | 2 | -11/+18 |
| * | Remove redundant Region::copyFrom() | Pierre Ossman | 2018-03-28 | 4 | -7/+2 |
| * | Respect request area for cursor rendering | Pierre Ossman | 2018-03-28 | 2 | -39/+39 |
* | | Merge branch 'clipfocus' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2018-04-20 | 5 | -49/+126 |
|\ \ |
|
| * | | Avoid clipboard updates when not focused | Pierre Ossman | 2018-03-26 | 2 | -0/+52 |
| * | | Add focus test helper for Viewport | Pierre Ossman | 2018-03-26 | 2 | -17/+14 |
| * | | Handle LED state sync entirely in Viewport | Pierre Ossman | 2018-03-26 | 3 | -6/+17 |
| * | | Move server cut text handler to Viewport | Pierre Ossman | 2018-03-26 | 5 | -26/+43 |
* | | | Make sure we get C99 | Pierre Ossman | 2018-04-13 | 1 | -0/+3 |
* | | | Improve out-of-tree build of Xvnc/libvnc.so | Pierre Ossman | 2018-04-13 | 1 | -8/+8 |
* | | | Merge branch 'x0vncserver-randr' of https://github.com/x11clone/x11clone | Pierre Ossman | 2018-04-10 | 22 | -556/+1872 |
|\ \ \ |
|
| * | | | Add RandR support for x0vncserver | Peter Åstrand (astrand) | 2018-04-09 | 7 | -6/+831 |
| * | | | Add a tryScreenLayout function | Peter Åstrand (astrand) | 2018-04-09 | 7 | -60/+282 |
| * | | | Add debug log messages | Peter Åstrand (astrand) | 2018-04-09 | 1 | -12/+27 |
| * | | | Avoid disabling outputs which are already disabled | Peter Åstrand (astrand) | 2018-04-09 | 1 | -0/+4 |
| * | | | Select the correct output for new screens | Peter Åstrand (astrand) | 2018-04-09 | 4 | -27/+99 |
| * | | | Disable outputs which are larger than the target framebuffer size | Peter Åstrand (astrand) | 2018-04-09 | 1 | -1/+21 |
| * | | | vncRandRDisableOutput: Disable only the requested output | Peter Åstrand (astrand) | 2018-04-09 | 1 | -1/+26 |