aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check invalid RRE rectsPierre Ossman2017-01-181-0/+5
* Fix buffer overflow in ModifiablePixelBuffer::fillRect.Michal Srb2017-01-171-4/+15
* Do explict sync after XShmPutImage()Pierre Ossman2017-01-116-92/+5
* Fix -inetd not working with xserver >= 1.19Hans de Goede2017-01-101-1/+9
* Add Fltk and Gettext include dirs when compiling testsBrian P. Hinz2017-01-081-0/+3
* Improve graphics performance on macOSPierre Ossman2017-01-042-35/+40
* Add test to measure framebuffer performancePierre Ossman2017-01-044-0/+291
* Remove unused declarations from Viewport.hPierre Ossman2017-01-031-4/+0
* Avoid translating simple error exceptionsPierre Ossman2017-01-033-10/+10
* More robust event and close handlingPierre Ossman2017-01-031-5/+9
* Respect SendClipboard settingPierre Ossman2017-01-021-0/+3
* Disable checkboxes for primary selection when relevantPierre Ossman2017-01-022-1/+21
* Update French translationStéphane Aulery2017-01-021-153/+155
* Use dixChangeWindowProperty() instead of ChangeWindowProperty()Pierre Ossman2016-12-191-13/+15
* Update .la files on each buildPierre Ossman2016-12-151-0/+4
* Merge pull request #390 from bphinz/static-viewerBrian Hinz2016-12-1051-4279/+6544
|\
| * Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-1027-1851/+3802
| * Whitespace cleanupBrian P. Hinz2016-12-101-7/+6
| * Delete unecessary filesBrian P. Hinz2016-12-102-294/+0
| * Method cleanup.Brian P. Hinz2016-12-108-231/+500
| * Whitespace cleanupBrian P. Hinz2016-12-102-11/+11
| * Update versionBrian P. Hinz2016-12-101-1/+1
| * Added a method for copying between streamsBrian P. Hinz2016-10-201-0/+11
| * Added a method for reading into a ByteBufferBrian P. Hinz2016-10-201-0/+12
| * Cosmetic change (increased border spacing)Brian P. Hinz2016-10-191-1/+1
| * Added filename filters to file chooser dialogsBrian P. Hinz2016-08-284-8/+34
| * Make all viewer parameters static. Viewer instances are isolated from each ot...Brian P. Hinz2016-08-2721-2230/+1748
| * Major overhaul of java viewer.Brian P. Hinz2016-08-072-0/+773
* | Merge branch 'master' of https://github.com/atalax/tigervncPierre Ossman2016-11-101-0/+4
|\ \
| * | hextileDecode.h: Fix buffer overflowJosef Gajdusek2016-11-041-0/+4
* | | Log statistics from ComparingUpdateTrackerPierre Ossman2016-11-083-1/+42
* | | Update Ubuntu package dependencies.Brian P. Hinz2016-11-063-3/+3
* | | Update package build dependecies.Brian P. Hinz2016-11-061-1/+1
|/ /
* | MacOS package: Added NSHighResolutionCapable tag to Info.plistFriedrich Beckmann2016-10-251-0/+2
* | Update Esperanto translationFelipe Castro2016-10-171-545/+597
* | Fix busy loop in FdOutStream::flush()Pierre Ossman2016-10-101-1/+6
* | Handle select() errorsPierre Ossman2016-10-051-0/+6
* | Merge X server block handling code pathsPierre Ossman2016-10-056-403/+242
* | Move getSockets() to SocketServer interfacePierre Ossman2016-10-053-15/+14
* | Add xorg-xserver 1.19 supportHans de Goede2016-10-058-4/+343
* | Fix temporary decoder buffer sizesPierre Ossman2016-10-053-8/+8
* | Do not depends on mcookie commandKoichiro IWAO2016-10-051-2/+18
* | remove trailing spaceKoichiro IWAO2016-10-031-5/+5
* | Apply -fPIC on all compilersPierre Ossman2016-09-221-1/+1
* | Remove INITARGS from recent xserver patchesPierre Ossman2016-09-226-6/+6
* | Fix minor typo in framebuffer initializationBrian P. Hinz2016-09-051-1/+1
* | Merge pull request #332 from xiaoshaaming/masterBrian Hinz2016-09-041-1/+2
|\ \
| * | Added missing dependency for Complie error on RHEL7lidm2016-07-231-1/+2
* | | Proper global init/deinit of GnuTLSPierre Ossman2016-08-234-33/+10
* | | Merge branch 'system-wide-config' of https://github.com/jblaine/tigervncPierre Ossman2016-08-222-93/+150
|\ \ \