summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Russian translation for gettext-extracted messages. This is rather a test com...Constantin Kaplinsky2006-04-131-0/+188
* Removed .cvsignore files useless for Subversion.Constantin Kaplinsky2006-04-1321-100/+0
* Now rfb_win32::ScaledDIBSectionBuffer is an universal class which consistgeorge822006-04-052-12/+89
* Added the new property scaling to the rfb::ScaledPixelBuffer class.george822006-04-051-0/+3
* Small code improvements.george822006-04-052-8/+13
* Added the new method setSourceBuffer() to the rfb::ScaledPixelBuffer class.george822006-04-052-3/+14
* Removed unnecessary methods from the rfb::ScaledPixelBuffer() classgeorge822006-04-052-36/+0
* Small code improvements.george822006-04-052-6/+8
* Removed old files ToolBar.cxx and ToolBar.h from the rfblayer project.george822006-04-052-311/+0
* Small ScaledDIBSectinBuffer class code improvements.george822006-03-281-2/+1
* Override DIBSectionBuffer::recreateBuffer() in the ScaledDIBSectionBuffergeorge822006-03-282-1/+4
* Added initial ScaledDIBSectionBuffer class implementation.george822006-03-283-0/+128
* Removed scaled (destination) image buffer manipulation fromgeorge822006-03-281-3/+0
* Small ScaledPixelBuffer class code improvements.george822006-03-271-5/+5
* Calculate the changed pixel rect in the scaled image withgeorge822006-03-271-11/+4
* Added ScaledPixelBuffer::calculateScaleBoundary() in the rfb library.george822006-03-272-0/+15
* Calling XShmDestroyReadDisplayBuf() on IrixOverlayShmImage cleanup.Constantin Kaplinsky2006-03-061-1/+3
* Fixed a problem of not using XReadDisplay extension for parts ofConstantin Kaplinsky2006-03-061-13/+12
* Added a FIXME comment.Constantin Kaplinsky2006-03-021-0/+2
* Porting changes for LynxOS 2.3.Constantin Kaplinsky2006-03-0214-10/+181
* Small ScaledPixelBuffer class improvements.george822006-02-241-7/+2
* Major improvements in algoritms of CPU load balancing. This shouldConstantin Kaplinsky2006-02-173-8/+52
* Major improvement of the CPU load optimization implementation. TheConstantin Kaplinsky2006-02-176-246/+161
* Tiny code cleanup.Constantin Kaplinsky2006-02-162-4/+4
* Improved the interface of the PollingScheduler class, added someConstantin Kaplinsky2006-02-163-3/+13
* New PollingScheduler class for calculating timeouts for select() andConstantin Kaplinsky2006-02-164-22/+126
* Forgot to include TimeMillis.cxx in the Makefile template.Constantin Kaplinsky2006-02-161-1/+2
* Corrected algorithm of adjusting polling intervals, to make suddenConstantin Kaplinsky2006-02-161-10/+28
* More precise computing of time to spend in select(). This fixes theConstantin Kaplinsky2006-02-161-9/+24
* Using new TimeMillis class instead of calls to gettimeofday() andConstantin Kaplinsky2006-02-167-54/+142
* Improvements in the debugging code for measuring performance.Constantin Kaplinsky2006-02-153-19/+51
* Small ScaledPixelBuffer class improvements.george822006-02-122-3/+9
* Small ScaledPixelBuffer class improvements.george822006-02-122-19/+19
* Small ScaledPixelBuffer class improvements.george822006-02-122-4/+4
* Rename rfb::SlaledPixelBuffer::data to rfb::SlaledPixelBuffer::scaled_data.george822006-02-122-9/+10
* Added the default constructor to the rfb::ScaledPixelBuffer class.george822006-02-122-2/+7
* For the PollingCycle parameter, the default value has been changedConstantin Kaplinsky2006-02-101-1/+1
* Do not poll screen area near the pointer if the pointer did not moveConstantin Kaplinsky2006-02-102-3/+13
* Marked temporary command-line parameters with the "DEBUG:" prefix, toConstantin Kaplinsky2006-02-101-2/+2
* Improved debugging version of the poll() method.Constantin Kaplinsky2006-02-101-1/+2
* Eliminated code duplication in polling implementations, added a fewConstantin Kaplinsky2006-02-101-21/+16
* Polling screen area around current pointer position with higherConstantin Kaplinsky2006-02-085-24/+278
* Improved algorighm of detecting constantly-changed areas on theConstantin Kaplinsky2006-02-032-0/+94
* Code cleanups in PollingManager.Constantin Kaplinsky2006-02-012-27/+41
* Minor cleanup, unused code removed.Constantin Kaplinsky2006-02-011-3/+0
* A few FIXME comments.Constantin Kaplinsky2006-01-261-1/+6
* Cosmetic changes only.Constantin Kaplinsky2006-01-261-2/+2
* Generating browse information in the Debug configuration.Constantin Kaplinsky2006-01-268-8/+8
* Replaced pure virtual function with an empty function, to resolve compilationConstantin Kaplinsky2006-01-192-1/+5
* Replaced Windows-specific "DWORD" type with more appropriate "void*"Constantin Kaplinsky2006-01-133-7/+7