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
/
Viewport.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up header dependencies in the vncviewer directory
Pierre Ossman
2014-07-07
1
-0
/
+3
*
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
1
-1
/
+1
*
The numpad decimal hack is needed on OS X as well.
Pierre Ossman
2013-05-29
1
-5
/
+12
*
Work around Windows poor handling of the numpad decimal key.
Pierre Ossman
2013-04-16
1
-0
/
+20
*
Implement client side multi-head support. Requires a FLTK patched to support
Pierre Ossman
2012-07-13
1
-1
/
+1
*
This code is no longer needed now that we have dynamic resize.
Pierre Ossman
2012-07-04
1
-4
/
+1
*
Add menu entry to have the local window match the size of the remote desktop.
Pierre Ossman
2012-07-04
1
-1
/
+14
*
Fix typo.
Pierre Ossman
2012-07-04
1
-1
/
+1
*
Fix unsafe usage of the logging functions.
Pierre Ossman
2012-04-26
1
-6
/
+6
*
Make sure we're paranoid about accidentally feeding a format string.
Pierre Ossman
2012-04-25
1
-1
/
+1
*
Forgot some comments for the mouse cursor workaround.
Pierre Ossman
2012-01-05
1
-0
/
+3
*
Make sure the mouse pointer is always the standard arrow for the popup menu.
Pierre Ossman
2012-01-05
1
-0
/
+11
*
Send a fake pointer event on initial connection so that we get rid of that
Pierre Ossman
2011-11-10
1
-0
/
+6
*
Send a move event when the pointer leaves the viewport as it makes it much
Pierre Ossman
2011-11-10
1
-2
/
+1
*
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
1
-8
/
+11
*
Support other keys than F8 as menu key
Martin Koegler
2011-09-04
1
-10
/
+2
*
Make sure to include config.h in every compilation unit. Otherwise,
Peter Åstrand
2011-08-23
1
-0
/
+4
*
Make fullscreen mode work better with some X11 WMs such as Fedora 14
Peter Åstrand
2011-07-18
1
-1
/
+4
*
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
*
The new viewer stores the framebuffer in a native format, instead of
Pierre Ossman
2011-07-15
1
-14
/
+14
*
Workaround for Alt behaviour on OS X.
Pierre Ossman
2011-07-14
1
-0
/
+17
*
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
*
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
1
-3
/
+1
*
Fix build issues with Visual C++ (implemented macro version of snprintf + re-...
DRC
2011-06-24
1
-3
/
+7
*
Call setMenuKey before initContextMenu to avoid uninitialised
Peter Åstrand
2011-06-23
1
-2
/
+1
*
Implement a more robust method to handle the keyboard grab/focus voodoo as
Pierre Ossman
2011-06-14
1
-7
/
+0
*
Basic framework for more optimised, platform specific, drawing routines.
Pierre Ossman
2011-06-13
1
-18
/
+6
*
We can get 0x0 cursor sometimes when the server wants to hide it.
Pierre Ossman
2011-06-09
1
-24
/
+31
*
Copied the dot cursor logic over from the Unix viewer incorrectly.
Pierre Ossman
2011-06-09
1
-3
/
+2
*
We have no cursor initially, and never if the server doesn't support local
Pierre Ossman
2011-06-09
1
-1
/
+2
*
Implement dot cursor in new viewer.
Pierre Ossman
2011-06-09
1
-28
/
+56
*
Add support for cursors to the new viewer.
Pierre Ossman
2011-06-08
1
-1
/
+60
*
Make sure the popup menu is reset to the same state each go.
Pierre Ossman
2011-06-03
1
-0
/
+4
*
Allow resize of the viewport widget.
Pierre Ossman
2011-06-01
1
-0
/
+42
*
Fix some misbehaviour with the scroll widget caused by the popup menu.
Pierre Ossman
2011-06-01
1
-2
/
+6
*
Make sure we can handle clipboard data of any size.
Pierre Ossman
2011-05-26
1
-6
/
+11
*
Implement support for grabbing the keyboard when in full screen mode.
Pierre Ossman
2011-05-26
1
-0
/
+7
*
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
1
-1
/
+13
*
Handling a full range of keys for the menu key is not as trivial in FLTK as
Pierre Ossman
2011-05-24
1
-9
/
+49
*
Handle horizontal wheel events and not just vertical.
Pierre Ossman
2011-05-24
1
-3
/
+8
*
We need to be careful about feeding FLTK @:s when they will be used in a
Pierre Ossman
2011-05-23
1
-2
/
+6
*
This bug has been fixed upstream, so remove the comment.
Pierre Ossman
2011-05-23
1
-1
/
+1
[next]