You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pierre Ossman ca937761f5 Add a resource file to vncviewer.exe so we can get an icon. 12 years ago
..
CConn.cxx Client side support for continuous updates. 12 years ago
CConn.h Client side support for continuous updates. 12 years ago
CMakeLists.txt Add a resource file to vncviewer.exe so we can get an icon. 12 years ago
DesktopWindow.cxx Reindent some code that had grown a bit unstructured. 12 years ago
DesktopWindow.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. 12 years ago
OSXPixelBuffer.cxx Make sure to include config.h in every compilation unit. Otherwise, 12 years ago
OSXPixelBuffer.h Implement optimised drawing operations for OS X. Didn't see any reduction in 13 years ago
OptionsDialog.cxx Remove VeNCrypt settings from the GUI as lower layers will always be forcing 12 years ago
OptionsDialog.h Remove VeNCrypt settings from the GUI as lower layers will always be forcing 12 years ago
PlatformPixelBuffer.h Basic framework for more optimised, platform specific, drawing routines. 13 years ago
ServerDialog.cxx Make sure to include config.h in every compilation unit. Otherwise, 12 years ago
ServerDialog.h Initial options dialog (read-only) loosly based on the Unix vncviewer. 13 years ago
UserDialog.cxx Make sure to include config.h in every compilation unit. Otherwise, 12 years ago
UserDialog.h Initial commit of new FLTK based vncviewer. Most of the code comes from the 13 years ago
Viewport.cxx Forgot some comments for the mouse cursor workaround. 12 years ago
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. 12 years ago
Win32PixelBuffer.cxx Make sure to include config.h in every compilation unit. Otherwise, 12 years ago
Win32PixelBuffer.h Optimised drawing routines for Win32, based on the old Windows viewer. 13 years ago
X11PixelBuffer.cxx Make sure to include config.h in every compilation unit. Otherwise, 12 years ago
X11PixelBuffer.h Optimised drawing routines for X11, roughly based on how the old Unix viewer 13 years ago
buildTime.cxx Include build date/time and bitness in the About dialog 13 years ago
cocoa.h Implement support for grabbing the keyboard when in full screen mode. 13 years ago
cocoa.mm Implement a more robust method to handle the keyboard grab/focus voodoo as 13 years ago
fltk_layout.h Handling a full range of keys for the menu key is not as trivial in FLTK as 13 years ago
gettext.h Initial commit of new FLTK based vncviewer. Most of the code comes from the 13 years ago
i18n.h Initial commit of new FLTK based vncviewer. Most of the code comes from the 13 years ago
keysym2ucs.c Handle dead keys more properly (through some fixing in FLTK). 13 years ago
keysym2ucs.h Initial stab at keyboard support. Lots of corner case to work out though... 13 years ago
menukey.cxx Support other keys than F8 as menu key 12 years ago
menukey.h Support other keys than F8 as menu key 12 years ago
parameters.cxx Increase the default compression level to cater to a broader range of users 12 years ago
parameters.h Bah, not enough coffee today. I had already implemented the pointer rate 13 years ago
resource.h Add a resource file to vncviewer.exe so we can get an icon. 12 years ago
vncviewer.cxx Re-order headers to ensure that winsock2.h is included before windows.h. Otherwise, MinGW64 complains and MSVC barfs. This is necessary because os.h now includes windows.h via. w32tiger.h. 12 years ago
vncviewer.h Destroy the main UI and connection objects before popping up the fatal error 13 years ago
vncviewer.man Update menu key list in man page 12 years ago
vncviewer.rc.in Add a resource file to vncviewer.exe so we can get an icon. 12 years ago
win32.c Implement support for grabbing the keyboard when in full screen mode. 13 years ago
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) 13 years ago