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
*
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
*
[Bugfix] Removed one #ifdef/#endif, it broke compilation with X 1.5 source
Adam Tkac
2009-02-13
1
-2
/
+0
*
[Development] Make Xvnc working when compiled against X 1.6 branch.
Adam Tkac
2009-02-04
1
-16
/
+21
*
[Bugfix] Dynamic keycode-keysym mapping works again in non-XKB 1.5 server. (X...
Adam Tkac
2009-02-02
1
-117
/
+68
*
Reverted the dixLookupResourceByType part of r3573 - this function exists onl...
Peter Åstrand
2009-01-27
1
-1
/
+1
*
Eliminated several GCC warnings:
Peter Åstrand
2009-01-26
1
-5
/
+6
*
Implemented support for DesktopName pseudo encoding, which allows
Peter Åstrand
2009-01-15
1
-0
/
+9
*
[Bugfix] Fixed assertion in serverReset() function
Adam Tkac
2009-01-07
1
-1
/
+1
*
[Development] Make Xvnc compilable against X.org 1.6 branch
Adam Tkac
2009-01-07
1
-18
/
+86
*
[Bugfix] Find correct colormap in XserverDesktop::serverReset method
Adam Tkac
2008-10-15
1
-3
/
+11
*
[Cleanup] Fixed some compiler warnings
Adam Tkac
2008-10-10
1
-1
/
+0
*
- include dix-config.h before any xorg header
Adam Tkac
2008-04-17
1
-0
/
+4
*
Use GetKeyboardEvents and GetPointerEvents functions to generate input events
Adam Tkac
2008-03-26
1
-42
/
+55
*
Initialize input devices in XserverDesktop constructor and update
Adam Tkac
2008-03-26
1
-2
/
+18
*
Moved keyboard and mouse input procedures to XserverDesktop.cc because
Adam Tkac
2008-03-26
1
-0
/
+207
*
Include keysym.h from $(includedir)/X11
Adam Tkac
2008-03-22
1
-1
/
+1
[next]