1916 Commits (f4f309408d39b110ddf81e8815cea8da4cd0d40e)
 

Author SHA1 Message Date
  Pierre Ossman f4f309408d Update connection parameters when the user has changed things in the options 13 years ago
  Pierre Ossman 0c41e1d057 Add a callback mechanism to the options dialog so that other parts of vncviewer 13 years ago
  Brian Hinz 17fca55bc9 changed string reads/writes to use utf-8. Also fixed location of icon resource. 13 years ago
  Pierre Ossman 61fd486451 Implement support for storing settings from the options dialog. 13 years ago
  Pierre Ossman e5fe070117 Add a default constructor so that you can create empty Security objects. 13 years ago
  Pierre Ossman 2eb1d11004 Add connection information dialog based on the one in the unix viewer. 13 years ago
  Pierre Ossman d463b57681 Initial options dialog (read-only) loosly based on the Unix vncviewer. 13 years ago
  Pierre Ossman 2b006fd931 Remove old declaration that never actually maps to an object. 13 years ago
  Brian Hinz b5e5cddf93 Update location of resource used to store build timestamp. 13 years ago
  DRC c5dc038090 Completely reworked Java viewer (contributed by Brian Hinz) 13 years ago
  Pierre Ossman 561ff0cba9 Implement connection dialog based on unix vncviewer. 13 years ago
  Pierre Ossman f8c5ef62fc The initial fix for FLTK to handle dead keys broke CJK input, so a new method 13 years ago
  DRC ad7430bb2a NASM and GCC > 4.1 no longer necessary, because libjpeg-turbo is no longer part of the build 13 years ago
  DRC 69854b4f09 Require gettext 0.14.4 to fix a problem with detection of NLS support 13 years ago
  DRC 9a43929627 Remove unused build-xorg-git script 13 years ago
  Adam Tkac db512da0fb [Bugfix] Fix 3-button mouse emulation in win viewer. 13 years ago
  Adam Tkac c65827f247 Initialize VNC extension inside #ifdef statement to allow to build TigerVNC inside 13 years ago
  Adam Tkac ce6c8b097f [Security] vncviewer can send password without proper validation of X.509 certs 13 years ago
  DRC 0aefdc8779 Update cross-compatible builds to xorg-xserver 1.6.5 to fix several issues 13 years ago
  DRC 4666c50f32 The installed package is called "com.tigervnc.tigervnc" (our convention is to use lowercase "tigervnc" for package names), so this fixes an issue whereby it would not uninstall. 13 years ago
  Pierre Ossman b885822a6c Implement about dialog. 13 years ago
  Adam Tkac 31c5a52e46 Regenerate xserver16.patch against xserver 1.6.5. 13 years ago
  Pierre Ossman d4c61ce93b Implement menu entry for forced refresh of screen. 13 years ago
  Pierre Ossman a75f8f8fa8 Handle X11 compose key. 13 years ago
  Pierre Ossman c7bfaac733 Initial support for context menu, based on Unix vncviewer code. 13 years ago
  Pierre Ossman b232b5fd73 Finish up the gettext handling in CMake. The included functions in CMake only 13 years ago
  Peter Åstrand bb445ef944 This patch adds gettext support for our new vncviewer. CMake only. The 13 years ago
  Adam Tkac 37d60d82ca [Bugfix] Fix Xvnc linking issues (missing -lpthread and miext/sync/libsync.la) 13 years ago
  Adam Tkac f4155d5cf7 Merged r4377 from 1_1 branch. 13 years ago
  Adam Tkac 38ba8cf042 Merged r4361 from 1_1 branch. 13 years ago
  Adam Tkac f586b840bf Merged r4342 - r4359 from 1_1 branch. 13 years ago
  Adam Tkac ed2ab6d866 Merge r4341 from 1_1 branch (dcommander): 13 years ago
  Adam Tkac 445d4ed0cc Merged r4340 from 1_1 branch (dcommander): 13 years ago
  Peter Åstrand 03327ae145 Added install target for new vncviewer. 13 years ago
  Pierre Ossman 3f6c4d003d Workaround for when initial window size isn't what we requested. 13 years ago
  Pierre Ossman 343e2e0605 Limit window size to framebuffer size, which is the behaviour we have in the 13 years ago
  Pierre Ossman 4ae229f70b Add a scroll widget so that we can allow resizing of the main window. 13 years ago
  Pierre Ossman 6a464beb1b Need to adjust mouse coordinates now that we can move the widget around. 13 years ago
  Pierre Ossman a6e2077823 Make sure the viewport widget can be moved around (i.e. don't assume we're 13 years ago
  Pierre Ossman d50b3d137b Split out the graphics and input handling to a separate widget in preparation 13 years ago
  Pierre Ossman a64515286b Forgot to add the dead key define so that the source code can actually use it. 13 years ago
  Pierre Ossman 9d368d6ba2 Release all pressed keys when we lose focus. This is how we've always done it 13 years ago
  Pierre Ossman d7c5b048cd Use a STL map to track keys so we don't have to care what range FLTK key codes 13 years ago
  Pierre Ossman 2be3d8a161 Make sure AltGr gets sent over on X11. 13 years ago
  Pierre Ossman f14bf33431 Since Ctrl and Cmd tends to mess with the symbol generation, we need to do some 13 years ago
  Pierre Ossman 89f868a44f Handle dead keys more properly (through some fixing in FLTK). 13 years ago
  Adam Tkac c583c044c9 [Bugfix] Update unix/xserver110.patch patch. 13 years ago
  Pierre Ossman 70f32469fb Off-by-one error. FL_F points to "F0", not F1. 13 years ago
  Pierre Ossman 381e546e09 Fix up numpad keys. 13 years ago
  Pierre Ossman 98486c1fc3 Reorganise the translation to keysyms to make the code simpler. At the same 13 years ago