aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up string encoding handlingPierre Ossman2023-06-303-0/+16
* Use standard C string functionsPierre Ossman2023-02-043-14/+7
* Use std::string instead of CharArrayPierre Ossman2023-02-043-6/+7
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-042-18/+7
* Return static char buffer from some methodsPierre Ossman2023-02-041-1/+1
* Use StringParameters directlyPierre Ossman2023-02-041-3/+1
* Use stdint typesPierre Ossman2023-02-012-10/+10
* Use __attribute__:s directlyPierre Ossman2023-01-052-19/+11
* Change development version to 1.13.80Pierre Ossman2022-12-151-1/+1
* Don't enable RSA-AES by default in serversPierre Ossman2022-10-141-1/+1
* Fix SecurityTypes default value in man pagesPierre Ossman2022-09-011-1/+1
* Add support for RSA-AES security typespdlan2022-09-011-2/+12
* Fix typo in previous commitPierre Ossman2022-07-051-1/+1
* Fix Xvnc dependency list (again)Pierre Ossman2022-07-051-3/+8
* Add missing dependencies for XvncPierre Ossman2022-07-041-0/+1
* Improve logging around screen resizingPierre Ossman2022-01-251-6/+0
* Update copyright year to 2022Pierre Ossman2022-01-051-1/+1
* Be consistent in including config.hPierre Ossman2021-12-303-0/+12
* xvnc: adapt for 1.21Joakim Tjernlund2021-11-241-4/+2
* xorg-version.h: Increase supported Xorg version to 1.21Joakim Tjernlund2021-11-241-2/+2
* Fix formatting of -rfbport in man pagesPierre Ossman2021-11-091-2/+2
* Change development version to 1.12.80Pierre Ossman2021-09-081-1/+1
*---. Merge branches 'host-name-max', 'fix-build-viewer-off' and 'fix-case-insensit...Pierre Ossman2021-07-237-22/+17
|\ \ \
| | | * Rename Input.h to vncInput.h to fix building on case-insensitive FSAlex Richardson2021-07-156-9/+8
| | |/
| * / Fix build on systems without HOST_NAME_MAXAlex Richardson2021-07-151-13/+9
| |/
* / Keep ownership of second selection when first is lostPierre Ossman2021-07-201-9/+61
|/
* Merge branch 'utilize-system-wide-crypto' of https://github.com/grulja/tigervncPierre Ossman2021-07-141-1/+3
|\
| * Utilize system-wide crypto policiesJan Grulich2021-07-141-1/+3
* | Remove vfb references from symbol namesPierre Ossman2021-07-134-69/+69
* | Remove zaphod mode from XvncPierre Ossman2021-07-131-164/+64
* | Remove undocumented -linebias argumentPierre Ossman2021-07-131-26/+0
* | Clean up Xvnc screen structPierre Ossman2021-07-131-18/+6
* | Remove unused headersPierre Ossman2021-07-131-8/+1
* | Remove obsolete AIX hackPierre Ossman2021-07-131-5/+0
* | Remove obsolete comment about backing storePierre Ossman2021-07-131-5/+0
* | Remove CloseScreen() wrapperPierre Ossman2021-07-131-22/+0
* | Do all RandR init in vncRandRInit()Pierre Ossman2021-07-131-20/+15
* | Use central SetRootClip()Pierre Ossman2021-07-131-90/+4
* | Remove Darwin code from XvncPierre Ossman2021-07-131-22/+0
* | Handle X.org patch level featuresPierre Ossman2021-07-136-40/+41
* | Remove shared memory framebuffer optionPierre Ossman2021-07-131-77/+3
* | Remove more color map code from XvncPierre Ossman2021-07-131-151/+0
* | Remove DDXTIME codePierre Ossman2021-07-131-11/+0
* | Call FatalError() on bad Xvnc argumentsPierre Ossman2021-07-131-6/+12
* | Use CHECK_FOR_REQUIRED_ARGUMENTS() for arg checkPierre Ossman2021-07-131-15/+15
* | Apply Xorg coding style to xvnc.cPierre Ossman2021-07-131-560/+567
* | Remove #ifdef RENDERPierre Ossman2021-07-132-22/+0
* | Move ddxInputThreadInit() to xvnc.cPierre Ossman2021-07-132-9/+9
* | Avoid some variable aliasingPierre Ossman2021-06-141-7/+7
* | Use <user>@<hostname> as the default desktop namePierre Ossman2021-06-132-2/+36
|/