]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
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...
2012-12-13 Pierre OssmanWe forgot to port over the getaddrinfo() test from...
2012-12-13 Pierre OssmanWindows lacks the IN6_ARE_ADDR_EQUAL macro, so define...
2012-12-11 Brian HinzFixes regression introduced by r5016 (exception produce...
2012-12-06 Brian Hinzfixed bug where IndexColorModel was reset when switchin...
2012-11-26 Adam TkacAllow to change "AcceptPointerEvents" via "vncconfig...
2012-11-26 Adam TkacFix handling of whitelisted "vncconfig -set" parameters...
2012-10-30 Pierre OssmanThere is unfortunately not a patch available for this...
2012-10-30 Pierre OssmanUpdate with current patch file names.
2012-10-30 Pierre OssmanWe need to be careful to not call X11 operations if...
2012-10-24 Pierre OssmanLeaving/entering full screen on OS X would leave the...
2012-10-24 Peter ÅstrandUpdate to last patch
2012-10-24 Pierre OssmanFl::screen_work_area() was added after FLTK 1.3.0,...
2012-10-24 Peter ÅstrandInclude fltk-xfixes-xcursor-cmake.patch.
2012-10-24 Peter ÅstrandTo make it easier to apply patches, list their names...
2012-10-17 Pierre OssmanFix indentation.
2012-10-17 Pierre OssmanStarting in full screen was misbehaving because we...
2012-10-11 Pierre OssmanWe need to be more careful about activating maximized...
2012-10-03 Pierre OssmanXFCE's window manager did not interact well with the...
2012-10-02 Pierre OssmanUsing maximize and full screen at the same time on...
2012-10-02 Pierre OssmanFix bad indentation.
2012-09-11 Pierre OssmanHave to properly include config.h for the HAVE_......
2012-09-11 Pierre OssmanFix incorrect path for viewer icons. Patch by Uros...
2012-09-10 Pierre OssmanNeed to make sure that the viewport still gets mouse...
2012-09-05 Adam TkacCreate common/os/libos.la file
2012-09-05 Adam TkacAdd support for X.Org 1.13
2012-09-05 Adam TkacAdd xserver113.patch
2012-09-03 Pierre OssmanBreak some overly long lines.
2012-09-03 Pierre OssmanAvoid triggering a full screen request by accident...
2012-09-03 Pierre OssmanRestore edge/bump scrolling when we are in full screen...
2012-09-01 Brian Hinzupgrade jzlib to 1.1.1
2012-09-01 Brian HinzUpdated copyright notice, fixed build string
2012-09-01 Brian HinzForces all dialogs except for the clipboard to be modal...
2012-09-01 Brian Hinzreduce the time threshold for autoSelectFormatAndEncodi...
2012-09-01 Brian Hinzr4960 broke support for pixel formats with depth <...
2012-08-31 Brian Hinzfix initialization of dialog state variables
2012-08-30 Brian Hinzimprove the look & functionality of the clipboard dialog
2012-08-30 Brian Hinzsecondary viewers were not loading user preferences
2012-08-29 Peter ÅstrandFix build errors with XORG < 111: I assume that the...
2012-08-29 Peter ÅstrandMove the -geometry parsing up, so that it affects fulls...
2012-08-29 Brian Hinzadds initial support for loading & saving of both confi...
2012-08-28 Adam TkacAdd support for X.Org 1.12.X
2012-08-28 Adam TkacAdd Support for X.Org 1.11.X
next