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
*
Use exceptions rather than asserts for for "normal" errors
Pierre Ossman
2014-10-10
1
-0
/
+3
*
Handle PrintScreen and SysReq on Windows
Pierre Ossman
2014-09-30
1
-0
/
+8
*
Make some log messages more sane for translators
Pierre Ossman
2014-09-22
1
-4
/
+8
*
Update FLTK patches based on feeback from upstream
Pierre Ossman
2014-09-11
1
-15
/
+15
*
Protect the optional IM disabling calls with #ifdef:s
Pierre Ossman
2014-09-11
1
-0
/
+4
*
Use different keysyms for left and right alt on OS X
Pierre Ossman
2014-08-22
1
-0
/
+2
*
Disable input methods when the viewport is focused
Pierre Ossman
2014-08-22
1
-0
/
+2
*
Ignore FLTK events when we have low level hooks
Pierre Ossman
2014-08-22
1
-0
/
+4
*
Add OS X keyboard handler
Pierre Ossman
2014-08-22
1
-1
/
+34
*
Add Windows keyboard handler
Pierre Ossman
2014-08-22
1
-1
/
+62
*
Add X11 keyboard handler
Pierre Ossman
2014-08-22
1
-0
/
+41
*
Add xhandler hook
Pierre Ossman
2014-08-22
1
-0
/
+31
*
Attempt to handle Ctrl+key
Pierre Ossman
2014-08-22
1
-1
/
+17
*
Remove simple keyboard model
Pierre Ossman
2014-08-22
1
-150
/
+175
*
Use NoSymbol as the error code
Pierre Ossman
2014-07-21
1
-3
/
+7
*
Use PixelBuffer objects as the interface for encoders and decoders
Pierre Ossman
2014-07-14
1
-106
/
+8
*
Provide a better R/W base PixelBuffer class
Pierre Ossman
2014-07-07
1
-0
/
+6
*
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
1
-7
/
+25
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-36
/
+4
*
Remove some premature optimisation
Pierre Ossman
2014-07-07
1
-0
/
+57
*
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
[next]