2472 Commits (2a7a8d60c8b5d5ded850e92a27d45e9e728b20f3)
 

Author SHA1 Message Date
  Pierre Ossman 2a7a8d60c8 Reimplement -listen in the new FLTK vncviewer. Work done by 11 years ago
  Brian Hinz 1e252c6826 Sending menu key from F8 menu was sending the keycode instead of the keysym. 11 years ago
  Brian Hinz ddde1e22e1 Fix a regression introduced in r5034 that causes window to be resized unnecesarily. 11 years ago
  Peter Åstrand 923c5fe7e0 Updated patch references; CMake portions of the clipboard and cursor patches. 11 years ago
  Brian Hinz 9dcdb91e98 Cosmetic change. The background color of the viewport was not being applied properly. 11 years ago
  Adam Tkac a0f89fbdd3 Add xserver114.patch patch 11 years ago
  Brian Hinz d2dd53f5b6 When the desktop size is less than the viewport size, ignore mouse events that occur in the interstitial area 11 years ago
  Brian Hinz d39531edfe Fixes a number of issues related to fullscreen mode. When switching out of fullscreen mode via the options dialog, setFullScreenWindow was being applied to the old reference, causing the whole screen to be blanked and unresponsive. The checkmark in the F8 menu could sometimes get out of sync with the state of the option. Cursor wasn't always being re-scaled when scale factor was changed. It seems that setCursor can still sometimes be passed a null pointer for the hotspot, so add back in a check that was removed in r5025 11 years ago
  Adam Tkac 09b8385146 Remove one vlog.debug call which shouldn't have been committed 11 years ago
  Adam Tkac 8ac4b30fe9 Re-add the "-via" parameter support on UNIX platforms. 11 years ago
  Peter Åstrand e7370bd3dc The recommended FLTK version is now 1.3.2. This means that several 11 years ago
  Peter Åstrand 578ea4d863 A minor style change wrt the patches; use comment char. 11 years ago
  Brian Hinz 7985536185 more fixes for remote cursor rendering. State wasn't always being initialized correctly. 11 years ago
  Brian Hinz f5a37f0255 fix a regression introduced by r5025 11 years ago
  Brian Hinz cc01b7060d Send the focus back to the viewport after leaving the options dialog 11 years ago
  Brian Hinz 6edad6a5ad Make the icon used for the titlebar consistent for About... dialog 11 years ago
  Brian Hinz db6524b92e Fixes a number of issues related to cursor handling, including "invalid hotspot" exception caused when cursor hotspot is outside the maximum cursor size supported by the toolkit on the client. Also, local cursor was not being drawn properly when the display size was scaled. 11 years ago
  DRC c6eaff85c4 Check the generated icons into the build tree. This solves a couple of issues: (1) it eliminates the build dependency on ImageMagick, which was not documented and which creates a hard-to-diagnose build failure on platforms on which it isn't available, and (2) the build was completely broken on Windows, because Windows has a convert.exe program that is part of the operating system, and the TigerVNC build system was finding this and attempting to use it to generate the icons. 11 years ago
  Peter Åstrand fc3e86ebd7 Hint about building FLTK with -DCMAKE_BUILD_TYPE=Release. 11 years ago
  Peter Åstrand 742c0664be fltk-xfixes-xcursor-cmake.2.patch must be applied with -p0. 11 years ago
  Brian Hinz 504d98fcaa Make exception handling more user friendly. Not all exceptions are 'errors' (for example, exiting the server intentionally via the window manager's logoff button). 11 years ago
  Brian Hinz d93a26d665 Cleanup linter warnings wherever possible and suppress all linter warnings from Jsch code 11 years ago
  Pierre Ossman 32c46228f5 We forgot to port over the getaddrinfo() test from the autoconf 11 years ago
  Pierre Ossman 8b6aa200ce Windows lacks the IN6_ARE_ADDR_EQUAL macro, so define it ourselves 11 years ago
  Brian Hinz 5975ea6c74 Fixes regression introduced by r5016 (exception produced when connecting to 8bpp server) 11 years ago
  Brian Hinz b036796109 fixed bug where IndexColorModel was reset when switching to 8bpp from another depth 11 years ago
  Adam Tkac 04628cde56 Allow to change "AcceptPointerEvents" via "vncconfig -set". 11 years ago
  Adam Tkac 3fab3e1ca1 Fix handling of whitelisted "vncconfig -set" parameters in Xvnc. 11 years ago
  Pierre Ossman 2180f2459d There is unfortunately not a patch available for this issue. 11 years ago
  Pierre Ossman 8db1ffca8b Update with current patch file names. 11 years ago
  Pierre Ossman 1f884e0600 We need to be careful to not call X11 operations if the window isn't 11 years ago
  Pierre Ossman 2f3a04ef23 Leaving/entering full screen on OS X would leave the scroll bars in an 11 years ago
  Peter Åstrand 9d08014515 Update to last patch 11 years ago
  Pierre Ossman 208b2ead8a Fl::screen_work_area() was added after FLTK 1.3.0, so we need to have 11 years ago
  Peter Åstrand 2fa1aee1da Include fltk-xfixes-xcursor-cmake.patch. 11 years ago
  Peter Åstrand f0c0552fdd To make it easier to apply patches, list their names and which order 11 years ago
  Pierre Ossman b13698086f Fix indentation. 11 years ago
  Pierre Ossman cb68c19e1d Starting in full screen was misbehaving because we were waiting 11 years ago
  Pierre Ossman 897067bd84 We need to be more careful about activating maximized mode when in 11 years ago
  Pierre Ossman 9e0e754307 XFCE's window manager did not interact well with the code that avoided 11 years ago
  Pierre Ossman 002cc5d129 Using maximize and full screen at the same time on OS X would misbehave 11 years ago
  Pierre Ossman 9d267c5ed5 Fix bad indentation. 11 years ago
  Pierre Ossman b808ffd294 Have to properly include config.h for the HAVE_... stuff to work. 11 years ago
  Pierre Ossman 6a007bde17 Fix incorrect path for viewer icons. Patch by Uros Vampl. 11 years ago
  Pierre Ossman b2e712bc49 Need to make sure that the viewport still gets mouse events, even if we 11 years ago
  Adam Tkac 80bd3ec6e6 Create common/os/libos.la file 11 years ago
  Adam Tkac d91aa60d73 Add support for X.Org 1.13 11 years ago
  Adam Tkac 7a0e1b9040 Add xserver113.patch 11 years ago
  Pierre Ossman dd138441c4 Break some overly long lines. 11 years ago
  Pierre Ossman 0e5934631d Avoid triggering a full screen request by accident on X11. 11 years ago