aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver
Commit message (Expand)AuthorAgeFilesLines
* Hook sprite functions instead to monitor cursorPierre Ossman2024-11-261-96/+194
* Handle "no cursor", not just "empty cursor"Pierre Ossman2024-11-261-5/+3
* Capitalize even more logging and exceptionsPierre Ossman2024-11-223-7/+7
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-224-10/+10
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-212-7/+7
| * Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-113-3/+3
* | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-183-3/+20
|\ \
| * | Add server support for forward/back mouse buttonsAdam Halim2024-10-223-3/+20
* | | Merge branch 'stdexcept' of github.com:CendioOssman/tigervncPierre Ossman2024-11-073-41/+40
|\ \ \
| * | | Use standard exception classesPierre Ossman2024-11-061-1/+1
| * | | Subclass exceptions from std::exceptionPierre Ossman2024-11-063-21/+20
| * | | Use what() to access exception descriptionPierre Ossman2024-11-062-19/+19
| |/ /
* | / Don't use login as a verb in Xvnc.manAlexander Zeijlon2024-11-041-2/+2
| |/ |/|
* | Fudge library path to work around dependency loopsPierre Ossman2024-10-311-5/+8
|/
* 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
|/