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