aboutsummaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'regions' of https://github.com/CendioOssman/tigervncPierre Ossman2020-06-155-157/+150
|\
| * Get rid of magical assignment to RegionPierre Ossman2020-05-183-23/+17
| * Switch region code to pixmanPierre Ossman2020-05-011-2/+1
| * Avoid using RegionInit() because of empty rectsPierre Ossman2020-05-011-26/+26
| * Stop using legacy region macrosPierre Ossman2020-05-012-134/+134
* | Catch errors resizing framebufferPierre Ossman2020-05-231-2/+7
* | Add final line break to FatalError() callsPierre Ossman2020-05-232-7/+7
* | [SELinux] Allow vnc_session_t type execute itselfLukas Vrabec2020-05-061-0/+2
|/
* Handle empty changes for every operationPierre Ossman2020-04-201-22/+16
* Remove legacy Xorg codePierre Ossman2020-04-027-459/+6
* Remove 8-bit support from documentationPierre Ossman2020-04-022-16/+4
* Remove support for old Xorg versionsPierre Ossman2020-03-129-909/+0
* Use standard install dir variable namesPierre Ossman2020-03-128-20/+20
* Add SELinux policy file for vncsessionPierre Ossman2020-03-125-0/+104
* Start sessions via PAMPierre Ossman2020-03-1212-144/+762
* Stop searching for XvncPierre Ossman2020-03-122-31/+3
* Start the sessions using xinitPierre Ossman2020-03-122-88/+20
* Make vncserver always run in the foregroundPierre Ossman2020-03-122-204/+8
* Start sessions using session desktop filePierre Ossman2020-03-122-88/+126
* Don't create a default user configPierre Ossman2020-03-121-20/+0
* Don't accept arbitrary arguments to vncserverPierre Ossman2020-03-123-244/+19
* Stop unsetting environment variablesPierre Ossman2020-03-121-2/+0
* Always install systemd servicesPierre Ossman2020-03-122-0/+51
* Add default configuration filesPierre Ossman2020-03-126-3/+34
* xserver: add no-op input thread init functionLinus Heckemann2020-02-011-0/+9
* Update copyright year to 2020Pierre Ossman2020-01-161-1/+1
* Merge branch 'secfix' of https://github.com/CendioOssman/tigervncPierre Ossman2019-12-203-22/+13
|\
| * Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-153-22/+13
* | Don't background the main session commandPierre Ossman2019-12-091-1/+1
|/
* Change development version to 1.10.80Pierre Ossman2019-10-181-1/+1
* Do not return returncode indicating error when listing sessionsJan Grulich2019-07-111-1/+1
* Use UTF-8 in clipboard APIPierre Ossman2019-07-011-23/+24
* Improved clipboard APIPierre Ossman2019-07-016-70/+283
* Add UTF-8 to/from ISO 8859-1 conversion routinesPierre Ossman2019-07-013-65/+30
* Clean up internal clipboard handlingPierre Ossman2019-07-018-27/+20
* Make sure clipboard uses \n line endingsPierre Ossman2019-07-013-6/+37
* Allow blacklist to be disabledPierre Ossman2019-03-252-0/+10
* Update visible copyright years to 2019Samuel Mannehed2019-02-271-1/+1
* Don't build xserver with -I$(includedir) as it breaks cross-compilingJames Le Cuirot2019-02-131-3/+3
* Add x0vncserver option to only allow localhost connectionsPierre Ossman2019-01-162-1/+12
* Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-101-0/+19
|\
| * Make sure we always have a valid screen layoutPierre Ossman2018-12-101-0/+5
| * Respect geometry setting in screen layoutPierre Ossman2018-11-011-0/+14
* | Merge branch 'altgr' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-301-4/+40
|\ \
| * | Avoid using "fake" key codesPierre Ossman2018-11-301-4/+40
* | | Document -AcceptSetDesktopSize in x0vncserver.manPierre Ossman2018-11-261-0/+4
|/ /
* | Allow -AcceptSetDesktopSize in x0vncserverPierre Ossman2018-11-261-3/+0
* | Merge branch 'covscan' of https://github.com/grulja/tigervncPierre Ossman2018-11-215-14/+32
|\ \
| * | Fix memory leaksJan Grulich2018-11-203-10/+25
| * | Check correct return codeJan Grulich2018-11-202-4/+7