]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2009-08-19 Peter ÅstrandCorrected last patch: Use jsimd_none.c instead of jsimd...
2009-08-19 Peter ÅstrandWindows build fixes:
2009-08-17 Adam TkacInitialize VNC extension earlier. It fixes problem...
2009-08-06 DRCUnfortunately, the previous enhancements made an invali...
2009-08-06 DRCUpdate copyrights to indicate files modified with color...
2009-08-06 DRCOops. Clean up a couple of remaining 32-bit memory...
2009-07-30 DRCImprove compression performance by 15-20%
2009-07-10 Pierre OssmanMake our Makefile.am a bit easier to convert to a stand...
2009-07-10 Pierre OssmanMake sure bmp.h gets distributed.
2009-07-10 Pierre OssmanMake sure the indirectly used assembly files get packaged.
2009-06-29 Pierre OssmanMake x86_64 SIMD code PIC friendly
2009-06-29 Pierre OssmanIgnore test tools and files generated by them
2009-06-29 Pierre OssmanClean up SIMD glue code
2009-06-26 Pierre OssmanRemove unused variable.
2009-06-26 Pierre OssmanImprove the messages for the SIMD configuration test...
2009-06-25 DRCAdd back in cjpeg and djpeg utilities for testing purposes
2009-06-25 DRC64-bit SIMD acceleration
2009-06-25 DRCFix dependencies for merged upsampling code
2009-06-22 Pierre OssmanFix rendering of cursor on local framebuffer. It was...
2009-06-18 Adam TkacAdd Polish translation (thanks to Piotr Drąg).
2009-06-16 Adam TkacDeclare virtual methods with empty body as pure virtual...
2009-06-16 Adam Tkac[Bugfix] Client didn't receive clipboard selections...
2009-06-12 Adam TkacBump version to 0.0.91.
2009-06-12 Adam TkacConvert all *.po files to UTF-8 and bump translation...
2009-06-09 Pierre OssmanChanges outside the framebuffer can sometimes be report...
2009-06-02 Pierre OssmanTry to keep DPI when we change resolution as we have...
2009-06-01 Pierre OssmanDIBSectionBuffer can modify the pixel format so we...
2009-06-01 Adam TkacDon't install Russian translation, it is broken.
2009-05-28 Pierre OssmanWe should only send ExtendedDesktopSize to a client...
2009-05-20 Adam Tkac[Bugfix] Start per session D-Bus daemon correctly.
2009-05-18 Adam Tkac[Bugfix] Add correct PlainPasswd constructor to avoid...
2009-04-30 Pierre OssmanThe code to utilize our libjpeg's ability to input... v0.0.90
2009-04-29 Peter ÅstrandUpdated version information and copyright.
2009-04-27 Adam TkacRegenerate xserver16.patch.
2009-04-24 Pierre OssmanRemove debugging output that wasn't supposed to be...
2009-04-23 Pierre OssmanSend desktop layout changes separately
2009-04-22 Pierre OssmanUltraVNC sends a new non-incr. FUR when it gets a Deskt...
2009-04-22 DRCIf font catalogue exists (Fedora 11), use it as the...
2009-04-21 Pierre OssmanMake sure we handle endian problems in the conversion...
2009-04-20 Pierre OssmanFix generation of native pixel format so the that inter...
2009-04-16 DRCIt shouldn't be necessary to actually open the XFS...
2009-04-15 Peter ÅstrandAdded Inno Setup file, for creating Windows installer.
2009-04-15 Peter ÅstrandAdded DOS line breaks.
2009-04-15 DRCChange font path logic such that XFS is used if it...
2009-04-15 Peter ÅstrandAdded a copy of the license with DOS line breaks, so...
2009-04-15 DRCUse spawnvp on all platforms, even those that support...
2009-04-14 Peter ÅstrandThe index.vnc in the javabin directory was removed...
2009-04-14 Peter ÅstrandFetch VncViewer.jar directly from the Java build direct...
2009-04-14 Peter ÅstrandYet another version number fix. We had forgotten to...
2009-04-14 Peter Åstrandlogo150x150.gif is no longer used.
2009-04-14 Peter ÅstrandUpdated the version number in yet another location.
2009-04-14 Peter ÅstrandUpdate version information, to match rest of the project.
2009-04-14 Peter ÅstrandCorrected line breaks; must only use CRLF.
2009-04-11 DRCMove autoreconf of the X server until after modules...
2009-04-11 DRCFix build on RHEL 4
2009-04-10 DRCFix script to work with Python 2.3
2009-04-10 DRCOops. Correct configure argument to disable UUID suppo...
2009-04-09 Pierre OssmanCreate the system menu entries earlier to play nice...
2009-04-09 Pierre OssmanUpdate copyright notice and version in executable metadata.
2009-04-09 Pierre OssmanUse lower IDs for system menu entries.
2009-04-07 Adam TkacCheck for full *-windres name in configure instead...
2009-04-07 Adam TkacRemove fttypes.h from Makefile.am, it doesn't exist.
2009-04-06 DRCSet default deferred update timer to 1 ms
2009-04-06 DRCTake advantage of libjpeg colorspace extensions, if...
2009-04-06 DRCTake advantage of libjpeg colorspace extensions if...
2009-04-05 DRCTest fast upsampling
2009-04-05 DRCAdd colorspace extensions to merged upsampling routines
2009-04-05 DRCRemove unnecessary code
2009-04-04 DRCProperly handle spaces in configure flags
2009-04-04 DRCOops. jcolsamp.inc should be included from j[c|d]clr...
2009-04-04 DRCOops. jcolsamp.inc needs to be included from j[c|d...
2009-04-03 Adam TkacDon't install test programs, build them only.
2009-04-03 Adam TkacCheck if C++ compiler is present.
2009-04-03 Adam TkacExecute vncconfig in xstartup file early to make clipbo...
2009-04-03 Pierre OssmanUpdate shift values in pixel format parse routine.
2009-04-03 Pierre OssmanRemove unused pixel format constant.
2009-04-03 Pierre OssmanAvoid touching PixelFormat internals.
2009-04-03 DRCInclude low-level unit tests borrowed from VirtualGL
2009-04-03 DRCImplement new colorspaces to allow directly compressing...
2009-04-03 DRCAdd environment variables to force MMX/SSE2 code path...
2009-04-03 Adam TkacDisable XKEYBOARD extension by default, it is still...
2009-04-02 Adam TkacInitialize SMsgWriterV3.needExtendedDesktopSize variabl...
2009-04-02 Pierre OssmanWe need to call RRGetInfo() again for our new mode...
2009-04-02 Pierre OssmanImprove logging in setScreenLayout().
2009-04-02 Pierre OssmanBrown paper bag time... Forgot to actually store the...
2009-04-02 DRCBuild libjpeg/SIMD by default and replace --with-includ...
2009-04-01 DRCFix build for RGB_PIXELSIZE==4
2009-04-01 Pierre OssmanTry to increase the update rate by requesting a new...
2009-04-01 Pierre OssmanMake sure we flush the X11 connection once we've sent...
2009-04-01 DRCStore Xorg build directory under the TigerVNC build...
2009-03-31 Pierre OssmanOptimise the common pixel format conversion RGB24 to...
2009-03-26 DRCAdd -fp argument to allow user to override font path...
2009-03-26 DRCGenerally wordsmithed man page + changed descriptions...
2009-03-26 DRCDon't complain if $depth not set
2009-03-26 DRCComment out $depth line so that the server will use...
2009-03-26 DRCAttempt to build a reasonable font path for the system...
2009-03-26 DRCBetter default xstartup file which attempts to launch...
2009-03-26 DRCAllow Xvnc, vncpasswd, etc. to be run from an arbitrary...
2009-03-26 Adam TkacX.Org 1.6 compatibility change in RandR related code...
2009-03-26 Pierre Ossmanfix build on POSIX strict platforms
next