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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vncviewer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove simple keyboard model
Pierre Ossman
2014-08-22
4
-182
/
+224
*
Windows debug builds of vncviewer should have a console
Pierre Ossman
2014-07-21
1
-1
/
+1
*
Use NoSymbol as the error code
Pierre Ossman
2014-07-21
2
-4
/
+10
*
Make keysymtab static and const
Pierre Ossman
2014-07-21
1
-1
/
+3
*
String literals are constant
Pierre Ossman
2014-07-14
1
-4
/
+6
*
Use PixelBuffer objects as the interface for encoders and decoders
Pierre Ossman
2014-07-14
8
-194
/
+46
*
Provide a better R/W base PixelBuffer class
Pierre Ossman
2014-07-07
5
-6
/
+13
*
Get rid of getStride()
Pierre Ossman
2014-07-07
7
-17
/
+9
*
Get rid of the direct access abuse of FullFramePixelBuffer's data
Pierre Ossman
2014-07-07
1
-4
/
+10
*
Create a proper interface base class for the viewport's framebuffer
Pierre Ossman
2014-07-07
13
-73
/
+195
*
Encoders/decoders should track the connection object
Pierre Ossman
2014-07-07
1
-1
/
+1
*
Push encoder and decoder handling down into the connection objects
Pierre Ossman
2014-07-07
2
-12
/
+30
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
7
-58
/
+10
*
Remove magic JPEG variables from ConnParams
Pierre Ossman
2014-07-07
1
-9
/
+16
*
Remove some premature optimisation
Pierre Ossman
2014-07-07
6
-74
/
+104
*
Add some missing whitespace
Pierre Ossman
2014-07-07
1
-0
/
+3
*
Be more consistent in referring to pixel byte streams as buffers
Pierre Ossman
2014-07-07
4
-9
/
+9
*
Remove unused method prototype
Pierre Ossman
2014-07-07
1
-1
/
+0
*
Clean up header dependencies in the vncviewer directory
Pierre Ossman
2014-07-07
6
-12
/
+23
*
Check that we have a cursor to restore
Pierre Ossman
2014-07-07
1
-1
/
+1
*
Printing the clipboard data is very annoying as it could
Pierre Ossman
2013-09-05
2
-2
/
+2
*
Fix copy-paste error that referred to the wrong variable.
Pierre Ossman
2013-07-01
1
-2
/
+2
*
Update copyright year to 2013.
Peter Åstrand
2013-06-11
2
-2
/
+2
*
The numpad decimal hack is needed on OS X as well.
Pierre Ossman
2013-05-29
1
-5
/
+12
*
Forgot to respect the AcceptClipboard option in the
Pierre Ossman
2013-05-24
1
-0
/
+3
*
Work around Windows poor handling of the numpad decimal key.
Pierre Ossman
2013-04-16
1
-0
/
+20
*
Fix build on 32-bit and 64-bit Windows
DRC
2013-02-26
3
-2
/
+4
*
viewer: exit when user specifies both -via and -listen parameters
Adam Tkac
2013-02-19
1
-1
/
+9
*
Reimplement -listen in the new FLTK vncviewer. Work done by
Pierre Ossman
2013-02-15
5
-21
/
+51
*
Remove one vlog.debug call which shouldn't have been committed
Adam Tkac
2013-01-23
1
-1
/
+0
*
Re-add the "-via" parameter support on UNIX platforms.
Adam Tkac
2013-01-23
6
-14
/
+107
*
We need to be careful to not call X11 operations if the window isn't
Pierre Ossman
2012-10-30
1
-14
/
+26
*
Leaving/entering full screen on OS X would leave the scroll bars in an
Pierre Ossman
2012-10-24
1
-0
/
+5
*
Fl::screen_work_area() was added after FLTK 1.3.0, so we need to have
Pierre Ossman
2012-10-24
1
-0
/
+10
*
Fix indentation.
Pierre Ossman
2012-10-17
1
-1
/
+1
*
Starting in full screen was misbehaving because we were waiting
Pierre Ossman
2012-10-17
1
-0
/
+7
*
We need to be more careful about activating maximized mode when in
Pierre Ossman
2012-10-11
1
-5
/
+12
*
XFCE's window manager did not interact well with the code that avoided
Pierre Ossman
2012-10-03
1
-16
/
+25
*
Using maximize and full screen at the same time on OS X would misbehave
Pierre Ossman
2012-10-02
1
-4
/
+21
*
Fix bad indentation.
Pierre Ossman
2012-10-02
1
-7
/
+7
*
Have to properly include config.h for the HAVE_... stuff to work.
Pierre Ossman
2012-09-11
1
-0
/
+4
*
Fix incorrect path for viewer icons. Patch by Uros Vampl.
Pierre Ossman
2012-09-11
1
-1
/
+1
*
Need to make sure that the viewport still gets mouse events, even if we
Pierre Ossman
2012-09-10
1
-1
/
+2
*
Break some overly long lines.
Pierre Ossman
2012-09-03
1
-6
/
+12
*
Avoid triggering a full screen request by accident on X11.
Pierre Ossman
2012-09-03
1
-8
/
+28
*
Restore edge/bump scrolling when we are in full screen mode as it is easier
Pierre Ossman
2012-09-03
2
-1
/
+86
*
Move the -geometry parsing up, so that it affects fullscreen mode as
Peter Åstrand
2012-08-29
1
-45
/
+43
*
The OS X keyboard grabbing code needs to be multi-head aware to function
Pierre Ossman
2012-08-27
3
-6
/
+33
*
Reverted last patch which was a mistake.
Peter Åstrand
2012-08-27
1
-46
/
+6
*
Added a comment about -geometry limitations.
Peter Åstrand
2012-08-27
1
-0
/
+4
[next]