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
*
vncviewer: support for back/forward mouse buttons
Adam Halim
2024-10-22
13
-24
/
+82
*
Use bit shifts for mouse buttonMask
Adam Halim
2024-10-22
1
-7
/
+7
*
Add server support for forward/back mouse buttons
Adam Halim
2024-10-22
24
-26
/
+128
*
Filter duplicate server history entries
Pierre Ossman
2024-09-06
1
-4
/
+42
*
Move recent server to top of history
Pierre Ossman
2024-09-06
1
-6
/
+5
*
Use std::list for server history
Pierre Ossman
2024-09-06
4
-18
/
+25
*
Handle server history with '/' in entries
Pierre Ossman
2024-09-06
1
-1
/
+3
*
Add more usage of SystemException
Pierre Ossman
2024-09-04
4
-17
/
+25
*
Fix reporting of some TLS errors
Pierre Ossman
2024-09-04
2
-22
/
+20
*
Correctly handling rejecting server key
Pierre Ossman
2024-09-04
1
-1
/
+1
*
Add missing config.h includes
Pierre Ossman
2024-09-04
5
-0
/
+19
*
Remove ConnFailedException
Pierre Ossman
2024-09-02
4
-26
/
+22
*
Update Chinese (simplified) translation
Mingye Wang (Artoria2e5)
2024-09-02
1
-270
/
+685
*
Merge branch 'master' of https://github.com/0-wiz-0/tigervnc
Pierre Ossman
2024-08-30
1
-0
/
+2
|
\
|
*
vncviewer: add missing include for struct timeval
Thomas Klausner
2024-08-30
1
-0
/
+2
*
|
Correctly handle ZRLE cursors
Pierre Ossman
2024-08-30
1
-2
/
+2
*
|
Only read first password from file
Pierre Ossman
2024-08-30
1
-1
/
+1
*
|
Move getUserPasswd()/showMsgBox() to CConnection
Kang Lin
2024-08-30
21
-145
/
+100
*
|
Improve error messages for base directory creation
Pierre Ossman
2024-08-29
5
-10
/
+14
*
|
Handle failure getting VNC directories
Pierre Ossman
2024-08-29
1
-6
/
+25
*
|
Move base directory creation to helper function
Pierre Ossman
2024-08-29
1
-25
/
+31
*
|
Merge pull request #1825 from LMattsson/macos-minimize-fixme
linma (ThinLinc team)
2024-08-27
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Add FIXME comment regarding macOS minimise fix
Linn Mattsson
2024-08-27
1
-0
/
+2
|
/
*
Merge pull request #1813 from rudironsonijr/fix/macos-not-minimizing
linma (ThinLinc team)
2024-08-23
1
-0
/
+4
|
\
|
*
Apple only: exit FL_Window fullscreen if active in order to minimize.
Rudimar Ronsoni Jr
2024-08-19
1
-0
/
+4
*
|
Merge branch 'h264-colour-spaces' of https://github.com/any1/tigervnc
Pierre Ossman
2024-08-23
1
-1
/
+16
|
\
\
|
|
/
|
/
|
|
*
H264Libav: Use nearest-neighbour sampling in scaler
Andri Yngvason
2024-08-22
1
-1
/
+1
|
*
H264Libav: Handle colour space conversion
Andri Yngvason
2024-08-19
1
-0
/
+15
|
/
*
Merge branch 'h264-buffer-size-fix' of https://github.com/any1/tigervnc
Pierre Ossman
2024-08-19
2
-11
/
+19
|
\
|
*
H264Libav: Clean up sws context
Andri Yngvason
2024-08-16
1
-0
/
+1
|
*
H264Libav: Use AVFrame for pixel format conversion buffer
Andri Yngvason
2024-08-16
2
-11
/
+18
*
|
Handle existing config directory in vncpasswd
Pierre Ossman
2024-08-15
1
-2
/
+4
*
|
Let pwquality check minimum length
Pierre Ossman
2024-08-15
1
-7
/
+10
*
|
Only show pwquality setting where relevant
Pierre Ossman
2024-08-15
1
-3
/
+3
*
|
Merge branch 'master' of https://github.com/prownd/tigervnc
Pierre Ossman
2024-08-15
4
-0
/
+68
|
\
\
|
*
|
Limit the maximum length of a password to 8 characters
hanjinpeng
2024-08-14
1
-0
/
+5
|
*
|
vncpasswd add password complexity rule check to enhance security
hanjinpeng
2024-08-14
4
-0
/
+63
*
|
|
Merge branch 'old-log' of https://github.com/jcpunk/tigervnc
Pierre Ossman
2024-08-14
1
-11
/
+36
|
\
\
\
|
*
|
|
vncsession: Move existing log to log.old if present
Pat Riehecky
2024-08-13
1
-11
/
+36
|
|
|
/
|
|
/
|
*
|
|
Use proper gnutls_free() on Windows
Pierre Ossman
2024-08-13
2
-10
/
+4
*
|
|
Avoid using excessive namespaces
Pierre Ossman
2024-08-13
6
-16
/
+8
*
|
|
Avoid connection failed exception
Pierre Ossman
2024-08-13
4
-12
/
+12
*
|
|
Fix typos
Andrew Kreimer
2024-08-12
1
-2
/
+2
*
|
|
Don't adjust manually sized window
Pierre Ossman
2024-08-12
1
-7
/
+0
*
|
|
Remove unused setPixelFormat() callback
Pierre Ossman
2024-08-12
4
-20
/
+7
*
|
|
Remove fake framebuffer update request call
Pierre Ossman
2024-08-12
1
-1
/
+0
*
|
|
Update processMsg() description
Pierre Ossman
2024-08-12
2
-12
/
+10
*
|
|
Include key code for fake key events
Pierre Ossman
2024-08-12
1
-6
/
+6
*
|
|
Better type for pointer button mask
Pierre Ossman
2024-08-12
22
-36
/
+36
*
|
|
Remove InputHandler interface
Pierre Ossman
2024-08-12
6
-58
/
+32
[next]