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.15-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
*
Merge branch 'master' of https://github.com/madnicendio/tigervnc
Pierre Ossman
2024-11-22
90
-380
/
+380
|
\
|
*
Capitalize first letter in log, exception & error
Madeleine Nilsson
2024-11-21
48
-212
/
+212
|
*
Standardize log message prefix format
Madeleine Nilsson
2024-11-11
7
-19
/
+19
|
*
Standardize on sentence case in titles
Madeleine (ThinLinc team)
2024-11-11
42
-150
/
+150
*
|
Explicitly install dnf-plugins-core on Rocky 9
Pierre Ossman
2024-11-21
1
-1
/
+1
*
|
Update gettext.h to latest version
Pierre Ossman
2024-11-18
1
-16
/
+23
*
|
Make sure LC_MESSAGES is defined without ENABLE_NLS
Pierre Ossman
2024-11-18
1
-0
/
+12
*
|
Use (void) to mark unused arguments in gettext.h
Pierre Ossman
2024-11-18
1
-3
/
+3
*
|
Use std::string for connection info
Pierre Ossman
2024-11-18
3
-55
/
+37
*
|
Make arguments as unused without GnuTLS
Pierre Ossman
2024-11-18
1
-0
/
+5
*
|
Add missing stdexcept include
Pierre Ossman
2024-11-18
1
-0
/
+3
*
|
Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervnc
Pierre Ossman
2024-11-18
37
-57
/
+217
|
\
\
|
*
|
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
*
|
|
Merge pull request #1870 from tinyboxvk/patch-ci-java
Brian Hinz
2024-11-17
1
-1
/
+1
|
\
\
\
|
*
|
|
Update build.yml
tinyboxvk
2024-11-13
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'stdexcept' of github.com:CendioOssman/tigervnc
Pierre Ossman
2024-11-07
131
-1058
/
+1154
|
\
\
\
|
*
|
|
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
81
-386
/
+388
|
*
|
|
Include winsock2.h in Windows errno header
Pierre Ossman
2024-11-06
1
-0
/
+2
|
*
|
|
Replace base exception class with standard library
Pierre Ossman
2024-11-06
15
-43
/
+90
|
*
|
|
Use specific class for protocol problems
Pierre Ossman
2024-11-06
19
-77
/
+88
|
*
|
|
Use standard exception classes
Pierre Ossman
2024-11-06
70
-343
/
+363
|
*
|
|
Use C++ allocation for temporary buffers
Pierre Ossman
2024-11-06
2
-20
/
+12
|
*
|
|
Subclass exceptions from std::exception
Pierre Ossman
2024-11-06
44
-146
/
+128
|
*
|
|
Use what() to access exception description
Pierre Ossman
2024-11-06
34
-122
/
+122
|
*
|
|
Don't modify exception description dynamically
Pierre Ossman
2024-11-06
2
-56
/
+56
|
*
|
|
Use static string for exceptions
Pierre Ossman
2024-11-06
23
-110
/
+141
|
*
|
|
Get Unicode Windows error strings
Pierre Ossman
2024-11-06
1
-0
/
+9
*
|
|
|
Merge branch 'login-is-not-a-verb' of https://github.com/ThinLinc-Zeijlon/tig...
Pierre Ossman
2024-11-04
1
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Don't use login as a verb in Xvnc.man
Alexander Zeijlon
2024-11-04
1
-2
/
+2
*
|
|
|
Keep saved username/password between connects
Pierre Ossman
2024-11-04
2
-2
/
+5
|
/
/
/
*
|
|
Fudge library path to work around dependency loops
Pierre Ossman
2024-10-31
1
-5
/
+8
*
|
|
Avoid .la files getting removed on "make clean"
Pierre Ossman
2024-10-29
1
-2
/
+4
*
|
|
Do proper top level window setup for selection window
Pierre Ossman
2024-10-22
1
-1
/
+1
*
|
|
Avoid invalid XFree for XClassHint
Pierre Ossman
2024-10-22
1
-0
/
+1
|
/
/
*
|
Use getHostAndPort() to handle -via
Pierre Ossman
2024-10-17
1
-43
/
+15
*
|
Explicitly tag getHostAndPort() as inline
Pierre Ossman
2024-10-17
1
-2
/
+2
*
|
Explicity install missing deps GitHub Actions
Pierre Ossman
2024-10-15
1
-0
/
+1
*
|
Allow empty value for config values
Linn Mattsson
2024-10-09
1
-1
/
+1
*
|
Merge branch 'errno' of github.com:CendioOssman/tigervnc
Pierre Ossman
2024-10-09
50
-190
/
+206
|
\
\
|
*
|
Split SystemException to handle Windows
Pierre Ossman
2024-10-09
39
-167
/
+184
|
*
|
Consistently use SocketException for socket errors
Pierre Ossman
2024-10-09
9
-17
/
+17
|
*
|
Move SocketException to rdr
Pierre Ossman
2024-10-09
3
-8
/
+7
|
|
/
*
|
Update Friulian translation
Fabio T.
2024-10-04
1
-219
/
+250
*
|
Clear clipboard state when its not plain text
Samuel Mannehed
2024-10-02
1
-0
/
+3
*
|
Merge branch 'clipboard_contains' of https://github.com/samhed/TigerVNC
Samuel Mannehed (ThinLinc team)
2024-10-01
1
-0
/
+5
|
\
\
|
*
|
Only announce clipboard for plain text data
Samuel Mannehed
2024-10-01
1
-0
/
+5
|
/
/
*
|
Merge branch 'x0vncserver-clipboard' of https://github.com/gujjwal00/tigervnc
Pierre Ossman
2024-09-27
9
-14
/
+344
|
\
\
|
*
|
Add clipboard support to x0vncserver
Gaurav Ujjwal
2024-09-25
9
-14
/
+344
[next]