aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | VNCServerST: Allow unsetting pixel buffer.Michal Srb2018-03-071-10/+6
* | Fix rounding error in pixel down conversionPierre Ossman2018-03-014-20/+26
* | Fix calculation of conversion test target valuesPierre Ossman2018-03-011-3/+3
* | Check for TrueColor support in x0vncserverPierre Ossman2018-02-273-9/+12
* | Merge branch 'escape-opts' of https://github.com/olivergondza/tigervncPierre Ossman2018-02-271-1/+1
|\ \
| * | Make sure auth argument is escapedOliver Gondža2018-02-201-1/+1
* | | Merge branch 'congestion' of https://github.com/CendioOssman/tigervncPierre Ossman2018-02-2611-219/+650
|\ \ \
| * | | Add crude congestion window debug tracePierre Ossman2017-11-173-0/+44
| * | | Add simple slow start to congestion controlPierre Ossman2017-11-172-22/+56
| * | | Improved congestion control handlingPierre Ossman2017-11-176-118/+363
| * | | Move congestion control to its own classPierre Ossman2017-11-175-207/+292
| * | | Reduce header dependencies in server classesPierre Ossman2017-11-175-13/+19
| * | | Use a queue for congestion pingsPierre Ossman2017-11-172-16/+30
| * | | Handle timers which should be executed right awayPierre Ossman2017-11-171-0/+3
* | | | Fix incorrect numbers in performance debug graphPierre Ossman2018-02-261-3/+3
| |_|/ |/| |