- 6d66d6d Protect the optional IM disabling calls with #ifdef:s by Pierre Ossman · 11 years ago
- 38fcebb Use different keysyms for left and right alt on OS X by Pierre Ossman · 11 years ago
- 48ef54d Disable input methods when the viewport is focused by Pierre Ossman · 11 years ago
- a83c88d Ignore FLTK events when we have low level hooks by Pierre Ossman · 11 years ago
- 6b743d0 Add OS X keyboard handler by Pierre Ossman · 11 years ago
- 2e9684f Add Windows keyboard handler by Pierre Ossman · 11 years ago
- 6b9622d Add X11 keyboard handler by Pierre Ossman · 11 years ago
- 4f3ac69 Add xhandler hook by Pierre Ossman · 11 years ago
- 796580a Add helper to get combining codepoint from a spacing character by Pierre Ossman · 11 years ago
- 827892a Better codepoint for combining ypogegrammeni (dead iota) by Pierre Ossman · 11 years ago
- 13a809a Attempt to handle Ctrl+key by Pierre Ossman · 11 years ago
- 25188c4 Remove simple keyboard model by Pierre Ossman · 11 years ago
- 4c69932 Windows debug builds of vncviewer should have a console by Pierre Ossman · 11 years ago
- 7b8bff6 Use NoSymbol as the error code by Pierre Ossman · 11 years ago
- b662ffd Make keysymtab static and const by Pierre Ossman · 11 years ago
- f8d525b String literals are constant by Pierre Ossman · 11 years ago
- 0c9bd4b Use PixelBuffer objects as the interface for encoders and decoders by Pierre Ossman · 11 years ago
- a32040d Provide a better R/W base PixelBuffer class by Pierre Ossman · 12 years ago
- 2e5a106 Get rid of getStride() by Pierre Ossman · 12 years ago
- ff9eb5a Get rid of the direct access abuse of FullFramePixelBuffer's data by Pierre Ossman · 12 years ago
- ac13abe Create a proper interface base class for the viewport's framebuffer by Pierre Ossman · 12 years ago
- 668468b Encoders/decoders should track the connection object by Pierre Ossman · 12 years ago
- fdba3fe Push encoder and decoder handling down into the connection objects by Pierre Ossman · 12 years ago
- b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
- a22459d Remove magic JPEG variables from ConnParams by Pierre Ossman · 11 years ago
- 947b48d Remove some premature optimisation by Pierre Ossman · 12 years ago
- 0dff4b8 Add some missing whitespace by Pierre Ossman · 12 years ago
- 945cdda Be more consistent in referring to pixel byte streams as buffers by Pierre Ossman · 12 years ago
- b8349b7 Remove unused method prototype by Pierre Ossman · 12 years ago
- 769963f Clean up header dependencies in the vncviewer directory by Pierre Ossman · 12 years ago
- de1a3b9 Check that we have a cursor to restore by Pierre Ossman · 11 years ago
- 5803d3b Printing the clipboard data is very annoying as it could by Pierre Ossman · 12 years ago
- 74d412c Fix copy-paste error that referred to the wrong variable. by Pierre Ossman · 12 years ago
- 2c2a1a2 Update copyright year to 2013. by Peter Åstrand · 12 years ago
- 159cb83 The numpad decimal hack is needed on OS X as well. by Pierre Ossman · 12 years ago
- 5010488 Forgot to respect the AcceptClipboard option in the by Pierre Ossman · 12 years ago
- 7e8ace1 Work around Windows poor handling of the numpad decimal key. by Pierre Ossman · 12 years ago
- 3e7ed81 Fix build on 32-bit and 64-bit Windows by DRC · 13 years ago
- 571089b viewer: exit when user specifies both -via and -listen parameters by Adam Tkac · 13 years ago
- 2a7a8d6 Reimplement -listen in the new FLTK vncviewer. Work done by by Pierre Ossman · 13 years ago
- 09b8385 Remove one vlog.debug call which shouldn't have been committed by Adam Tkac · 13 years ago
- 8ac4b30 Re-add the "-via" parameter support on UNIX platforms. by Adam Tkac · 13 years ago
- 1f884e0 We need to be careful to not call X11 operations if the window isn't shown yet. by Pierre Ossman · 13 years ago
- 2f3a04e Leaving/entering full screen on OS X would leave the scroll bars in an by Pierre Ossman · 13 years ago
- 208b2ea Fl::screen_work_area() was added after FLTK 1.3.0, so we need to have by Pierre Ossman · 13 years ago
- b136980 Fix indentation. by Pierre Ossman · 13 years ago
- cb68c19 Starting in full screen was misbehaving because we were waiting by Pierre Ossman · 13 years ago
- 897067b We need to be more careful about activating maximized mode when in by Pierre Ossman · 13 years ago
- 9e0e754 XFCE's window manager did not interact well with the code that avoided by Pierre Ossman · 13 years ago
- 002cc5d Using maximize and full screen at the same time on OS X would misbehave by Pierre Ossman · 13 years ago
- 9d267c5 Fix bad indentation. by Pierre Ossman · 13 years ago
- b808ffd Have to properly include config.h for the HAVE_... stuff to work. by Pierre Ossman · 13 years ago
- 6a007bd Fix incorrect path for viewer icons. Patch by Uros Vampl. by Pierre Ossman · 13 years ago
- b2e712b Need to make sure that the viewport still gets mouse events, even if we by Pierre Ossman · 13 years ago
- dd13844 Break some overly long lines. by Pierre Ossman · 13 years ago
- 0e59346 Avoid triggering a full screen request by accident on X11. by Pierre Ossman · 13 years ago
- 1d867b6 Restore edge/bump scrolling when we are in full screen mode as it is easier by Pierre Ossman · 13 years ago
- c6cdc1f Move the -geometry parsing up, so that it affects fullscreen mode as by Peter Åstrand · 13 years ago
- 3d75911 The OS X keyboard grabbing code needs to be multi-head aware to function by Pierre Ossman · 13 years ago
- 13ee321 Reverted last patch which was a mistake. by Peter Åstrand · 13 years ago
- a21a0cf Added a comment about -geometry limitations. by Peter Åstrand · 13 years ago
- 63d75cc Update to last patch; forgot break in switch statement. by Peter Åstrand · 13 years ago
- b182a9e Added a standard -geometry command line option. Such an option is by Peter Åstrand · 13 years ago
- 4c4b66f X11 window managers are very buggy when it comes to having a window start by Pierre Ossman · 13 years ago
- 9f32e3c Avoid doing a lot of resize related things if we're not actually resizing. by Pierre Ossman · 13 years ago
- cb9eefa A CGImage is read-only, but it just happened to work anyway. Until 10.8 by Pierre Ossman · 13 years ago
- f795754 The maximise functionality does not rely on the fullscreen patches. by Pierre Ossman · 13 years ago
- 956a636 Remove the in-tree versin of FLTK. Maintaining such a copy is way too by Peter Åstrand · 13 years ago
- 8a2b081 Make it possible to load and save configuration files. Also, when by Peter Åstrand · 13 years ago
- 49b1157 Added new option "-Maximize", for maximizing the window at startup. by Peter Åstrand · 13 years ago
- 72b4adf We can end up with no screens in some cases. Make sure we at least have a by Pierre Ossman · 13 years ago
- f44f6c0 Screen layout is relative our viewport, not the local machine's 0,0. by Pierre Ossman · 13 years ago
- 93d2d92 Make sure we filter out any screens that aren't fully inside the new by Pierre Ossman · 13 years ago
- 510e896 Remove some debug output that wasn't supposed to be here. by Pierre Ossman · 13 years ago
- aae3891 Implement client side multi-head support. Requires a FLTK patched to support by Pierre Ossman · 13 years ago
- 2441e82 Hide the full screen setting when support isn't present. by Pierre Ossman · 13 years ago
- 9919701 Make RemoteResize configurable from the options dialog. by Pierre Ossman · 13 years ago
- 9ff733a Make DesktopSize configurable from the options dialog. by Pierre Ossman · 13 years ago
- 1c2189b Move the fullscreen option to a separate tab, in preparation for more by Pierre Ossman · 13 years ago
- 275284f This code is no longer needed now that we have dynamic resize. by Pierre Ossman · 13 years ago
- 8dc8bca Add menu entry to have the local window match the size of the remote desktop. by Pierre Ossman · 13 years ago
- ff47340 Make it possible to dynamically resize the size of the session, when resizing by Pierre Ossman · 13 years ago
- a23989b Fix typo. by Pierre Ossman · 13 years ago
- c8719ad The old Windows viewer was capable of logging to file. This is essential by Pierre Ossman · 13 years ago
- ad8609a Fix unsafe usage of the logging functions. by Pierre Ossman · 13 years ago
- f52740e Make sure we're paranoid about accidentally feeding a format string. by Pierre Ossman · 13 years ago
- 0878eca Move the last remnants of autotools into config.h. by Pierre Ossman · 13 years ago
- 8eb3508 Set a proper icon for the vncviewer windows on Unix and Windows. by Pierre Ossman · 13 years ago
- ca93776 Add a resource file to vncviewer.exe so we can get an icon. by Pierre Ossman · 13 years ago
- 448fd3a Missed vncviewer in previous commit. by Pierre Ossman · 13 years ago
- fd177f3 Forgot some comments for the mouse cursor workaround. by Pierre Ossman · 14 years ago
- bfbdb10 Make sure the mouse pointer is always the standard arrow for the popup menu. by Pierre Ossman · 14 years ago
- 29e4a16 Reindent some code that had grown a bit unstructured. by Pierre Ossman · 14 years ago
- 701ad68 Increase the default compression level to cater to a broader range of users 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
- aa73c89 Client side support for continuous updates. by Pierre Ossman · 14 years ago
- e28bdb2 Support and use fences in the client. This allows more aggressive use of by Pierre Ossman · 14 years ago
- de67313 Send a fake pointer event on initial connection so that we get rid of that by Pierre Ossman · 14 years ago
- 164865a Send a move event when the pointer leaves the viewport as it makes it much by Pierre Ossman · 14 years ago
- 5e04c26 Use the correct matching free operation. Patch by Matthieu Lochegnies. by Pierre Ossman · 14 years ago