summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | Update visible copyright year to 2018Samuel Mannehed2018-02-088-8/+8
| |/ |/|
* | Fix for RENDER hooks on Xorg < 1.12Pierre Ossman2018-02-051-0/+12
* | Add overlooked parameters to Xvnc and x0vncserver man pagesPierre Ossman2018-02-052-0/+44
* | Sync x0vncserver and Xvnc man pagesPierre Ossman2018-02-052-95/+108
* | Remove DeferUpdate from man pagesPierre Ossman2018-02-052-32/+0
* | Merge branch 'readme-rst' of https://github.com/x11clone/x11clonePierre Ossman2018-01-3115-24/+24
|\ \
| * | Rename README.txt to README.rst and convert to reStructuredTextPeter Åstrand (astrand)2018-01-3115-24/+24
* | | Update Spanish translationFrancisco Javier Serrador2018-01-291-575/+499
|/ /
* | Don't parse FLTK arguments using Fl::arg; handle -display as other optionsPeter Åstrand (astrand)2018-01-293-3/+7
* | Hook remaining XRender operationsPierre Ossman2018-01-231-0/+304
* | Update UI look on macOSPierre Ossman2018-01-221-5/+5
* | Restore menukey function to java viewerBrian P. Hinz2018-01-163-4/+8
* | Fixes for erros in java hextile/zrle decodersBrian P. Hinz2018-01-1616-386/+274
* | Use XShmGetImage for large readsPeter Åstrand (astrand)2018-01-151-2/+7
* | Use current server time for XUngrabPointerPeter Åstrand (astrand)2018-01-151-1/+1
* | My copyright was listed twice, fixedPeter Åstrand (astrand)2018-01-091-2/+1
* | Merge branch 'fatal' of https://github.com/CendioOssman/tigervncPierre Ossman2017-12-076-64/+52
|\ \
| * | Adjust dimensions for rotated monitorsPierre Ossman2017-12-071-0/+10
| * | Make VNC extension startup mandatoryPierre Ossman2017-12-074-63/+15
| * | Call FatalError on fatal exceptionsPierre Ossman2017-12-073-1/+27