]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2014-06-25 Pierre OssmanAdd XDAMAGE support to x0vncserver. Makes it more efficient
2014-06-25 Pierre OssmanAdd a global event handler so that we can intercept...
2014-05-21 Brian HinzFixed dependency problems with ubuntu precise build...
2014-05-18 Brian HinzFix typos in r5181
2014-05-18 Brian HinzAdd missing dependencies to ubuntu builds that cause...
2014-04-13 Peter ÅstrandRemove comment about service mode not working; bug...
2014-04-05 Brian HinzUbuntu's upstream fltk package contains patches that...
2014-03-24 Brian HinzRemoved shell dependency from el6 vncserver init script...
2014-03-19 Pierre OssmanThis list isn't properly maintained so let's add a...
2014-03-19 Pierre OssmanWe don't want to lose the checks performed by assert...
2014-03-19 Pierre OssmanThe ZRLE decoder relied on an assert() for boundary...
2014-02-24 Peter ÅstrandApplied patch from Alois Mahdal <amahdal@redhat.com>:
2014-02-20 Peter ÅstrandApplied patch from:
2014-02-19 Brian HinzFixes problems with cmake detection of GnuTLS. The...
2014-02-12 Samuel MannehedRemoves VeNCrypt-checkbox from the security page in...
2014-02-07 Samuel MannehedMake WinVNC service mode work on Windows Vista and...
2014-01-12 Brian HinzRemoves the additional padding reserved for the menubar...
2014-01-11 Brian Hinzr5142 and r5149 borrowed code from the TurboVNC viewer...
2014-01-11 Brian Hinzr5138 did not completely resolve the problem with clipb...
2014-01-10 Brian HinzFixes for modality issues & dialog behavior in embedded...
2014-01-10 Brian HinzMoved OS X setDockIconImage call into VncViewer.setLook...
2014-01-07 Pierre OssmanMake sure the fill function pointer gets updated if the
2014-01-04 Brian HinzSet the dock icon on OS X. Not perfect as it still...
2014-01-02 Brian HinzRelease all downKeys when the focus is lost, otherwise...
2014-01-02 Brian HinzRe-introduces embedded applet mode for the java viewer...
2013-12-29 Brian HinzUpdated copyright notices
2013-12-29 Brian HinzAnother overhaul of the key event handlers. There was...
2013-12-08 Brian HinzAdded rpm spec file & sources for building Suse linux...
2013-12-02 Brian HinzAdded attributes to the Java viewer MANIFEST file in...
2013-12-02 Brian HinzFix regression in java install path introduced in r5143
2013-12-01 Brian HinzFixed incorrect ConnParam initial value in CConn constr...
2013-12-01 Brian HinzCopied Lion fullScreen code from TurboVNC viewer. ...
2013-11-28 Brian HinzCorrect location of scripts from last commit
2013-11-28 Brian HinzAdded script to fetch rpm sources (requires curl)
2013-11-28 Brian HinzAdded 'contrib' folder to store patches necessary to...
2013-11-23 Brian HinzFixes a condition where too much data on the local...
2013-11-06 Pierre OssmanSome applications probe for clipboard formats using the
2013-10-03 Brian HinzApplied DRC's patch to fix broken RRE decoder in java...
2013-09-19 Pierre OssmanDo a better type cast that mirrors how we generate
2013-09-05 Pierre OssmanAn updated patch of the X11 clipboard notification...
2013-09-05 Pierre OssmanPrinting the clipboard data is very annoying as it...
2013-08-19 Pierre OssmanThe screen index was removed in 1.13, not 1.12.
2013-07-01 Pierre OssmanFix copy-paste error that referred to the wrong variable.
2013-07-01 Pierre OssmanFix bad size calculation in GetQueryConnect handler...
2013-06-11 Peter ÅstrandUpdate more copyrights to 2013.
2013-06-11 Peter ÅstrandUpdate copyright year to 2013.
2013-05-30 Pierre OssmanSome applications (e.g. wine and rdesktop) tend to...
2013-05-30 Pierre OssmanSimplify the lookup of alternative keysyms.
2013-05-30 Pierre OssmanEven if we ignore the modifiers, we still have to respect
2013-05-29 Pierre OssmanThe numpad decimal hack is needed on OS X as well.
2013-05-24 Pierre OssmanForgot to respect the AcceptClipboard option in the
2013-05-24 Pierre OssmanFix bad reference counting of the initial randr mode...
2013-05-23 Pierre OssmanAdding normal alphabetic keysyms as ONE_LEVEL did not...
2013-05-23 Pierre Ossmanxkbcomp ignores keycodes without names, so make sure...
2013-05-23 Pierre OssmanThe cause of the keyboard mapping change is not a X11...
2013-05-23 Pierre OssmanXkbTranslateKeyCode() is not implemented according to
2013-05-23 Pierre OssmanNot sure what I was smoking when I wrote this. You...
2013-05-23 Pierre OssmanRelax the requirements on addKeysym() so that it can...
2013-05-22 Pierre OssmanRedo r5090 using functions that are available in older
2013-05-22 Pierre OssmanApparently it is more kosher to completely disassociate an
2013-05-22 Pierre OssmanAutomatically update the connection state for RandR
2013-05-12 Brian HinzWhitespace cleanup only
2013-05-08 Pierre OssmanVNC needs to be initialised early to get its hooks...
2013-05-07 Pierre OssmanThe Glyph operation is not guaranteed to be implemented...
2013-04-27 Brian HinzFix incorrect dll location in windows setup file template
2013-04-27 Brian HinzUse CMAKE_COMMAND variable instead of hard coded cmake...
2013-04-25 Pierre OssmanBump development version now that 1.3 has been branched...
2013-04-16 Pierre OssmanWork around Windows poor handling of the numpad decimal...
2013-04-16 Pierre OssmanShifted Tab is a generic VNC problem and not specific...
2013-04-15 Pierre OssmanEmbarrasing copy/paste error. Fixes fake AltGr presses.
2013-04-12 Pierre OssmanAnother attempt at supporting older Xorg versions.
2013-04-11 Pierre OssmanAdd support for older Xorg releases.
2013-04-11 Pierre OssmanAdd some missing headers. It is not really ok to includ...
2013-04-10 Pierre OssmanPort over the write block handler code from the 1.5...
2013-04-09 Pierre OssmanMove keyboardProc() so we have all the init stuff in...
2013-04-09 Pierre OssmanMajor rewrite of the keyboard code. The old code was...
2013-04-09 Pierre OssmanCopy error. Should have been a tab rather than spaces...
2013-04-09 Pierre OssmanMode switch and level 3 shift are used interchangably...
2013-04-09 Pierre OssmanMake sure we release the same key we previously pressed...
2013-04-09 Pierre OssmanHandle init of old and new keyboards the same way.
2013-04-09 Pierre OssmanWe have an object to store stuff in, so don't use a...
2013-04-09 Pierre OssmanMake sure InputDevice::InitInputDevice() gets called...
2013-04-09 Pierre OssmanCopy the -verbose and -quiet parameters from Xorg so...
2013-04-09 Pierre OssmanGLX is no longer initialised by the dix. Patch original...
2013-03-25 Brian HinzMore fixes for key event issues. It seems that on...
2013-03-14 Adam TkacInitialize VNC extension from libvnc.so only once.
2013-03-14 Adam TkacSimplify rfb::ParameterIterator - we always iterate...
2013-03-14 Adam TkacRemove unused assignment operator declaration from...
2013-03-14 Adam TkacRemove unused parameter from rfb::Configuration::Config...
2013-03-14 Adam TkacRemove bogus -geometry width/height adjustment from...
2013-03-06 Brian HinzNeed to escape formatting character.
2013-03-06 Brian HinzCorrect typo in r5058 that set an initial value on...
2013-03-06 Brian HinzFixes some regressions introduced in r5056. Losing...
2013-03-06 Brian HinzUse JDialog for connection info dialog so that frame...
2013-03-03 Brian HinzBackported a number of fixes/enhancements (mostly relat...
2013-03-01 Brian HinzUpdate copyright dates
2013-03-01 Brian HinzReplace multiple instantiations of code to retrieve...
2013-03-01 Brian HinzMake viewport the parent of "Save As" dialog so that...
2013-03-01 Brian HinzUsing DirectColorModel constructor with an alpha mask...
2013-02-26 DRCFix build on 32-bit and 64-bit Windows
next