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
Commit message (
Expand
)
Author
Age
Files
Lines
*
It is our convention to install Windows executables in the top-level install ...
DRC
2011-10-05
1
-1
/
+5
*
Put the TigerVNC marker at the end instead of the beginning of the window
Pierre Ossman
2011-09-30
1
-1
/
+1
*
Remove VeNCrypt settings from the GUI as lower layers will always be forcing
Pierre Ossman
2011-09-30
2
-56
/
+19
*
Avoid resetting the options whenever you click on the window.
Pierre Ossman
2011-09-30
1
-1
/
+3
*
Forgot to save the security settings when closing the options dialog.
Pierre Ossman
2011-09-30
1
-0
/
+2
*
Proper GNOME shell integration requires that WM_CLASS
Henrik Andersson
2011-09-19
1
-0
/
+4
*
Adding missing initialization of new member variables
Henrik Andersson
2011-09-14
1
-1
/
+1
*
- Changes behaviour of context menu to be reinitialize
Henrik Andersson
2011-09-14
2
-8
/
+14
*
The old Unix viewer put the RFB clipboard data both in CLIPBOARD and PRIMARY.
Pierre Ossman
2011-09-07
1
-0
/
+3
*
Update menu key list in man page
Martin Koegler
2011-09-04
1
-1
/
+4
*
Support other keys than F8 as menu key
Martin Koegler
2011-09-04
5
-23
/
+111
*
Avoid translation strings with leading and/or trailing whitespace. Our
Peter Åstrand
2011-08-29
1
-3
/
+11
*
JPEG quality level 0 is a perfectly valid setting (NOTE: this should be expos...
DRC
2011-08-23
1
-1
/
+1
*
Make sure to include config.h in every compilation unit. Otherwise,
Peter Åstrand
2011-08-23
11
-0
/
+44
*
Implement recommendations from low-level performance study (undocument compre...
DRC
2011-08-17
2
-3
/
+3
*
Do not translate the encoding names: These are just that:
Peter Åstrand
2011-08-15
1
-4
/
+4
*
Another fullscreen fix: avoid triggering fullscreen simply by setting
Peter Åstrand
2011-08-02
1
-1
/
+9
*
More fullscreen fixes: Do not try to change size in fullscreen mode
Peter Åstrand
2011-08-01
1
-5
/
+6
*
Include build date/time and bitness in the About dialog
DRC
2011-07-28
3
-3
/
+26
*
Unless GnuTLS is being used, we have to explicitly link vncviewer with ws2_32...
DRC
2011-07-28
1
-0
/
+7
*
Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK o...
DRC
2011-07-28
1
-0
/
+3
*
Another fullscreen fix: When the framebuffer size changes, we must not
Peter Åstrand
2011-07-19
1
-0
/
+3
*
Make fullscreen mode work better with some X11 WMs such as Fedora 14
Peter Åstrand
2011-07-18
2
-5
/
+25
*
XGrabKeyboard needs to use CurrentTime rather than
Peter Åstrand
2011-07-18
1
-1
/
+1
*
Implement hacky workaround for rendering errors on XP and newer when the screen
Pierre Ossman
2011-07-15
1
-2
/
+9
*
This was not a good method to get an initial full update as we would get two
Pierre Ossman
2011-07-15
1
-4
/
+1
*
When we stopped doing full updates on format changes, we also lost the side
Pierre Ossman
2011-07-15
1
-0
/
+3
*
Add some extra debug output when the frame buffer changes size.
Pierre Ossman
2011-07-15
1
-0
/
+3
*
Add hack to make the client start properly even in the face of endian issues.
Pierre Ossman
2011-07-15
1
-0
/
+20
*
Make sure we use the correct pixel format for cursors when in non-native mode.
Pierre Ossman
2011-07-15
1
-3
/
+8
*
We don't need to force a full refresh on format changes with the new viewer
Pierre Ossman
2011-07-15
1
-2
/
+0
*
The new viewer stores the framebuffer in a native format, instead of
Pierre Ossman
2011-07-15
2
-17
/
+24
*
Managed to consistently get the colour levels reversed. Fix up everything so
Pierre Ossman
2011-07-14
2
-11
/
+16
*
Workaround for Alt behaviour on OS X.
Pierre Ossman
2011-07-14
1
-0
/
+17
*
The password file must be opened in binary mode. Otherwise, you might
Peter Åstrand
2011-07-14
1
-1
/
+1
*
Port over the AltGr hack that the old Windows viewer has. Seems we need this
Pierre Ossman
2011-07-13
1
-0
/
+57
*
Mostly we will catch socket errors when processing incoming data, but
Pierre Ossman
2011-07-12
1
-5
/
+32
*
Destroy the main UI and connection objects before popping up the fatal error
Pierre Ossman
2011-07-12
3
-5
/
+15
*
More consolidation into handleKeyEvent().
Pierre Ossman
2011-07-12
1
-5
/
+3
*
Simplify things by using the handleKeyEvent() method for the fake presses
Pierre Ossman
2011-07-12
1
-16
/
+11
*
Create a proper header file for the exported functions from vncviewer.cxx.
Pierre Ossman
2011-07-12
5
-9
/
+29
*
The previous fix for eliminating the console window in vncviewer.exe was not ...
DRC
2011-07-05
1
-1
/
+5
*
Use generic copyright message which refers the user to the complete copyright...
DRC
2011-06-28
1
-3
/
+1
*
Rename man pages to .1 when installing
DRC
2011-06-25
1
-1
/
+1
*
Install man pages during 'make install' on Unix systems
DRC
2011-06-25
2
-1
/
+228
*
Fix build issues with Visual C++ (implemented macro version of snprintf + re-...
DRC
2011-06-24
7
-14
/
+33
*
Call Fl::args() to properly parse the "hidden" arguments that FLTK understand...
DRC
2011-06-23
1
-13
/
+16
*
Call setMenuKey before initContextMenu to avoid uninitialised
Peter Åstrand
2011-06-23
1
-2
/
+1
*
Turns out that TXImage wasn't just being overly cautious with the custom error
Pierre Ossman
2011-06-17
1
-0
/
+24
*
Implement optimised drawing operations for OS X. Didn't see any reduction in
Pierre Ossman
2011-06-17
4
-2
/
+150
[next]