index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unix
/
xserver
/
hw
/
vnc
/
XserverDesktop.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add server support for forward/back mouse buttons
Adam Halim
2024-10-22
1
-1
/
+1
*
Better type for pointer button mask
Pierre Ossman
2024-08-12
1
-1
/
+1
*
Mark overridden virtual functions
Pierre Ossman
2024-06-24
1
-14
/
+14
*
Merge branch 'present' of github.com:CendioOssman/tigervnc
Pierre Ossman
2024-06-19
1
-4
/
+9
|
\
|
*
Add support for X Present extension
Pierre Ossman
2024-06-19
1
-1
/
+7
|
*
Make SDesktop::start()/stop() optional
Pierre Ossman
2024-06-19
1
-2
/
+0
|
*
Maintain a constant VNCServer/SDesktop connection
Pierre Ossman
2024-06-19
1
-1
/
+2
|
*
Explicitly request timer repetition
Pierre Ossman
2024-06-19
1
-1
/
+1
*
|
vncconfig: add option to force view-only remote client connections
Carlos Santos
2024-04-26
1
-1
/
+1
*
|
Remove the network::SocketServer interface.
Carlos Santos
2024-04-26
1
-3
/
+3
|
/
*
Use std::string instead of CharArray
Pierre Ossman
2023-02-04
1
-2
/
+2
*
Use stdint types
Pierre Ossman
2023-02-01
1
-2
/
+2
*
Rename Input.h to vncInput.h to fix building on case-insensitive FS
Alex Richardson
2021-07-15
1
-1
/
+1
*
Add support for notifying clients about pointer movements
lhchavez
2021-03-02
1
-0
/
+1
*
Encapsulate PixelBuffer internal details
Pierre Ossman
2019-11-15
1
-1
/
+1
*
Improved clipboard API
Pierre Ossman
2019-07-01
1
-3
/
+7
*
Clean up internal clipboard handling
Pierre Ossman
2019-07-01
1
-2
/
+2
*
Properly terminate server on timeouts
Pierre Ossman
2018-11-09
1
-0
/
+1
*
Inherit SocketServer directly from VNCServer
Pierre Ossman
2018-10-26
1
-2
/
+2
*
Remove QueryConnectionHandler
Pierre Ossman
2018-10-10
1
-5
/
+4
*
Force common flow of connection queries
Pierre Ossman
2018-10-09
1
-3
/
+2
*
Remove Java web server
Pierre Ossman
2018-10-09
1
-9
/
+0
*
Use abstract SocketListener class
Pierre Ossman
2018-05-04
1
-6
/
+6
*
Removed support for building without RANDR define
Peter Åstrand (astrand)
2018-04-09
1
-2
/
+0
*
Move computeScreenLayout/setScreenLayout to unixcommon lib
Peter Åstrand (astrand)
2018-04-09
1
-2
/
+1
*
Make vncRandRGetOutputId return the actual id; not a pointer
Peter Åstrand (astrand)
2018-04-09
1
-1
/
+1
*
Push query connect timeout back in to Xvnc
Pierre Ossman
2017-10-04
1
-1
/
+5
*
Get rid of getFbSize()/getDesktopSize() in common
Pierre Ossman
2017-09-22
1
-1
/
+0
*
Basic support for QEMU Extended Key Events
Pierre Ossman
2017-08-28
1
-1
/
+1
*
Add support for lock LED state to Xvnc/libvnc.so
Pierre Ossman
2017-08-24
1
-0
/
+1
*
Remove unused variable deferredUpdateTimerSet
Pierre Ossman
2017-02-24
1
-1
/
+0
*
Merge X server block handling code paths
Pierre Ossman
2016-10-05
1
-12
/
+10
*
Add xorg-xserver 1.19 support
Hans de Goede
2016-10-05
1
-0
/
+7
*
Return TcpListener pointers rather than objects
Pierre Ossman
2015-09-29
1
-4
/
+4
*
Fixed IPv6 support.
Tim Waugh
2015-03-13
1
-4
/
+5
*
Restructure Xvnc/libvnc.so code to avoid C++ header hacks
Pierre Ossman
2015-01-26
1
-38
/
+23
*
Merge branch 'nocolourmap' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-07-14
1
-11
/
+1
|
\
|
*
Get rid of getStride()
Pierre Ossman
2014-07-07
1
-2
/
+0
|
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-9
/
+1
*
|
Make InputDevice into a singleton
Pierre Ossman
2014-07-14
1
-1
/
+0
*
|
Let XserverDesktop handle syncing cursor position
Pierre Ossman
2014-07-14
1
-0
/
+2
|
/
*
Add back support for letting the client reconfigure the screen, this time
Pierre Ossman
2012-07-13
1
-0
/
+4
*
Track outputs instead of CRTCs, as those better match the screen concept
Pierre Ossman
2012-07-12
1
-2
/
+2
*
Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The old
Pierre Ossman
2012-07-12
1
-2
/
+12
*
Fix a race condition where we might get updates thrown at us right after a
Pierre Ossman
2012-01-23
1
-0
/
+2
*
Reimplement the deferred update handling, this time in a more robust and
Pierre Ossman
2011-11-08
1
-4
/
+0
*
The dummy timer isn't used anymore.
Pierre Ossman
2011-11-08
1
-1
/
+1
*
Timers in RFB still weren't working properly. Do this right and check the next
Pierre Ossman
2011-11-07
1
-1
/
+2
*
Make socket writes non-blockable. This allows the system to more quickly
Pierre Ossman
2011-10-25
1
-0
/
+2
*
[Development] Merge KeyboardDevice and PointerDevice classes to new class called
Adam Tkac
2010-04-14
1
-2
/
+1
[next]