]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2007-11-05 george82Removed the possibility to choose the scale filter...
2007-11-05 george82Added the improvements of the ScaledPixelBuffer class...
2007-11-04 george82Powerful ScaledPixelBuffer class code improvements...
2007-10-28 george82Added implementation of the remote desktop scaling...
2007-10-28 george82Fixed the small mistake - set the scale parameter in
2007-10-17 Constantin... Using JpegEncoder for video only with proper pixel...
2007-10-10 Constantin... Changes in mapping of JPEG quality levels. Minor code...
2007-10-10 Constantin... In IRIX, if we could not find a matching DMIC converter...
2007-10-10 Constantin... Added support for new UseHardwareJPEG parameter ("Use...
2007-10-10 Constantin... Removed two obsolete FIXME comments.
2007-10-10 Constantin... Replaced printf(...) and fprintf(stderr, ...) with...
2007-10-10 Constantin... Replaced fprintf(stderr, ...) with proper logging.
2007-10-09 Constantin... Code cleanups, changes in variable names only.
2007-10-09 Constantin... Code improvement -- the code from detectVideo() was...
2007-10-09 Constantin... Optimized detectVideo() function. Now it does the most...
2007-10-09 Constantin... Removed PollPointer parameter and the corresponding...
2007-10-09 Constantin... Removed unused m_changedFlags member variable.
2007-10-09 Constantin... Removed old polling code, as well as PollingType parameter.
2007-10-08 Constantin... Combined video detection stuff with new polling code.
2007-10-08 Constantin... Fixed a problem with low performance in new polling...
2007-10-08 Constantin... Bugfix: we should not assume (sizeof(bool) == 1).
2007-10-07 Constantin... A comment extended.
2007-10-07 Constantin... Code refactoring -- moving a code chunk from poll_New...
2007-10-04 Constantin... Performing polling via new checkRow() function.
2007-10-04 Constantin... New polling algorithm has been implemented. Video detec...
2007-09-29 Constantin... Improved algorithm of detecting rectangular video area...
2007-09-05 Constantin... Linking vncviewer with -ldmedia in IRIX.
2007-09-05 Constantin... Minor code cleanup to decrease the amount of compilatio...
2007-09-05 Constantin... Adding -ldmedia option on linking x0vncserver in IRIX.
2007-09-05 Constantin... Fixed a compilation problem under Fedora Core 6. Now...
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.
next