2008-01-17 |
Constantin... | Code refactoring: introduced m_changeFlags member varia... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Constantin... | Minor code refactoring: remembering the number of 32x32... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Constantin... | LastRect was documented incorrectly. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Constantin... | Implemented calls to reportChanges() as conditional... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Constantin... | More debugging output can be enabled with the #define... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Constantin... | Checking neighbor pixels above and below changed tiles... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Constantin... | If defined DEBUG_PRINT_NUM_CHANGED_TILES, print correct... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Constantin... | Removed an extra empty line. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Constantin... | Documented TightVNC-specific parameters properly. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Constantin... | Made the manual page more readable, added clarification... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Constantin... | Reordered parameter descriptions, as x0vncserver -h... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Constantin... | Added new PARAMETERS section to the x0vncserver manual... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Constantin... | The man page for x0vncserver rewritten from the scratch. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Constantin... | Polling algorithm was extended. Now, if it detected... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Constantin... | When compiled with defining DEBUG_PRINT_NUM_CHANGED_TIL... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Constantin... | Code refactoring and cleanups. Moved a part of handleVi... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Constantin... | Maintaining additional one-pixel-width image for using... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Constantin... | Minor code refactoring -- new flagVideoArea() function... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Constantin... | Prepared the XPixelBuffer class for grabbing the screen... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Constantin... | Overriding the grabRegion function in XPixelBuffer... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Constantin... | Moved XPixelBuffer class into a separate file. |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Constantin... | Added a numner of FIXME comments, to identify some... |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Constantin... | Implemented new "VideoPriority" parameter. It allows... |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Constantin... | Making sure that both height and width of the video... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Constantin... | IrixDMJpegCompressor is now preferred to IrixCLJpegComp... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Constantin... | Functional version of IrixCLJpegCompressor. This commit... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Constantin... | Added IrixCLJpegCompressor class which will support... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Constantin... | Do not use JPEG if not requested by the client. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Constantin... | Changing JPEG compression levels did not have immediate... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Constantin... | Various improvements in the IrixDMJpegCompressor class... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
george82 | Added throwing rfb::UnsupportedPixelFormatExceptions... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
george82 | Small code improvements - added check for scale buffer... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
george82 | Removed the possibility to choose the scale filter... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
george82 | Added the improvements of the ScaledPixelBuffer class... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
george82 | Powerful ScaledPixelBuffer class code improvements... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
george82 | Added implementation of the remote desktop scaling... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
george82 | Fixed the small mistake - set the scale parameter in |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Constantin... | Using JpegEncoder for video only with proper pixel... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Constantin... | Changes in mapping of JPEG quality levels. Minor code... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Constantin... | In IRIX, if we could not find a matching DMIC converter... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Constantin... | Added support for new UseHardwareJPEG parameter ("Use... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Constantin... | Removed two obsolete FIXME comments. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Constantin... | Replaced printf(...) and fprintf(stderr, ...) with... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Constantin... | Replaced fprintf(stderr, ...) with proper logging. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Constantin... | Code cleanups, changes in variable names only. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Constantin... | Code improvement -- the code from detectVideo() was... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Constantin... | Optimized detectVideo() function. Now it does the most... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Constantin... | Removed PollPointer parameter and the corresponding... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Constantin... | Removed unused m_changedFlags member variable. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Constantin... | Removed old polling code, as well as PollingType parameter. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Constantin... | Combined video detection stuff with new polling code. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Constantin... | Fixed a problem with low performance in new polling... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Constantin... | Bugfix: we should not assume (sizeof(bool) == 1). |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Constantin... | A comment extended. |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Constantin... | Code refactoring -- moving a code chunk from poll_New... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Constantin... | Performing polling via new checkRow() function. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Constantin... | New polling algorithm has been implemented. Video detec... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Constantin... | Improved algorithm of detecting rectangular video area... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Constantin... | Linking vncviewer with -ldmedia in IRIX. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Constantin... | Minor code cleanup to decrease the amount of compilatio... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Constantin... | Adding -ldmedia option on linking x0vncserver in IRIX. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Constantin... | Fixed a compilation problem under Fedora Core 6. Now... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Constantin... | Special handling for rectangular video area in x0vncserver. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Constantin... | Fixed a problem with copying discontinuous pixel data... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Constantin... | Using hardware-accelerated version of JpegEncoder under... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Constantin... | Extended Image::get() methods with a version that can... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Constantin... | Eliminated a warning on link in the Debug configuration. |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Constantin... | Sending updates for "video area". |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Constantin... | Passing image quality level to JpegEncoder. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Constantin... | In SMsgWriter, added the ability to send a video rectan... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Constantin... | A typo fixed in a comment. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Constantin... | Special handling of a rectangular video area in the... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Constantin... | Minor code cleanup - changed a variable name. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Constantin... | Code cleanups. The most important change is that we... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Constantin... | Unused function commented out. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Constantin... | Makefile updated to include JpegEncoder. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Constantin... | JpegEncoder implemented. It compresses full-color pixel... |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Constantin... | Added new files to the project. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Constantin... | Added JpegCompressor abstract class and two implementat... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Constantin... | PollPointer setting now defaults to false. Printing... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
george82 | Removed "Sinc" scale filter. It's has very low performa... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Constantin... | LastRect pseudo-encoding documented. |
commit | commitdiff | tree | snapshot |
2007-04-30 |
george82 | Now implemented manage the scale filters from the vncvi... |
commit | commitdiff | tree | snapshot |
2007-04-30 |
george82 | Temporary added constraint of scale filters. |
commit | commitdiff | tree | snapshot |
2007-04-30 |
george82 | Added controls to manage the scale filters in the vncvi... |
commit | commitdiff | tree | snapshot |
2007-04-30 |
george82 | Added the new options parameter scaleFilter to CConnOpt... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Constantin... | And one more FIXME comment on continuous updates. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
Constantin... | Another FIXME comment in the specification for EndOfCon... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Constantin... | A fix to handle line endings properly. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Constantin... | Eliminated gcc compilation warning. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Constantin... | Replaced call to Win32-specific stricmp() function... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Constantin... | Initial implementation of continuous updates in the... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Constantin... | Two "FIXME" comments on EnableContinuousUpdates client... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Constantin... | Changed signatures for recently added protocol messages... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Constantin... | Introduced EnableContinuousUpdates client message and... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Constantin... | Added incomplete documentation on RFB protocol extensio... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
george82 | Added ScaleFilters::getFilterIdByName() method and... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
george82 | Added the routines for manipulation the scale filter... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
george82 | Before first use DesktopWindow::setSize() should set... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
george82 | Don't resize the maximized desktop window when vncviewe... |
commit | commitdiff | tree | snapshot |
next |