]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2011-06-13 Pierre OssmanOptimised drawing routines for Win32, based on the...
2011-06-13 Pierre OssmanOptimised drawing routines for X11, roughly based on...
2011-06-13 Pierre OssmanBasic framework for more optimised, platform specific...
2011-06-10 DRCFix HAVE_FLTK_DEAD_KEYS test
2011-06-10 Henrik AnderssonExclude unix directory from compile on Apple platform,
2011-06-10 Brian Hinzinitial support for ClientRedirect and VeNCrypt sub...
2011-06-09 DRCRemove obsolete Visual C++ 7 build instructions
2011-06-09 DRClibtool control file should be created in binary direct...
2011-06-09 Henrik Andersson- Fixed so the library suffix is platformindependent
2011-06-09 Pierre OssmanDump a copy of FLTK and needed patches in the tree...
2011-06-09 Henrik AnderssonBuilding the Xvnc server requires libtool control files...
2011-06-09 Pierre OssmanWe can get 0x0 cursor sometimes when the server wants...
2011-06-09 Pierre OssmanCopied the dot cursor logic over from the Unix viewer...
2011-06-09 Pierre OssmanDefault to fully respecting the remote cursor in order...
2011-06-09 Pierre OssmanWe have no cursor initially, and never if the server...
2011-06-09 Pierre OssmanImplement dot cursor in new viewer.
2011-06-09 Pierre OssmanThe default value of local cursor support is false...
2011-06-08 Pierre OssmanBah, not enough coffee today. I had already implemented...
2011-06-08 Pierre OssmanLocal cursors are a pain to deal with and I doubt it...
2011-06-08 Pierre OssmanServer support for full colour cursors (no support...
2011-06-08 Pierre OssmanAdd support for cursors to the new viewer.
2011-06-08 Pierre OssmanAccidentally calculated the pointer offset twice, resul...
2011-06-07 DRCCMake 2.8 is necessary in order to properly detect...
2011-06-07 DRCDo not include the po/ subdirectory unless NLS is enabled.
2011-06-07 DRCFix detection of GnuTLS and its features when linking...
2011-06-07 DRCDon't need to save the value of CMAKE_REQUIRED_FLAGS...
2011-06-07 DRCIf JPEG_INCLUDE_DIR or JPEG_LIBRARY have been overridde...
2011-06-06 DRCMake full-screen mode span all monitors in a multi...
2011-06-03 Pierre OssmanMake sure the popup menu is reset to the same state...
2011-06-02 DRCMake the install target install the same files as the...
2011-06-01 Pierre OssmanHandle framebuffer resize requests.
2011-06-01 Pierre OssmanAllow resize of the viewport widget.
2011-06-01 Pierre OssmanFix some misbehaviour with the scroll widget caused...
2011-05-30 Pierre OssmanReenable the automatic enabling of GnuTLS if present...
2011-05-28 Brian Hinz[java client] improve gui set/get methods for compressi...
2011-05-27 Pierre OssmanMake use of GnuTLS an explicit choice to avoid surprise...
2011-05-26 Pierre OssmanMake sure we can handle clipboard data of any size.
2011-05-26 Pierre OssmanMake it possible to start in full screen mode.
2011-05-26 Pierre OssmanToggle full screen based on changes in the options...
2011-05-26 Pierre OssmanAs we also fall through for FL_FOCUS, we need to do...
2011-05-26 Pierre OssmanUpdate the full screen setting when the state is toggle...
2011-05-26 Pierre OssmanImplement support for grabbing the keyboard when in...
2011-05-26 Pierre OssmanFix some graphics bugs that occurred on Win32 when...
2011-05-26 Pierre OssmanImplement full screen support in new vncviewer.
2011-05-25 Brian Hinz[java viewer] fixed typo in makefile
2011-05-25 Brian Hinz[java viewer] fixed incorrect offset value in custom...
2011-05-24 Pierre OssmanHandling a full range of keys for the menu key is not...
2011-05-24 Pierre OssmanHandle horizontal wheel events and not just vertical.
2011-05-24 Pierre OssmanAllow buttons 6 and 7 to be used as well so that we...
2011-05-24 Pierre OssmanAdd some more libraries that are generally needed by...
2011-05-23 Pierre OssmanWe need to be careful about feeding FLTK @:s when they...
2011-05-23 Pierre OssmanThis bug has been fixed upstream, so remove the comment.
2011-05-20 Pierre OssmanUndo accidental commit of premature fullscreen code.
2011-05-20 Pierre OssmanAdd support for multimedia keys.
2011-05-20 Pierre OssmanMake sure we have a list of the multimedia keysyms...
2011-05-20 Pierre OssmanRemove no longer used code.
2011-05-20 Pierre OssmanBetter handling of the numpad by looking at FLTK's...
2011-05-19 Pierre OssmanAdd keyboard debugging output.
2011-05-19 Pierre OssmanImplement support for sending the local clipboard to...
2011-05-19 Pierre OssmanDo some proper cleanup and delete the desktop window...
2011-05-19 Pierre OssmanImplement support for clipboard data coming from the...
2011-05-17 Brian Hinzfixed bug in java viewer when disabling security types
2011-05-17 Brian Hinzadd support for SetDesktopSize to java viewer
2011-05-17 Brian Hinzadd support for SetDesktopSize
2011-05-17 DRCEnsure that a modified source file under rdr/ or rfb...
2011-05-17 Pierre OssmanImplement dialog for when both username and password...
2011-05-17 Pierre OssmanMake sure we can display all the possible dialog types...
2011-05-17 Pierre OssmanUpdate connection parameters when the user has changed...
2011-05-17 Pierre OssmanAdd a callback mechanism to the options dialog so that...
2011-05-17 Brian Hinzchanged string reads/writes to use utf-8. Also fixed...
2011-05-16 Pierre OssmanImplement support for storing settings from the options...
2011-05-16 Pierre OssmanAdd a default constructor so that you can create empty...
2011-05-16 Pierre OssmanAdd connection information dialog based on the one...
2011-05-16 Pierre OssmanInitial options dialog (read-only) loosly based on...
2011-05-16 Pierre OssmanRemove old declaration that never actually maps to...
2011-05-13 Brian HinzUpdate location of resource used to store build timestamp.
2011-05-13 DRCCompletely reworked Java viewer (contributed by Brian...
2011-05-13 Pierre OssmanImplement connection dialog based on unix vncviewer.
2011-05-13 Pierre OssmanThe initial fix for FLTK to handle dead keys broke...
2011-05-13 DRCNASM and GCC > 4.1 no longer necessary, because libjpeg...
2011-05-13 DRCRequire gettext 0.14.4 to fix a problem with detection...
2011-05-12 DRCRemove unused build-xorg-git script
2011-05-11 Adam Tkac[Bugfix] Fix 3-button mouse emulation in win viewer.
2011-05-11 Adam TkacInitialize VNC extension inside #ifdef statement to...
2011-05-10 Adam Tkac[Security] vncviewer can send password without proper...
2011-04-30 DRCUpdate cross-compatible builds to xorg-xserver 1.6...
2011-04-29 DRCThe installed package is called "com.tigervnc.tigervnc...
2011-04-29 Pierre OssmanImplement about dialog.
2011-04-29 Adam TkacRegenerate xserver16.patch against xserver 1.6.5.
2011-04-29 Pierre OssmanImplement menu entry for forced refresh of screen.
2011-04-29 Pierre OssmanHandle X11 compose key.
2011-04-29 Pierre OssmanInitial support for context menu, based on Unix vncview...
2011-04-28 Pierre OssmanFinish up the gettext handling in CMake. The included...
2011-04-28 Peter ÅstrandThis patch adds gettext support for our new vncviewer...
2011-04-27 Adam Tkac[Bugfix] Fix Xvnc linking issues (missing -lpthread...
2011-04-27 Adam TkacMerged r4377 from 1_1 branch.
2011-04-27 Adam TkacMerged r4361 from 1_1 branch.
2011-04-27 Adam TkacMerged r4342 - r4359 from 1_1 branch.
2011-04-27 Adam TkacMerge r4341 from 1_1 branch (dcommander):
2011-04-27 Adam TkacMerged r4340 from 1_1 branch (dcommander):
next