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
path:
root
/
vncviewer
/
Viewport.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear clipboard state when its not plain text
Samuel Mannehed
2024-10-02
1
-0
/
+3
*
Only announce clipboard for plain text data
Samuel Mannehed
2024-10-01
1
-0
/
+5
*
Add FIXME comment regarding macOS minimise fix
Linn Mattsson
2024-08-27
1
-0
/
+2
*
Apple only: exit FL_Window fullscreen if active in order to minimize.
Rudimar Ronsoni Jr
2024-08-19
1
-0
/
+4
*
Better type for pointer button mask
Pierre Ossman
2024-08-12
1
-2
/
+2
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
1
-24
/
+24
*
Disable gcc NULL warning for context menu
Pierre Ossman
2024-06-24
1
-1
/
+4
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-20
/
+21
*
Add own keysym to name function
Pierre Ossman
2023-11-16
1
-10
/
+3
*
Completely ignore server clipboard when unfocused
Pierre Ossman
2023-09-11
1
-19
/
+4
*
Change accelerator for "Disconnect" entry
Pierre Ossman
2023-08-21
1
-1
/
+1
*
Merge branch 'types2' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2023-06-30
1
-0
/
+5
|
\
|
*
Clean up string encoding handling
Pierre Ossman
2023-06-30
1
-0
/
+5
*
|
Remove unneeded "using namespace"
Pierre Ossman
2023-06-14
1
-1
/
+0
|
/
*
Remove unused rfb/util.h includes
Pierre Ossman
2023-02-04
1
-0
/
+1
*
Return std::string instead of dynamic allocations
Pierre Ossman
2023-02-04
1
-5
/
+3
*
Use stdint types
Pierre Ossman
2023-02-01
1
-6
/
+6
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-1
/
+1
*
Merge branch 'newoptions' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2022-12-22
1
-1
/
+2
|
\
|
*
Split out FLTK utility functions
Pierre Ossman
2022-09-07
1
-0
/
+1
|
*
Move general FLTK stuff to own directory
Pierre Ossman
2022-09-07
1
-1
/
+1
*
|
Handle macOS keyboard stealing
Pierre Ossman
2022-12-13
1
-4
/
+16
|
/
*
Add missing FLTK include statements
Albrecht Schlosser
2022-07-07
1
-0
/
+1
*
Deduplicate vncviewer error messages
William Sjöblom
2021-11-23
1
-24
/
+8
*
Retry connection in case of an error
Johannes
2021-07-23
1
-21
/
+29
*
Merge branch 'autoclip' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-02-03
1
-5
/
+7
|
\
|
*
Improve clipboard debug logging in viewer
Pierre Ossman
2021-01-04
1
-5
/
+7
*
|
Merge branch 'noblock' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-01-19
1
-8
/
+16
|
\
\
|
|
/
|
/
|
|
*
Better error messages when terminating
Pierre Ossman
2020-05-21
1
-8
/
+16
*
|
Fake key release events for some Japanese keys
Pierre Ossman
2020-11-20
1
-0
/
+10
*
|
Cancel AltGr timeout on mouse events as well
Samuel Mannehed
2020-05-29
1
-16
/
+32
|
/
*
Add emulated middle mouse button
Alex Tanskanen
2020-01-16
1
-16
/
+21
*
Remove "Dismiss menu" from context menu
Alex Tanskanen
2020-01-09
1
-8
/
+2
*
Set initial blank cursor
Pierre Ossman
2019-12-23
1
-3
/
+6
*
Use UTF-8 in clipboard API
Pierre Ossman
2019-07-01
1
-11
/
+5
*
Improved clipboard API
Pierre Ossman
2019-07-01
1
-62
/
+81
*
Add UTF-8 to/from ISO 8859-1 conversion routines
Pierre Ossman
2019-07-01
1
-29
/
+13
*
Clean up internal clipboard handling
Pierre Ossman
2019-07-01
1
-5
/
+5
*
Make sure clipboard uses \n line endings
Pierre Ossman
2019-07-01
1
-6
/
+10
*
Hide setPrimary parameter on non-X11 platforms
Pierre Ossman
2019-04-01
1
-0
/
+4
*
Only do initial LED sync if focused
Pierre Ossman
2019-02-28
1
-3
/
+5
*
Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-12-10
1
-5
/
+5
|
\
|
*
Split out ServerParams from ConnParams
Pierre Ossman
2018-11-01
1
-5
/
+5
*
|
Fixed handling of AltGr from Windows' touch keyboard
Pierre Ossman
2018-11-06
1
-7
/
+13
*
|
Handle AltGr from Windows' touch keyboard
Pierre Ossman
2018-11-06
1
-0
/
+7
|
/
*
Ignore buttons in mouse leave events
Pierre Ossman
2018-07-31
1
-1
/
+4
*
Fix try/catch for flushPendingClipboard()
Pierre Ossman
2018-07-11
1
-10
/
+10
*
viewer: reset ctrl / alt to menu state on focus
Dominique Martinet
2018-07-08
1
-0
/
+6
*
Properly sync LED state on connect
Pierre Ossman
2018-06-07
1
-0
/
+10
*
Merge branch 'clipfocus' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-04-20
1
-17
/
+104
|
\
[next]