| Commit message (Expand) | Author | Age | Files | Lines |
* | H264Libav: Use nearest-neighbour sampling in scaler | Andri Yngvason | 2024-10-22 | 1 | -1/+1 |
* | H264Libav: Handle colour space conversion | Andri Yngvason | 2024-10-22 | 1 | -0/+15 |
* | H264Libav: Clean up sws context | Andri Yngvason | 2024-10-22 | 1 | -0/+1 |
* | H264Libav: Use AVFrame for pixel format conversion buffer | Andri Yngvason | 2024-10-22 | 2 | -12/+20 |
* | Use proper gnutls_free() on Windows | Pierre Ossman | 2024-10-18 | 2 | -10/+4 |
* | Include key code for fake key events | Pierre Ossman | 2024-10-18 | 1 | -6/+6 |
* | Don't parse empty fence messages | Pierre Ossman | 2024-10-18 | 1 | -1/+3 |
* | Avoid XKeysymToString() conflict with libX11 | Pierre Ossman | 2024-10-18 | 1 | -0/+3 |
* | Add missing comma in default security type list | Pierre Ossman | 2024-10-18 | 1 | -1/+1 |
* | Use std::min replace min | Kang Lin | 2024-10-18 | 3 | -9/+9 |
* | Fix overflow; "Timer: gettimeofday is broken" | Pierre Ossman | 2024-07-23 | 1 | -1/+4 |
* | Be more careful with ComparingUpdateTracker pointer | Pierre Ossman | 2024-07-05 | 1 | -4/+13 |
* | Round up expiration time for timers | Pierre Ossman | 2024-07-05 | 1 | -1/+1 |
* | Merge branch 'present' of github.com:CendioOssman/tigervnc | Pierre Ossman | 2024-06-19 | 13 | -115/+173 |
|\ |
|
| * | Slow down fake clock when no clients | Pierre Ossman | 2024-06-19 | 1 | -11/+32 |
| * | Keep frame clock running if waiting for frame tick | Pierre Ossman | 2024-06-19 | 3 | -5/+19 |
| * | Restart the frame timer immediately | Pierre Ossman | 2024-06-19 | 1 | -3/+3 |
| * | Add support for X Present extension | Pierre Ossman | 2024-06-19 | 4 | -2/+18 |
| * | Make SDesktop::start()/stop() optional | Pierre Ossman | 2024-06-19 | 1 | -8/+2 |
| * | Maintain a constant VNCServer/SDesktop connection | Pierre Ossman | 2024-06-19 | 2 | -8/+13 |
| * | Make it easier to change timer interval | Pierre Ossman | 2024-06-19 | 3 | -6/+8 |
| * | Explicitly request timer repetition | Pierre Ossman | 2024-06-19 | 10 | -56/+53 |
| * | Fix up Timer comments | Pierre Ossman | 2024-06-19 | 1 | -27/+34 |
| * | Add safety check to getNextTimeout() | Pierre Ossman | 2024-06-19 | 1 | -0/+6 |
| * | Stop treating "0" as "no timeouts" | Pierre Ossman | 2024-06-19 | 2 | -14/+4 |
| * | Detect conflicting timer rescheduling | Pierre Ossman | 2024-06-19 | 1 | -2/+8 |
* | | Create common recursive mkdir() | Pierre Ossman | 2024-05-30 | 2 | -0/+41 |
* | | Use $XDG_STATE_HOME for known hosts storage | Pierre Ossman | 2024-05-30 | 1 | -2/+2 |
* | | Merge branch 'casantos-rhbz_2180903' of https://github.com/casantos/tigervnc | Pierre Ossman | 2024-05-20 | 20 | -98/+153 |
|\ \ |
|
| * | | vncconfig: add option to force view-only remote client connections | Carlos Santos | 2024-04-26 | 7 | -11/+19 |
| * | | Remove the network::SocketServer interface. | Carlos Santos | 2024-04-26 | 4 | -46/+37 |
| * | | Move the AccessRights type and constants to the rfb namespace | Carlos Santos | 2024-04-23 | 15 | -43/+99 |
| |/ |
|
* | | Don't check pointers for zero length buffers | Pierre Ossman | 2024-05-20 | 2 | -4/+4 |
* | | Implement XDG Base Directory paths, deprecate ~/.vnc | 90 | 2024-04-26 | 3 | -44/+45 |
* | | Begin work on XDGBDS compliance and overrideable configs | 90 | 2024-03-15 | 3 | -23/+69 |
|/ |
|
* | Clarify AcceptPointerEvents setting | Pierre Ossman | 2024-02-06 | 1 | -1/+1 |
* | Increase time required to override pointerClient | Samuel Mannehed | 2024-01-26 | 1 | -1/+1 |
* | Break long lines in new pointerEvent logic | Samuel Mannehed | 2024-01-26 | 1 | -3/+4 |
* | Fix bad variable reference in file logger | Pierre Ossman | 2024-01-25 | 1 | -1/+1 |
* | VNCServerST: Add a timeout to pointer button ownership | Mike Looijmans | 2024-01-22 | 2 | -2/+8 |
* | VNCSConnectionST: Release mouse button(s) on close | Mike Looijmans | 2024-01-15 | 1 | -0/+3 |
* | Merge branch 'keysym' of github.com:CendioOssman/tigervnc | Pierre Ossman | 2023-12-13 | 9 | -1599/+6306 |
|\ |
|
| * | Update keysym header files | Pierre Ossman | 2023-11-16 | 2 | -1594/+2772 |
| * | Add own keysym to name function | Pierre Ossman | 2023-11-16 | 7 | -5/+3534 |
* | | Fix logging when no working VeNCrypt types | Pierre Ossman | 2023-12-12 | 1 | -3/+3 |
* | | Merge branch 'zrlee-compression-level' of https://github.com/adamhalim/tigerv... | Pierre Ossman | 2023-11-20 | 2 | -2/+17 |
|\ \
| |/
|/| |
|
| * | Use compressionLevel in ZRLEEncoder | Adam Halim | 2023-11-20 | 2 | -2/+17 |
* | | Support the "%u" username alias in PlainUsers | Carlos Santos | 2023-10-03 | 1 | -0/+9 |
* | | More graceful handling of disabled listeners | Pierre Ossman | 2023-09-08 | 1 | -4/+0 |
* | | Avoid legacy C function definitions | Pierre Ossman | 2023-08-15 | 1 | -19/+11 |
|/ |
|