]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
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
2009-03-25 Pierre OssmanNeeds to be true colour to be 888.
2009-03-25 Pierre OssmanA quick optimisation of the common 32-bit to 24-bit...
2009-03-25 Pierre OssmanTry to render entire update in one go to avoid tearing.
2009-03-25 Pierre OssmanTry to update an entire FramebufferUpdate in one go...
2009-03-24 Pierre OssmanSupport for ExtendedDesktopSize and -DesktopSize in...
2009-03-24 Pierre OssmanDocument the new DesktopSize parameter in the man file.
2009-03-23 Pierre OssmanImplement basic support for SetDesktopSize.
2009-03-23 Pierre OssmanImplement server side support for SetDesktopSize.
2009-03-23 Pierre OssmanAdd parameter to make client attempt to resize server...
2009-03-23 Pierre OssmanAdd client method to send SetDesktopSize.
2009-03-23 Pierre OssmanReenable display even on failure.
2009-03-23 Pierre OssmanRRRegisterRate() can in theory fail. Make sure we catch...
2009-03-21 Pierre OssmanProperly parse the SetDesktopSize message.
2009-03-20 Pierre OssmanMove screen layout bootstraping around so that it can...
2009-03-20 Pierre OssmanBasic book keeping of screen layout on server.
2009-03-20 Pierre OssmanRemove unused, and improperly reserved message types.
2009-03-20 Pierre OssmanAdd official allocations for extended desktop size...
2009-03-20 Pierre OssmanRemove file transfer callback that was left behind.
2009-03-20 Pierre OssmanProperly parse the ExtendedDesktopSize rects in the...
2009-03-20 Pierre OssmanMake the server a little less DoS:able by validating...
2009-03-20 Pierre OssmanAdd new file to file lists.
2009-03-20 Pierre OssmanMinimal client side support for the extended desktop...
2009-03-20 Pierre OssmanMinimal server side implementation of the extended...
2009-03-20 Pierre OssmanRemove stray file left over from the file transfer...
2009-03-20 Pierre OssmanMove the SetDesktopName parser into CMsgReaderV3 to...
2009-03-20 DRCVNC needs to be autoreconf'ed as well, otherwise unix...
2009-03-19 DRCRemove Xorg 1.1 support since it doesn't work and we...
2009-03-19 DRCAllow PREFIX to be overridden
2009-03-19 DRCDon't download tarballs if they already exist in the...
2009-03-19 Pierre OssmanRestore Composite callback when we close the screen.
2009-03-19 Peter ÅstrandBuild the macros package before everything else; must...
2009-03-18 DRCAllow additional configure flags to be passed on the...
2009-03-18 Pierre OssmanSupport for RandR on the server.
2009-03-18 Pierre OssmanMove framebuffer information into its own structure...
2009-03-18 Pierre OssmanRemove more crud from the mmap support.
2009-03-18 Peter ÅstrandAdded scripts for building Xvnc with Xorg 1.5.
2009-03-18 Adam TkacRemove undocumented and useless option which allowed...
2009-03-18 Peter ÅstrandIgnore a few more generated files.
2009-03-18 Adam TkacChange Windows viewer version to 0.0.90.
next