]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
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
2013-02-22 Brian HinzcomboBoxEdited events are fired if the content of the...
2013-02-21 Brian HinzFixes yet another case where the viewport background...
2013-02-19 Adam Tkacviewer: exit when user specifies both -via and -listen...
2013-02-19 Adam TkacX.Org 1.14 support was incomplete
2013-02-19 Pierre OssmanUpdate the checked in copies of the generated icons...
2013-02-19 Pierre OssmanFix bad circular dependency.
2013-02-19 Pierre OssmanModern versions of ImageMagick properly respects the...
2013-02-18 Brian HinzNotify the server of mouse release events even if they...
2013-02-18 Brian Hinzr5037 was not quite right. Both the viewport and scroll...
2013-02-15 Pierre OssmanReimplement -listen in the new FLTK vncviewer. Work...
2013-02-09 Brian HinzSending menu key from F8 menu was sending the keycode...
2013-02-09 Brian HinzFix a regression introduced in r5034 that causes window...
2013-02-05 Peter ÅstrandUpdated patch references; CMake portions of the clipboa...
2013-01-24 Brian HinzCosmetic change. The background color of the viewport...
2013-01-24 Adam TkacAdd xserver114.patch patch
2013-01-23 Brian HinzWhen the desktop size is less than the viewport size...
2013-01-23 Brian HinzFixes a number of issues related to fullscreen mode...
2013-01-23 Adam TkacRemove one vlog.debug call which shouldn't have been...
2013-01-23 Adam TkacRe-add the "-via" parameter support on UNIX platforms.
2013-01-22 Peter ÅstrandThe recommended FLTK version is now 1.3.2. This means...
2013-01-22 Peter ÅstrandA minor style change wrt the patches; use comment char.
2013-01-15 Brian Hinzmore fixes for remote cursor rendering. State wasn...
2013-01-15 Brian Hinzfix a regression introduced by r5025
2013-01-12 Brian HinzSend the focus back to the viewport after leaving the...
2013-01-12 Brian HinzMake the icon used for the titlebar consistent for...
2013-01-12 Brian HinzFixes a number of issues related to cursor handling...
2013-01-07 DRCCheck the generated icons into the build tree. This...
2013-01-07 Peter ÅstrandHint about building FLTK with -DCMAKE_BUILD_TYPE=Release.
2013-01-07 Peter Åstrandfltk-xfixes-xcursor-cmake.2.patch must be applied with...
2012-12-16 Brian HinzMake exception handling more user friendly. Not all...
2012-12-14 Brian HinzCleanup linter warnings wherever possible and suppress...
next