aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle view only password in vncpasswd filter modePierre Ossman2018-05-072-5/+18
* Avoid creating unused thread on single CPU machinesPeter Åstrand (astrand)2018-05-071-1/+7
* Flush pending changes when desktop startsPierre Ossman2018-05-071-2/+8
* Comparing ScreenSet:s should be done without considering orderPeter Åstrand (astrand)2018-05-071-3/+15
* Merge pull request #638 from x11clone/fullscreen-multimon-toggleastrand2018-05-023-4/+9
|\
| * Fix windows build with -DCMAKE_BUILD_TYPE=Debug on machines with IActiveDesktopPeter Åstrand (astrand)2018-05-021-2/+2
| * Fix another compile error on Windows when not building with GnuTLSPeter Åstrand (astrand)2018-05-021-0/+2
| * Update fullscreen window if changing fullScreenAllMonitors optionPeter Åstrand (astrand)2018-05-021-2/+5
|/
* Merge branch 'alr' of https://github.com/CendioOssman/tigervncPierre Ossman2018-04-2013-93/+269
|\
| * Send lossless refresh even with pending updatesPierre Ossman2018-03-283-18/+29
| * Limit lossless refresh update to safe sizePierre Ossman2018-03-289-18/+73
| * Automatic lossless refreshPierre Ossman2018-03-285-20/+128
| * Avoid checking updates when desktop is stoppedPierre Ossman2018-03-282-11/+18
| * Remove redundant Region::copyFrom()Pierre Ossman2018-03-284-7/+2
| * Respect request area for cursor renderingPierre Ossman2018-03-282-39/+39
* | Merge branch 'clipfocus' of https://github.com/CendioOssman/tigervncPierre Ossman2018-04-205-49/+126
|\ \
| * | Avoid clipboard updates when not focusedPierre Ossman2018-03-262-0/+52
| * | Add focus test helper for ViewportPierre Ossman2018-03-262-17/+14
| * | Handle LED state sync entirely in ViewportPierre Ossman2018-03-263-6/+17
| * | Move server cut text handler to ViewportPierre Ossman2018-03-265-26/+43
* | | Make sure we get C99Pierre Ossman2018-04-131-0/+3
* | | Improve out-of-tree build of Xvnc/libvnc.soPierre Ossman2018-04-131-8/+8
* | | Merge branch 'x0vncserver-randr' of https://github.com/x11clone/x11clonePierre Ossman2018-04-1022-556/+1872
|\ \ \
| * | | Add RandR support for x0vncserverPeter Åstrand (astrand)2018-04-097-6/+831
| * | | Add a tryScreenLayout functionPeter Åstrand (astrand)2018-04-097-60/+282
| * | | Add debug log messagesPeter Åstrand (astrand)2018-04-091-12/+27
| * | | Avoid disabling outputs which are already disabledPeter Åstrand (astrand)2018-04-091-0/+4
| * | | Select the correct output for new screensPeter Åstrand (astrand)2018-04-094-27/+99
| * | | Disable outputs which are larger than the target framebuffer sizePeter Åstrand (astrand)2018-04-091-1/+21
| * | | vncRandRDisableOutput: Disable only the requested outputPeter Åstrand (astrand)2018-04-091-1/+26
| * | | Make vncRandRGetOutputDimensions tolerant for disabled outputsPeter Åstrand (astrand)2018-04-093-10/+17
| * | | Remove "screen" argument from Randr glue functionsPeter Åstrand (astrand)2018-04-099-69/+94
| * | | Removed support for building without RANDR definePeter Åstrand (astrand)2018-04-095-74/+1
| * | | Corrected RandR wrapper return codesPeter Åstrand (astrand)2018-04-094-10/+10
| * | | Move computeScreenLayout/setScreenLayout to unixcommon libPeter Åstrand (astrand)2018-04-0914-497/+664
| * | | vncRandRGetOutputName: return a copy of the stringPeter Åstrand (astrand)2018-04-093-7/+14
| * | | Make vncRandRGetOutputId return the actual id; not a pointerPeter Åstrand (astrand)2018-04-094-7/+7
| * | | Indented computeScreenLayout and setScreenLayoutPeter Åstrand (astrand)2018-04-091-28/+28
|/ / /
* | | Remove no longer relevant license commentPierre Ossman2018-03-281-14/+0
* | | Stop abusing InputHandler class for write classPierre Ossman2018-03-284-18/+18
* | | Add missing break for LED state checkPierre Ossman2018-03-281-0/+1
|/ /
* | Replace "frames" with "updates" in statsPierre Ossman2018-03-264-21/+21
* | Set focus to password field in UserDialogBrian P. Hinz2018-03-211-3/+7
|/
* Merge branch 'altgraph' of https://github.com/CendioOssman/tigervncPierre Ossman2018-03-085-41/+131
|\
| * Update keyboard test doc for shift on WindowsPierre Ossman2018-03-081-1/+1
| * Handle Ctrl+AltGr on WindowsPierre Ossman2018-03-084-19/+79
| * Better detection of AltGr on WindowsPierre Ossman2018-03-083-39/+69
* | Add Indonesian translationAndika Triwidada2018-03-082-0/+660
* | Fix indentation in XDesktop.cxxPierre Ossman2018-03-071-257/+257
* | Unset pixel buffer when x0vncserver client disconnects.Michal Srb2018-03-071-1/+5