]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
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):
2011-04-19 Peter ÅstrandAdded install target for new vncviewer.
2011-04-15 Pierre OssmanWorkaround for when initial window size isn't what...
2011-04-15 Pierre OssmanLimit window size to framebuffer size, which is the...
2011-04-15 Pierre OssmanAdd a scroll widget so that we can allow resizing of...
2011-04-15 Pierre OssmanNeed to adjust mouse coordinates now that we can move...
2011-04-15 Pierre OssmanMake sure the viewport widget can be moved around ...
2011-04-15 Pierre OssmanSplit out the graphics and input handling to a separate...
2011-04-14 Pierre OssmanForgot to add the dead key define so that the source...
2011-04-14 Pierre OssmanRelease all pressed keys when we lose focus. This is...
2011-04-14 Pierre OssmanUse a STL map to track keys so we don't have to care...
2011-04-14 Pierre OssmanMake sure AltGr gets sent over on X11.
2011-04-14 Pierre OssmanSince Ctrl and Cmd tends to mess with the symbol genera...
2011-04-11 Pierre OssmanHandle dead keys more properly (through some fixing...
2011-03-14 Adam Tkac[Bugfix] Update unix/xserver110.patch patch.
2011-03-10 Pierre OssmanOff-by-one error. FL_F points to "F0", not F1.
2011-03-10 Pierre OssmanFix up numpad keys.
2011-03-10 Pierre OssmanReorganise the translation to keysyms to make the code...
2011-03-10 Pierre OssmanRemove extra (incorrect) entry for the euro symbol.
2011-03-09 Pierre OssmanInitial stab at keyboard support. Lots of corner case...
2011-03-09 Pierre OssmanUnregister timeouts on object destruction so we don...
2011-03-09 Pierre OssmanForgot to fully implement the handler for the delayed...
2011-03-09 Pierre OssmanHandle pointer events.
2011-03-09 Pierre OssmanInitial commit of new FLTK based vncviewer. Most of...
2011-03-09 Henrik AnderssonAdded additional check to only link against ws2_32...
2011-03-08 Pierre OssmanForgot to add the new PixelTransformer class to the...
2011-03-08 Pierre OssmanSplit out the pixel format conversion magic to its...
2011-03-08 Pierre OssmanIgnore all the generated CMake stuff.
2011-03-08 Pierre OssmanGet the Unix stuff to build using CMake. Based on a...
2011-03-08 Pierre OssmanThe Windows specific include path should only be used...
2011-03-08 Pierre OssmanMake sure Windows specific code is only included in...
next