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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle view only password in vncpasswd filter mode
Pierre Ossman
2018-05-07
2
-5
/
+18
*
Avoid creating unused thread on single CPU machines
Peter Åstrand (astrand)
2018-05-07
1
-1
/
+7
*
Flush pending changes when desktop starts
Pierre Ossman
2018-05-07
1
-2
/
+8
*
Comparing ScreenSet:s should be done without considering order
Peter Åstrand (astrand)
2018-05-07
1
-3
/
+15
*
Merge pull request #638 from x11clone/fullscreen-multimon-toggle
astrand
2018-05-02
3
-4
/
+9
|
\
|
*
Fix windows build with -DCMAKE_BUILD_TYPE=Debug on machines with IActiveDesktop
Peter Åstrand (astrand)
2018-05-02
1
-2
/
+2
|
*
Fix another compile error on Windows when not building with GnuTLS
Peter Åstrand (astrand)
2018-05-02
1
-0
/
+2
|
*
Update fullscreen window if changing fullScreenAllMonitors option
Peter Åstrand (astrand)
2018-05-02
1
-2
/
+5
|
/
*
Merge branch 'alr' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-04-20
13
-93
/
+269
|
\
|
*
Send lossless refresh even with pending updates
Pierre Ossman
2018-03-28
3
-18
/
+29
|
*
Limit lossless refresh update to safe size
Pierre Ossman
2018-03-28
9
-18
/
+73
|
*
Automatic lossless refresh
Pierre Ossman
2018-03-28
5
-20
/
+128
|
*
Avoid checking updates when desktop is stopped
Pierre Ossman
2018-03-28
2
-11
/
+18
|
*
Remove redundant Region::copyFrom()
Pierre Ossman
2018-03-28
4
-7
/
+2
|
*
Respect request area for cursor rendering
Pierre Ossman
2018-03-28
2
-39
/
+39
*
|
Merge branch 'clipfocus' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-04-20
5
-49
/
+126
|
\
\
|
*
|
Avoid clipboard updates when not focused
Pierre Ossman
2018-03-26
2
-0
/
+52
|
*
|
Add focus test helper for Viewport
Pierre Ossman
2018-03-26
2
-17
/
+14
|
*
|
Handle LED state sync entirely in Viewport
Pierre Ossman
2018-03-26
3
-6
/
+17
|
*
|
Move server cut text handler to Viewport
Pierre Ossman
2018-03-26
5
-26
/
+43
*
|
|
Make sure we get C99
Pierre Ossman
2018-04-13
1
-0
/
+3
*
|
|
Improve out-of-tree build of Xvnc/libvnc.so
Pierre Ossman
2018-04-13
1
-8
/
+8
*
|
|
Merge branch 'x0vncserver-randr' of https://github.com/x11clone/x11clone
Pierre Ossman
2018-04-10
22
-556
/
+1872
|
\
\
\
|
*
|
|
Add RandR support for x0vncserver
Peter Åstrand (astrand)
2018-04-09
7
-6
/
+831
|
*
|
|
Add a tryScreenLayout function
Peter Åstrand (astrand)
2018-04-09
7
-60
/
+282
|
*
|
|
Add debug log messages
Peter Åstrand (astrand)
2018-04-09
1
-12
/
+27
|
*
|
|
Avoid disabling outputs which are already disabled
Peter Åstrand (astrand)
2018-04-09
1
-0
/
+4
|
*
|
|
Select the correct output for new screens
Peter Åstrand (astrand)
2018-04-09
4
-27
/
+99
|
*
|
|
Disable outputs which are larger than the target framebuffer size
Peter Åstrand (astrand)
2018-04-09
1
-1
/
+21
|
*
|
|
vncRandRDisableOutput: Disable only the requested output
Peter Åstrand (astrand)
2018-04-09
1
-1
/
+26
|
*
|
|
Make vncRandRGetOutputDimensions tolerant for disabled outputs
Peter Åstrand (astrand)
2018-04-09
3
-10
/
+17
|
*
|
|
Remove "screen" argument from Randr glue functions
Peter Åstrand (astrand)
2018-04-09
9
-69
/
+94
|
*
|
|
Removed support for building without RANDR define
Peter Åstrand (astrand)
2018-04-09
5
-74
/
+1
|
*
|
|
Corrected RandR wrapper return codes
Peter Åstrand (astrand)
2018-04-09
4
-10
/
+10
|
*
|
|
Move computeScreenLayout/setScreenLayout to unixcommon lib
Peter Åstrand (astrand)
2018-04-09
14
-497
/
+664
|
*
|
|
vncRandRGetOutputName: return a copy of the string
Peter Åstrand (astrand)
2018-04-09
3
-7
/
+14
|
*
|
|
Make vncRandRGetOutputId return the actual id; not a pointer
Peter Åstrand (astrand)
2018-04-09
4
-7
/
+7
|
*
|
|
Indented computeScreenLayout and setScreenLayout
Peter Åstrand (astrand)
2018-04-09
1
-28
/
+28
|
/
/
/
*
|
|
Remove no longer relevant license comment
Pierre Ossman
2018-03-28
1
-14
/
+0
*
|
|
Stop abusing InputHandler class for write class
Pierre Ossman
2018-03-28
4
-18
/
+18
*
|
|
Add missing break for LED state check
Pierre Ossman
2018-03-28
1
-0
/
+1
|
/
/
*
|
Replace "frames" with "updates" in stats
Pierre Ossman
2018-03-26
4
-21
/
+21
*
|
Set focus to password field in UserDialog
Brian P. Hinz
2018-03-21
1
-3
/
+7
|
/
*
Merge branch 'altgraph' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-03-08
5
-41
/
+131
|
\
|
*
Update keyboard test doc for shift on Windows
Pierre Ossman
2018-03-08
1
-1
/
+1
|
*
Handle Ctrl+AltGr on Windows
Pierre Ossman
2018-03-08
4
-19
/
+79
|
*
Better detection of AltGr on Windows
Pierre Ossman
2018-03-08
3
-39
/
+69
*
|
Add Indonesian translation
Andika Triwidada
2018-03-08
2
-0
/
+660
*
|
Fix indentation in XDesktop.cxx
Pierre Ossman
2018-03-07
1
-257
/
+257
*
|
Unset pixel buffer when x0vncserver client disconnects.
Michal Srb
2018-03-07
1
-1
/
+5
[next]