1. b65bb93 Fix build issues with Visual C++ (implemented macro version of snprintf + re-ordered headers to ensure that winsock is included ahead of windows.h) by DRC · 14 years ago
  2. a4f0f18 Implement a more robust method to handle the keyboard grab/focus voodoo as by Pierre Ossman · 14 years ago
  3. 835b4ef Add support for cursors to the new viewer. by Pierre Ossman · 14 years ago
  4. 6455d85 Handle framebuffer resize requests. by Pierre Ossman · 14 years ago
  5. 63ca58e Make it possible to start in full screen mode. by Pierre Ossman · 14 years ago
  6. 9191164 Toggle full screen based on changes in the options window. by Pierre Ossman · 14 years ago
  7. 105738c As we also fall through for FL_FOCUS, we need to do an extra check of the by Pierre Ossman · 14 years ago
  8. 1870ab1 Update the full screen setting when the state is toggled by other means. by Pierre Ossman · 14 years ago
  9. 407a5c3 Implement support for grabbing the keyboard when in full screen mode. by Pierre Ossman · 14 years ago
  10. 3f6c4d0 Workaround for when initial window size isn't what we requested. by Pierre Ossman · 14 years ago
  11. 343e2e0 Limit window size to framebuffer size, which is the behaviour we have in the by Pierre Ossman · 14 years ago
  12. 4ae229f Add a scroll widget so that we can allow resizing of the main window. by Pierre Ossman · 14 years ago
  13. d50b3d1 Split out the graphics and input handling to a separate widget in preparation by Pierre Ossman · 14 years ago
  14. 9d368d6 Release all pressed keys when we lose focus. This is how we've always done it by Pierre Ossman · 14 years ago
  15. d7c5b04 Use a STL map to track keys so we don't have to care what range FLTK key codes by Pierre Ossman · 14 years ago
  16. 2be3d8a Make sure AltGr gets sent over on X11. by Pierre Ossman · 14 years ago
  17. f14bf33 Since Ctrl and Cmd tends to mess with the symbol generation, we need to do some by Pierre Ossman · 14 years ago
  18. 89f868a Handle dead keys more properly (through some fixing in FLTK). by Pierre Ossman · 14 years ago
  19. 70f3246 Off-by-one error. FL_F points to "F0", not F1. by Pierre Ossman · 14 years ago
  20. 381e546 Fix up numpad keys. by Pierre Ossman · 14 years ago
  21. 98486c1 Reorganise the translation to keysyms to make the code simpler. At the same by Pierre Ossman · 14 years ago
  22. d014d05 Initial stab at keyboard support. Lots of corner case to work out though... by Pierre Ossman · 14 years ago
  23. 3d5d8a0 Unregister timeouts on object destruction so we don't get any crashes. by Pierre Ossman · 14 years ago
  24. e21ae3d Forgot to fully implement the handler for the delayed pointer events. by Pierre Ossman · 14 years ago
  25. c266e5a Handle pointer events. by Pierre Ossman · 14 years ago
  26. 5156d5e Initial commit of new FLTK based vncviewer. Most of the code comes from the by Pierre Ossman · 14 years ago
  27. d1e4e90 Migrating to new directory structure adopted from the RealVNC's source tree. Windows part should be complete. For the Unix part, more changes will follow. by Constantin Kaplinsky · 19 years ago
  28. 4c4f23e Small code improvements. Convert the coordinates from by george82 · 19 years ago
  29. bd49414 Added the desktop image scaling support to vncviewer. by george82 · 19 years ago
  30. f19583d Fixed a problem with toolbar that could show up in the full-screen mode. by Constantin Kaplinsky · 19 years ago
  31. c2f020f Fixed a problem with not updating the system menu when it's opened by right-clicking the title bar. Otherwise, the "Show toolbar" option would not always show correct toolbar state. by Constantin Kaplinsky · 19 years ago
  32. 318eb4a Toolbar handling restored. by Constantin Kaplinsky · 19 years ago
  33. ccc653a Minor fix to "invalidate" desktop child window instead of the parent window. by Constantin Kaplinsky · 19 years ago
  34. f403883 Fixed a bug with setting window size which has been introduced while merging. Also, there are minor code cleanups - getHandle() and getFrameHandle() methods are not used in the DesktopWindow class any more; now we use corresponding member variables directly, just like in VNC 4.1.1. by Constantin Kaplinsky · 19 years ago
  35. ac30668 Win32 vncviewer merged with VNC 4.1.1 code. The merge is incomplete - the code compiles but does not always work properly yet. by Constantin Kaplinsky · 19 years ago