aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc
Commit message (Expand)AuthorAgeFilesLines
...
* | Avoid some variable aliasingPierre Ossman2021-06-141-7/+7
* | Use <user>@<hostname> as the default desktop namePierre Ossman2021-06-132-2/+36
|/
* Maintain static screen DPI on resizePierre Ossman2021-04-081-4/+7
* Add support for notifying clients about pointer movementslhchavez2021-03-025-1/+43
* Drop other selection on ownership changePierre Ossman2021-03-011-0/+7
* Merge branch 'allow-tcp-and-unix' of https://github.com/jlesage/tigervncPierre Ossman2021-02-092-4/+11
|\
| * Added the ability to listen on both Unix socket and TCP port.Jocelyn Le Sage2021-02-042-4/+11
* | Update copyright year to 2021Pierre Ossman2021-01-251-1/+1
|/
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-193-12/+1
|\
| * Change streams to be asynchronousPierre Ossman2020-05-213-11/+0
| * Check buffer usage with a simply booleanPierre Ossman2020-05-211-1/+1
* | Update keycode maps to latest versionPierre Ossman2020-11-162-10/+14
* | Tolerate specifying -BoolParam 0 and similarPierre Ossman2020-09-183-0/+31
* | Change development version to 1.11.80Pierre Ossman2020-08-191-1/+1
* | 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
|/
* 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
* Start sessions via PAMPierre Ossman2020-03-121-4/+4
* xserver: add no-op input thread init functionLinus Heckemann2020-02-011-0/+9
* Update copyright year to 2020Pierre Ossman2020-01-161-1/+1
* Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-152-15/+11
* Change development version to 1.10.80Pierre Ossman2019-10-181-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-016-25/+18
* Make sure clipboard uses \n line endingsPierre Ossman2019-07-013-6/+37
* Allow blacklist to be disabledPierre Ossman2019-03-251-0/+5
* 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
* Avoid using "fake" key codesPierre Ossman2018-11-301-4/+40
* Merge branch 'covscan' of https://github.com/grulja/tigervncPierre Ossman2018-11-213-6/+9
|\
| * Fix memory leaksJan Grulich2018-11-201-2/+2
| * Check correct return codeJan Grulich2018-11-202-4/+7
* | Merge branch 'exittimer' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-092-1/+8
|\ \
| * | Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-091-1/+1
| * | Properly terminate server on timeoutsPierre Ossman2018-11-092-0/+7
* | | Merge branch 'vncserver' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-092-19/+23
|\| |
| * | Inherit SocketServer directly from VNCServerPierre Ossman2018-10-261-2/+2
| * | Remove QueryConnectionHandlerPierre Ossman2018-10-102-6/+15
| * | Force common flow of connection queriesPierre Ossman2018-10-092-13/+8
* | | Merge branch 'nojava' of https://github.com/CendioOssman/tigervncPierre Ossman2018-10-265-176/+1
|\| |
| * | Remove Java web serverPierre Ossman2018-10-095-176/+1
| |/