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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unix
/
xserver
/
hw
/
vnc
/
XserverDesktop.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return TcpListener pointers rather than objects
Pierre Ossman
2015-09-29
1
-15
/
+23
*
Fixed IPv6 support.
Tim Waugh
2015-03-13
1
-18
/
+26
*
Use proper prototypes in headers for all our internal functions
Pierre Ossman
2015-01-29
1
-3
/
+0
*
More debug logging for screen layout changes
Pierre Ossman
2015-01-26
1
-0
/
+8
*
Restructure Xvnc/libvnc.so code to avoid C++ header hacks
Pierre Ossman
2015-01-26
1
-387
/
+158
*
No need to declare 'display' here.
Tim Waugh
2014-09-04
1
-2
/
+0
*
Updated to build against xorg-x11-server 1.16.0.
Tim Waugh
2014-09-03
1
-1
/
+1
*
Merge branch 'nocolourmap' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-07-14
1
-117
/
+30
|
\
|
*
Get rid of getStride()
Pierre Ossman
2014-07-07
1
-8
/
+3
|
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-109
/
+27
*
|
Make InputDevice into a singleton
Pierre Ossman
2014-07-14
1
-10
/
+7
*
|
Let XserverDesktop handle syncing cursor position
Pierre Ossman
2014-07-14
1
-1
/
+5
|
/
*
Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...
Brian Hinz
2014-01-02
1
-1
/
+2
*
Apparently it is more kosher to completely disassociate an
Pierre Ossman
2013-05-22
1
-2
/
+1
*
Make sure InputDevice::InitInputDevice() gets called early in
Pierre Ossman
2013-04-09
1
-0
/
+6
*
Fix silly typo that caused us to mishandle some SetDesktopSize requests.
Pierre Ossman
2012-08-27
1
-1
/
+1
*
Fix improper check of errors when getting a suitable RandR mode.
Pierre Ossman
2012-07-18
1
-2
/
+2
*
We need to be able to handle outputs without any CRTC connected as well.
Pierre Ossman
2012-07-18
1
-10
/
+56
*
Forgot to initialise the iterator index properly.
Pierre Ossman
2012-07-18
1
-1
/
+1
*
We need to manually update the RandR timestamp, as it is normally set in
Pierre Ossman
2012-07-17
1
-0
/
+7
*
Add back support for letting the client reconfigure the screen, this time
Pierre Ossman
2012-07-13
1
-7
/
+218
*
Track outputs instead of CRTCs, as those better match the screen concept
Pierre Ossman
2012-07-12
1
-13
/
+15
*
Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The old
Pierre Ossman
2012-07-12
1
-91
/
+67
*
Fix a race condition where we might get updates thrown at us right after a
Pierre Ossman
2012-01-23
1
-0
/
+10
*
Reimplement the deferred update handling, this time in a more robust and
Pierre Ossman
2011-11-08
1
-38
/
+1
*
The dummy timer isn't used anymore.
Pierre Ossman
2011-11-08
1
-2
/
+1
*
Timers in RFB still weren't working properly. Do this right and check the next
Pierre Ossman
2011-11-07
1
-13
/
+28
*
Remove unused function.
Pierre Ossman
2011-11-04
1
-19
/
+0
*
Make socket writes non-blockable. This allows the system to more quickly
Pierre Ossman
2011-10-25
1
-0
/
+74
*
Fixed the formatting of a few Cendio copyright lines, so that it is
Peter Åstrand
2011-09-28
1
-1
/
+1
*
Server support for full colour cursors (no support for alpha though).
Pierre Ossman
2011-06-08
1
-43
/
+75
*
[Bugfix] Xvnc: use strncpy instead of strncat to copy string to uninitialized
Adam Tkac
2010-11-11
1
-1
/
+2
*
[Development] Fetch root window pointer directly from pScreen if possible.
Adam Tkac
2010-07-20
1
-2
/
+8
*
[Development] Merge KeyboardDevice and PointerDevice classes to new class called
Adam Tkac
2010-04-14
1
-9
/
+7
*
[Bugfix] Always include cursorstr.h in XserverDesktop.cc.
Adam Tkac
2009-12-22
1
-3
/
+0
*
[Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to ad...
Adam Tkac
2009-12-21
1
-0
/
+7
*
Revert previous commit (r3889). Windows code has to be cleaned before this
Adam Tkac
2009-09-04
1
-5
/
+5
*
Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()
Adam Tkac
2009-09-04
1
-5
/
+5
*
Move keyboard input related code to Input.h and Input.cc.
Adam Tkac
2009-08-28
1
-583
/
+6
*
Add Input.h and Input.cc and move all mouse input related code there.
Adam Tkac
2009-08-28
1
-136
/
+6
*
Initialize eventq in all cases.
Adam Tkac
2009-08-28
1
-0
/
+2
*
Move definition of XORG macro to separate header.
Adam Tkac
2009-08-28
1
-0
/
+1
*
Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between...
Adam Tkac
2009-08-28
1
-19
/
+19
*
Set default deferred update timer to 1 ms
DRC
2009-04-06
1
-1
/
+1
*
Avoid touching PixelFormat internals.
Pierre Ossman
2009-04-03
1
-36
/
+3
*
We need to call RRGetInfo() again for our new mode to be added.
Pierre Ossman
2009-04-02
1
-0
/
+10
*
Improve logging in setScreenLayout().
Pierre Ossman
2009-04-02
1
-5
/
+15
*
X.Org 1.6 compatibility change in RandR related code (RRGetInfo takes two
Adam Tkac
2009-03-26
1
-0
/
+4
*
Implement basic support for SetDesktopSize.
Pierre Ossman
2009-03-23
1
-0
/
+74
*
Support for RandR on the server.
Pierre Ossman
2009-03-18
1
-9
/
+31
[next]