1. 29e4a16 Reindent some code that had grown a bit unstructured. by Pierre Ossman · 14 years ago
  2. 53fd544 Also grab the mouse pointer in full screen as some window managers like to by Pierre Ossman · 14 years ago
  3. 27820ba Put the TigerVNC marker at the end instead of the beginning of the window by Pierre Ossman · 14 years ago
  4. c359f36 Make sure to include config.h in every compilation unit. Otherwise, by Peter Åstrand · 14 years ago
  5. d62482e Another fullscreen fix: avoid triggering fullscreen simply by setting by Peter Åstrand · 14 years ago
  6. 1d03cbc More fullscreen fixes: Do not try to change size in fullscreen mode by Peter Åstrand · 14 years ago
  7. adf5e25 Another fullscreen fix: When the framebuffer size changes, we must not by Peter Åstrand · 14 years ago
  8. 17067b1 Make fullscreen mode work better with some X11 WMs such as Fedora 14 by Peter Åstrand · 14 years ago
  9. f52860b XGrabKeyboard needs to use CurrentTime rather than by Peter Åstrand · 14 years ago
  10. 39ceb50 Create a proper header file for the exported functions from vncviewer.cxx. by Pierre Ossman · 14 years ago
  11. 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
  12. a4f0f18 Implement a more robust method to handle the keyboard grab/focus voodoo as by Pierre Ossman · 14 years ago
  13. 835b4ef Add support for cursors to the new viewer. by Pierre Ossman · 14 years ago
  14. 6455d85 Handle framebuffer resize requests. by Pierre Ossman · 14 years ago
  15. 63ca58e Make it possible to start in full screen mode. by Pierre Ossman · 14 years ago
  16. 9191164 Toggle full screen based on changes in the options window. by Pierre Ossman · 14 years ago
  17. 105738c As we also fall through for FL_FOCUS, we need to do an extra check of the by Pierre Ossman · 14 years ago
  18. 1870ab1 Update the full screen setting when the state is toggled by other means. by Pierre Ossman · 14 years ago
  19. 407a5c3 Implement support for grabbing the keyboard when in full screen mode. by Pierre Ossman · 14 years ago
  20. 3f6c4d0 Workaround for when initial window size isn't what we requested. by Pierre Ossman · 14 years ago
  21. 343e2e0 Limit window size to framebuffer size, which is the behaviour we have in the by Pierre Ossman · 14 years ago
  22. 4ae229f Add a scroll widget so that we can allow resizing of the main window. by Pierre Ossman · 14 years ago
  23. d50b3d1 Split out the graphics and input handling to a separate widget in preparation by Pierre Ossman · 14 years ago
  24. 9d368d6 Release all pressed keys when we lose focus. This is how we've always done it by Pierre Ossman · 14 years ago
  25. 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
  26. 2be3d8a Make sure AltGr gets sent over on X11. by Pierre Ossman · 14 years ago
  27. f14bf33 Since Ctrl and Cmd tends to mess with the symbol generation, we need to do some by Pierre Ossman · 14 years ago
  28. 89f868a Handle dead keys more properly (through some fixing in FLTK). by Pierre Ossman · 14 years ago
  29. 70f3246 Off-by-one error. FL_F points to "F0", not F1. by Pierre Ossman · 14 years ago
  30. 381e546 Fix up numpad keys. by Pierre Ossman · 14 years ago
  31. 98486c1 Reorganise the translation to keysyms to make the code simpler. At the same by Pierre Ossman · 14 years ago
  32. d014d05 Initial stab at keyboard support. Lots of corner case to work out though... by Pierre Ossman · 14 years ago
  33. 3d5d8a0 Unregister timeouts on object destruction so we don't get any crashes. by Pierre Ossman · 14 years ago
  34. e21ae3d Forgot to fully implement the handler for the delayed pointer events. by Pierre Ossman · 14 years ago
  35. c266e5a Handle pointer events. by Pierre Ossman · 14 years ago
  36. 5156d5e Initial commit of new FLTK based vncviewer. Most of the code comes from the by Pierre Ossman · 14 years ago
  37. 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
  38. 4c4f23e Small code improvements. Convert the coordinates from by george82 · 19 years ago
  39. bd49414 Added the desktop image scaling support to vncviewer. by george82 · 19 years ago
  40. f19583d Fixed a problem with toolbar that could show up in the full-screen mode. by Constantin Kaplinsky · 19 years ago
  41. 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
  42. 318eb4a Toolbar handling restored. by Constantin Kaplinsky · 19 years ago
  43. ccc653a Minor fix to "invalidate" desktop child window instead of the parent window. by Constantin Kaplinsky · 19 years ago
  44. 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
  45. 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