aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver
Commit message (Expand)AuthorAgeFilesLines
* Better type for pointer button maskPierre Ossman2024-08-122-2/+2
* Merge branch 'fix-unknown-keysym' of https://github.com/gujjwal00/tigervncPierre Ossman2024-08-063-3/+95
|\
| * Improve unknown keysym handlingGaurav Ujjwal2024-06-303-3/+95
* | Generate better (fake) modelinesPierre Ossman2024-07-232-3/+34
|/
* Merge branch 'c++11' of github.com:CendioOssman/tigervncPierre Ossman2024-06-245-43/+42
|\
| * Simplify code using range-based for loopsPierre Ossman2024-06-241-5/+2
| * Mark overridden virtual functionsPierre Ossman2024-06-241-14/+14
| * Use nullptr in all C++ codePierre Ossman2024-06-243-24/+24
| * Make sure we use C++ 11Pierre Ossman2024-06-241-0/+2
* | Change development version to 1.14.80Pierre Ossman2024-06-201-1/+1
* | Merge branch 'dri3' of github.com:CendioOssman/tigervncPierre Ossman2024-06-207-29/+1442
|\ \ | |/ |/|
| * Automatically pick a suitable DRI3 render nodePierre Ossman2024-06-202-4/+37
| * Add option to specify used DRI3 render nodePierre Ossman2024-06-204-1/+31
| * Hide from GNOME to enable animationsPierre Ossman2024-06-201-1/+1
| * Add basic DRI3 supportPierre Ossman2024-06-205-0/+1337
| * Avoid VNC updates for offscreen windowsPierre Ossman2024-06-201-28/+41
* | Merge branch 'xserver-cleanup' of github.com:CendioOssman/tigervncPierre Ossman2024-06-194-35/+29
|\|
| * Avoid patching miinitext.c for XvncPierre Ossman2024-06-192-15/+12
| * Stop explicitly including fbcmap_mi.cPierre Ossman2024-06-191-1/+1
| * Stop linking to libX11Pierre Ossman2024-06-191-1/+1
| * Clean up CPPFLAGS handling in xserverPierre Ossman2024-06-191-18/+11
| * Remove unused NO_MODULE_EXTS definePierre Ossman2024-06-191-1/+1
| * Actually use config.h in Xvnc/libvnc.soPierre Ossman2024-06-191-3/+6
| * Simplify Xorg version handlingPierre Ossman2024-06-194-9/+10
* | Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-198-21/+208
|\|
| * Keep frame clock running if waiting for frame tickPierre Ossman2024-06-191-0/+1
| * Add support for X Present extensionPierre Ossman2024-06-198-6/+200
| * Add missing ErrorF() newlinesPierre Ossman2024-06-191-3/+3
| * Make SDesktop::start()/stop() optionalPierre Ossman2024-06-192-10/+0
| * Maintain a constant VNCServer/SDesktop connectionPierre Ossman2024-06-192-3/+7
| * Explicitly request timer repetitionPierre Ossman2024-06-192-4/+2
| * Stop treating "0" as "no timeouts"Pierre Ossman2024-06-191-1/+1
* | Merge branch 'casantos-rhbz_2180903' of https://github.com/casantos/tigervncPierre Ossman2024-05-205-13/+15
|\ \
| * | vncconfig: add option to force view-only remote client connectionsCarlos Santos2024-04-265-8/+10
| * | Remove the network::SocketServer interface.Carlos Santos2024-04-262-5/+5
| |/
* / Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-261-1/+1
|/
* Properly propagate CursorWarpedTo()Pierre Ossman2024-03-141-0/+5
* Clarify AcceptPointerEvents settingPierre Ossman2024-02-061-1/+1
* Set Pixmap depths after creating visualsPierre Ossman2024-01-101-2/+2
* Update copyright year to 2024Samuel Mannehed2024-01-091-1/+1
* Xvnc: do not use dup2() to create a file descriptor for -inetd optionJan Grulich2024-01-081-2/+4
* Merge branch 'keysym' of github.com:CendioOssman/tigervncPierre Ossman2023-12-131-7/+15
|\
| * Add own keysym to name functionPierre Ossman2023-11-161-7/+15
* | Replace INITARGS with void in function parameter listFlorian Weimer2023-11-221-2/+2
* | Merge branch 'zrlee-compression-level' of https://github.com/adamhalim/tigerv...Pierre Ossman2023-11-201-6/+0
|\ \ | |/ |/|
| * Use compressionLevel in ZRLEEncoderAdam Halim2023-11-201-6/+0
* | Fix description of "%u" in manual pages.Carlos Santos2023-10-041-2/+1
* | Support the "%u" username alias in PlainUsersCarlos Santos2023-10-031-2/+3
* | More graceful handling of disabled listenersPierre Ossman2023-09-081-5/+12
* | Improve log message when mapping keysymsPierre Ossman2023-08-231-1/+1