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
*
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
*
Remove unused structure definition.
Pierre Ossman
2011-06-17
1
-12
/
+0
*
Translate the default menu items we get on OS X.
Pierre Ossman
2011-06-16
1
-0
/
+8
*
Implement a more robust method to handle the keyboard grab/focus voodoo as
Pierre Ossman
2011-06-14
4
-21
/
+58
*
Flushing screen updates after 100 ms turned out to be too aggressive and
Pierre Ossman
2011-06-13
1
-1
/
+1
*
Optimised drawing routines for Win32, based on the old Windows viewer.
Pierre Ossman
2011-06-13
4
-2
/
+136
*
Optimised drawing routines for X11, roughly based on how the old Unix viewer
Pierre Ossman
2011-06-13
4
-1
/
+240
*
Basic framework for more optimised, platform specific, drawing routines.
Pierre Ossman
2011-06-13
3
-19
/
+66
*
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
*
Default to fully respecting the remote cursor in order to be closer to a local
Pierre Ossman
2011-06-09
1
-1
/
+1
*
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
*
The default value of local cursor support is false, so we couldn't just
Pierre Ossman
2011-06-09
1
-0
/
+4
*
Bah, not enough coffee today. I had already implemented the pointer rate
Pierre Ossman
2011-06-08
5
-12
/
+4
*
Local cursors are a pain to deal with and I doubt it's worth the effort to
Pierre Ossman
2011-06-08
2
-7
/
+0
*
Add support for cursors to the new viewer.
Pierre Ossman
2011-06-08
5
-14
/
+78
*
Make sure the popup menu is reset to the same state each go.
Pierre Ossman
2011-06-03
1
-0
/
+4
*
Handle framebuffer resize requests.
Pierre Ossman
2011-06-01
3
-28
/
+89
*
Allow resize of the viewport widget.
Pierre Ossman
2011-06-01
2
-0
/
+46
*
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
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
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
5
-9
/
+90
*
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
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
1
-0
/
+38
*
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
2
-0
/
+36
*
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
*
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
*
Implement support for storing settings from the options dialog.
Pierre Ossman
2011-05-16
1
-0
/
+81
[next]