]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2007-09-04 Constantin... Special handling for rectangular video area in x0vncserver.
2007-09-04 Constantin... Fixed a problem with copying discontinuous pixel data...
2007-09-04 Constantin... Using hardware-accelerated version of JpegEncoder under...
2007-09-03 Constantin... Extended Image::get() methods with a version that can...
2007-09-03 Constantin... Eliminated a warning on link in the Debug configuration.
2007-09-03 Constantin... Sending updates for "video area".
2007-09-03 Constantin... Passing image quality level to JpegEncoder.
2007-08-31 Constantin... In SMsgWriter, added the ability to send a video rectan...
2007-08-31 Constantin... A typo fixed in a comment.
2007-08-31 Constantin... Special handling of a rectangular video area in the...
2007-08-31 Constantin... Minor code cleanup - changed a variable name.
2007-08-31 Constantin... Code cleanups. The most important change is that we...
2007-08-31 Constantin... Unused function commented out.
2007-08-02 Constantin... Makefile updated to include JpegEncoder.
2007-08-02 Constantin... JpegEncoder implemented. It compresses full-color pixel...
2007-07-28 Constantin... Added new files to the project.
2007-07-24 Constantin... Added JpegCompressor abstract class and two implementat...
2007-07-24 Constantin... PollPointer setting now defaults to false. Printing...
2007-05-09 george82Removed "Sinc" scale filter. It's has very low performa...
2007-05-05 Constantin... LastRect pseudo-encoding documented.
2007-04-30 george82Now implemented manage the scale filters from the vncvi...
2007-04-30 george82Temporary added constraint of scale filters.
2007-04-30 george82Added controls to manage the scale filters in the vncvi...
2007-04-30 george82Added the new options parameter scaleFilter to CConnOpt...
2007-04-13 Constantin... And one more FIXME comment on continuous updates.
2007-04-13 Constantin... Another FIXME comment in the specification for EndOfCon...
2007-04-11 Constantin... A fix to handle line endings properly.
2007-04-11 Constantin... Eliminated gcc compilation warning.
2007-04-11 Constantin... Replaced call to Win32-specific stricmp() function...
2007-04-05 Constantin... Initial implementation of continuous updates in the...
2007-04-02 Constantin... Two "FIXME" comments on EnableContinuousUpdates client...
2007-03-30 Constantin... Changed signatures for recently added protocol messages...
2007-03-29 Constantin... Introduced EnableContinuousUpdates client message and...
2007-03-29 Constantin... Added incomplete documentation on RFB protocol extensio...
2007-03-27 george82Added ScaleFilters::getFilterIdByName() method and...
2007-03-20 george82Added the routines for manipulation the scale filter...
2007-03-20 george82Before first use DesktopWindow::setSize() should set...
2007-03-20 george82Don't resize the maximized desktop window when vncviewe...
2007-03-19 george82Added the implementation of cursor handling in the...
2007-03-12 george82Fixed the small defect with refreshing the toolbar...
2007-03-12 george82Auto scaling mode of the vncviewer make improved.
2007-03-10 george82Fixed the bug with wrong desktop window size of the
2007-03-10 george82Fixed the bug with crashing vncviewer when it works...
2007-01-27 george82Now the min desktop window size limit to the toolbar...
2007-01-27 george82Added DesktopWindow::resizeDesktopWindowToBuffer()...
2007-01-27 george82Fixed the bug in ToolBar::getTotalWidth() method.
2006-12-10 george82Added ToolBar::getTotalWidth(). It returns the total...
2006-12-08 Constantin... Reverted the changes appeared in revisions 2173,2181...
2006-12-05 Constantin... Fixed unreasonably high CPU utilization in cases when...
2006-12-05 Constantin... Corrected support for TightVNC extensions - always...
2006-12-05 Constantin... Reordered initializers in ScaledPixelBuffer constructor...
2006-12-05 Constantin... Updated make file for building under *nix.
2006-12-04 george82Improved the performance of the remote desktop scaling.
2006-12-04 george82Fixed the bug with wrong weight table for y coords.
2006-12-04 Constantin... A FIXME comment: TightVNC extensions support is not...
2006-12-03 george82Set the default scaled filter to bicubic.
2006-12-03 george82Set the default scaled filter to bilinear.
2006-12-03 george82Modified ScaledPixelBuffer::calculateScaleBoundary...
2006-12-03 george82Fixed the bug with very low quality of the remote desktop
2006-12-01 Constantin... Reporting build time in x0vncserver usage.
2006-11-26 george82Updated the comments.
2006-11-26 george82Added support all true color pixel format for scaling the
2006-11-23 george82Improved the performance of the scaling algorithm too
2006-11-20 george82Removed the unnecessary variables.
2006-11-20 george82Now ScaledPixelBuffer class using the weighting tabs for
2006-11-20 george82Fixed the small bugs with the makeWeightTabs function.
2006-11-20 george82Fixed the checking for the scale filter index.
2006-11-14 george82Added the new method makeWeightTabs to the ScaleFilters
2006-10-29 george82Moved ScaleFilters class methods and 1-d filter functions
2006-10-28 george82Small code improvements.
2006-10-28 george82Added some comments.
2006-10-27 george82Added SFilterWeightTab struct.
2006-10-27 george82Added ScaleFilters class implementation to the
2006-10-26 george82Added definitions of the 1-D filters and routines using
2006-09-23 george82Timely added check for unsupported pixel format.
2006-09-23 george82Initial support all color formats by the vncviewer in
2006-09-23 george82Correct the ScaledDIBSectionBuffer class code.
2006-09-23 george82Added the new methods to the ScaledDIBSectionBuffer...
2006-09-16 george82Initial support all color formats by the vncviewer in
2006-09-16 george82Small ScaledPixelBuffer class improvements.
2006-09-14 Constantin... Fixed passing of mouse wheel events.
2006-09-13 Constantin... Removed unused variables, added comments. This fixes...
2006-09-13 Constantin... Updated Makefile.in to include CapsList.cxx compilation.
2006-09-12 Constantin... Finished support for TightVNC protocol extensions in...
2006-09-12 Constantin... Rationalized FIXME comments, changed code layout in...
2006-09-12 Constantin... Improved code to advertise supported encoding types...
2006-09-12 Constantin... Tiny cleanup in a comment.
2006-09-12 Constantin... Documented the CapsList class.
2006-09-12 Constantin... Documentation on CapsContainer class has been extended...
2006-09-11 george82Now the vncviewer window title display the remote desktop
2006-09-11 george82Small the DesktopWindow class code improvements.
2006-09-11 george82Now status of ZOOM IN, ZOOM OUT, ACTUAL SIZE, AUTO...
2006-09-11 george82Fixed the bug with overlaping the vncviewer window...
2006-09-11 george82Added implementation of the ZOOM IN and ZOOM OUT vncviewer
2006-09-11 george82Fixed the mistake int ScaledPixelBuffer::getScale().
2006-09-11 george82Removed the unnecessary CConnOptions::scaling parameter.
2006-09-11 george82Added the new scale values (10, 200) to the vncviewer
2006-09-10 george82Fixed the bug with the zero-sized vncviewer window...
2006-09-10 george82Implemented Actual Size and Auto Size the vncviewer...
2006-09-09 george82Removed the unnecessary button "Disconnect" from the
next