tigervnc/vncviewer
Pierre Ossman 5010488214 Forgot to respect the AcceptClipboard option in the
new FLTK based viewer. Patch by Matt McCutchen.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5112 3789f03b-4d11-0410-bbf8-ca57d06f2519
2013-05-24 10:47:27 +00:00
..
buildTime.cxx Include build date/time and bitness in the About dialog 2011-07-28 22:13:40 +00:00
CConn.cxx Forgot to respect the AcceptClipboard option in the 2013-05-24 10:47:27 +00:00
CConn.h Fix build on 32-bit and 64-bit Windows 2013-02-26 10:34:22 +00:00
CMakeLists.txt Reverted last patch which was a mistake. 2012-08-27 08:12:47 +00:00
cocoa.h The OS X keyboard grabbing code needs to be multi-head aware to function 2012-08-27 14:40:51 +00:00
cocoa.mm Have to properly include config.h for the HAVE_... stuff to work. 2012-09-11 11:12:56 +00:00
DesktopWindow.cxx We need to be careful to not call X11 operations if the window isn't 2012-10-30 10:26:23 +00:00
DesktopWindow.h Restore edge/bump scrolling when we are in full screen mode as it is easier 2012-09-03 09:25:07 +00:00
fltk_layout.h Handling a full range of keys for the menu key is not as trivial in FLTK as 2011-05-24 12:47:12 +00:00
gettext.h Initial commit of new FLTK based vncviewer. Most of the code comes from the 2011-03-09 09:42:34 +00:00
i18n.h Initial commit of new FLTK based vncviewer. Most of the code comes from the 2011-03-09 09:42:34 +00:00
keysym2ucs.c Handle dead keys more properly (through some fixing in FLTK). 2011-04-11 11:59:31 +00:00
keysym2ucs.h Initial stab at keyboard support. Lots of corner case to work out though... 2011-03-09 13:28:12 +00:00
menukey.cxx Support other keys than F8 as menu key 2011-09-04 07:04:43 +00:00
menukey.h Support other keys than F8 as menu key 2011-09-04 07:04:43 +00:00
OptionsDialog.cxx Implement client side multi-head support. Requires a FLTK patched to support 2012-07-13 11:22:55 +00:00
OptionsDialog.h Implement client side multi-head support. Requires a FLTK patched to support 2012-07-13 11:22:55 +00:00
OSXPixelBuffer.cxx A CGImage is read-only, but it just happened to work anyway. Until 10.8 2012-08-17 13:37:42 +00:00
OSXPixelBuffer.h A CGImage is read-only, but it just happened to work anyway. Until 10.8 2012-08-17 13:37:42 +00:00
parameters.cxx Reimplement -listen in the new FLTK vncviewer. Work done by 2013-02-15 08:33:39 +00:00
parameters.h Reimplement -listen in the new FLTK vncviewer. Work done by 2013-02-15 08:33:39 +00:00
PlatformPixelBuffer.h Basic framework for more optimised, platform specific, drawing routines. 2011-06-13 11:19:32 +00:00
resource.h Add a resource file to vncviewer.exe so we can get an icon. 2012-03-27 12:30:19 +00:00
ServerDialog.cxx Re-add the "-via" parameter support on UNIX platforms. 2013-01-23 13:55:46 +00:00
ServerDialog.h Re-add the "-via" parameter support on UNIX platforms. 2013-01-23 13:55:46 +00:00
UserDialog.cxx Make sure we're paranoid about accidentally feeding a format string. 2012-04-25 15:43:56 +00:00
UserDialog.h Initial commit of new FLTK based vncviewer. Most of the code comes from the 2011-03-09 09:42:34 +00:00
Viewport.cxx Work around Windows poor handling of the numpad decimal key. 2013-04-16 11:56:29 +00:00
Viewport.h If the client and server are using identical pixel formats, then perform Tight decoding directly into the viewer's back buffer, rather than going through the slow fillRect/imageRect routines. 2011-11-03 18:49:21 +00:00
vncviewer.cxx Fix build on 32-bit and 64-bit Windows 2013-02-26 10:34:22 +00:00
vncviewer.h Re-add the "-via" parameter support on UNIX platforms. 2013-01-23 13:55:46 +00:00
vncviewer.man Added new option "-Maximize", for maximizing the window at startup. 2012-08-01 08:09:09 +00:00
vncviewer.rc.in Add a resource file to vncviewer.exe so we can get an icon. 2012-03-27 12:30:19 +00:00
win32.c Implement support for grabbing the keyboard when in full screen mode. 2011-05-26 14:48:29 +00:00
win32.h Fix build issues with Visual C++ (implemented macro version of snprintf + re-ordered headers to ensure that winsock is included ahead of windows.h) 2011-06-24 03:17:00 +00:00
Win32PixelBuffer.cxx Make sure to include config.h in every compilation unit. Otherwise, 2011-08-23 12:04:46 +00:00
Win32PixelBuffer.h Optimised drawing routines for Win32, based on the old Windows viewer. 2011-06-13 13:24:29 +00:00
X11PixelBuffer.cxx Make sure to include config.h in every compilation unit. Otherwise, 2011-08-23 12:04:46 +00:00
X11PixelBuffer.h Optimised drawing routines for X11, roughly based on how the old Unix viewer 2011-06-13 11:23:08 +00:00