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
*
Fix some misbehaviour with the scroll widget caused by the popup menu.
Pierre Ossman
2011-06-01
1
-2
/
+6
*
Reenable the automatic enabling of GnuTLS if present, but retain the ability
Pierre Ossman
2011-05-30
1
-18
/
+19
*
[java client] improve gui set/get methods for compression & quality levels.
Brian Hinz
2011-05-28
2
-6
/
+6
*
Make use of GnuTLS an explicit choice to avoid surprises if it gets included
Pierre Ossman
2011-05-27
1
-2
/
+4
*
Make sure we can handle clipboard data of any size.
Pierre Ossman
2011-05-26
2
-12
/
+24
*
Make it possible to start in full screen mode.
Pierre Ossman
2011-05-26
1
-0
/
+5
*
Toggle full screen based on changes in the options window.
Pierre Ossman
2011-05-26
1
-0
/
+5
*
As we also fall through for FL_FOCUS, we need to do an extra check of the
Pierre Ossman
2011-05-26
1
-1
/
+2
*
Update the full screen setting when the state is toggled by other means.
Pierre Ossman
2011-05-26
1
-0
/
+2
*
Implement support for grabbing the keyboard when in full screen mode.
Pierre Ossman
2011-05-26
12
-0
/
+423
*
Fix some graphics bugs that occurred on Win32 when using the popup menu.
Pierre Ossman
2011-05-26
1
-0
/
+4
*
Implement full screen support in new vncviewer.
Pierre Ossman
2011-05-26
3
-1
/
+17
*
[java viewer] fixed typo in makefile
Brian Hinz
2011-05-25
1
-1
/
+1
*
[java viewer] fixed incorrect offset value in custom compression setting from...
Brian Hinz
2011-05-25
1
-2
/
+2
*
Handling a full range of keys for the menu key is not as trivial in FLTK as
Pierre Ossman
2011-05-24
5
-9
/
+90
*
Handle horizontal wheel events and not just vertical.
Pierre Ossman
2011-05-24
1
-3
/
+8
*
Allow buttons 6 and 7 to be used as well so that we can get horizontal
Pierre Ossman
2011-05-24
1
-1
/
+1
*
Add some more libraries that are generally needed by FLTK and CMake doesn't
Pierre Ossman
2011-05-24
1
-0
/
+6
*
We need to be careful about feeding FLTK @:s when they will be used in a
Pierre Ossman
2011-05-23
3
-6
/
+50
*
This bug has been fixed upstream, so remove the comment.
Pierre Ossman
2011-05-23
1
-1
/
+1
*
Undo accidental commit of premature fullscreen code.
Pierre Ossman
2011-05-20
1
-2
/
+0
*
Add support for multimedia keys.
Pierre Ossman
2011-05-20
3
-0
/
+42
*
Make sure we have a list of the multimedia keysyms defined by Xfree86.
Pierre Ossman
2011-05-20
2
-2
/
+234
*
Remove no longer used code.
Pierre Ossman
2011-05-20
3
-33
/
+0
*
Better handling of the numpad by looking at FLTK's "original key code".
Pierre Ossman
2011-05-20
2
-12
/
+52
*
Add keyboard debugging output.
Pierre Ossman
2011-05-19
1
-1
/
+7
*
Implement support for sending the local clipboard to the server.
Pierre Ossman
2011-05-19
4
-1
/
+48
*
Do some proper cleanup and delete the desktop window on close.
Pierre Ossman
2011-05-19
1
-0
/
+3
*
Implement support for clipboard data coming from the server.
Pierre Ossman
2011-05-19
1
-1
/
+12
*
fixed bug in java viewer when disabling security types
Brian Hinz
2011-05-17
1
-1
/
+1
*
add support for SetDesktopSize to java viewer
Brian Hinz
2011-05-17
4
-9
/
+35
*
add support for SetDesktopSize
Brian Hinz
2011-05-17
3
-29
/
+51
*
Ensure that a modified source file under rdr/ or rfb/ will trigger a rebuild
DRC
2011-05-17
1
-1
/
+1
*
Implement dialog for when both username and password is needed.
Pierre Ossman
2011-05-17
1
-4
/
+62
*
Make sure we can display all the possible dialog types the RFB core needs.
Pierre Ossman
2011-05-17
1
-1
/
+20
*
Update connection parameters when the user has changed things in the options
Pierre Ossman
2011-05-17
2
-3
/
+60
*
Add a callback mechanism to the options dialog so that other parts of vncviewer
Pierre Ossman
2011-05-17
2
-0
/
+28
*
changed string reads/writes to use utf-8. Also fixed location of icon resource.
Brian Hinz
2011-05-17
10
-34
/
+58
*
Implement support for storing settings from the options dialog.
Pierre Ossman
2011-05-16
1
-0
/
+81
*
Add a default constructor so that you can create empty Security objects.
Pierre Ossman
2011-05-16
2
-0
/
+5
*
Add connection information dialog based on the one in the unix viewer.
Pierre Ossman
2011-05-16
3
-1
/
+42
*
Initial options dialog (read-only) loosly based on the Unix vncviewer.
Pierre Ossman
2011-05-16
7
-3
/
+901
*
Remove old declaration that never actually maps to an object.
Pierre Ossman
2011-05-16
1
-1
/
+0
*
Update location of resource used to store build timestamp.
Brian Hinz
2011-05-13
2
-5
/
+12
*
Completely reworked Java viewer (contributed by Brian Hinz)
DRC
2011-05-13
106
-7166
/
+9200
*
Implement connection dialog based on unix vncviewer.
Pierre Ossman
2011-05-13
4
-1
/
+151
*
The initial fix for FLTK to handle dead keys broke CJK input, so a new method
Pierre Ossman
2011-05-13
2
-82
/
+8
*
NASM and GCC > 4.1 no longer necessary, because libjpeg-turbo is no longer pa...
DRC
2011-05-13
1
-34
/
+4
*
Require gettext 0.14.4 to fix a problem with detection of NLS support
DRC
2011-05-13
2
-7
/
+21
*
Remove unused build-xorg-git script
DRC
2011-05-12
1
-205
/
+0
[next]