summaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver
Commit message (Expand)AuthorAgeFilesLines
...
* More debugging output can be enabled with the #define DEBUG_REPORT_CHANGED_TI...Constantin Kaplinsky2008-01-102-0/+40
* Checking neighbor pixels above and below changed tiles, as well as pixels at ...Constantin Kaplinsky2008-01-091-4/+46
* If defined DEBUG_PRINT_NUM_CHANGED_TILES, print correct final number of chang...Constantin Kaplinsky2008-01-092-4/+7
* Removed an extra empty line.Constantin Kaplinsky2008-01-081-1/+0
* Documented TightVNC-specific parameters properly.Constantin Kaplinsky2008-01-081-17/+53
* Made the manual page more readable, added clarifications, formatting fixes, c...Constantin Kaplinsky2008-01-081-66/+77
* Reordered parameter descriptions, as x0vncserver -h printed them in almost ra...Constantin Kaplinsky2008-01-071-84/+84
* Added new PARAMETERS section to the x0vncserver manual. The information was c...Constantin Kaplinsky2008-01-071-1/+134
* The man page for x0vncserver rewritten from the scratch.Constantin Kaplinsky2008-01-071-24/+34
* Polling algorithm was extended. Now, if it detected any changes, it will also...Constantin Kaplinsky2007-12-282-1/+61
* When compiled with defining DEBUG_PRINT_NUM_CHANGED_TILES, print the number o...Constantin Kaplinsky2007-12-281-0/+8
* Code refactoring and cleanups. Moved a part of handleVideo() back to pollScre...Constantin Kaplinsky2007-12-282-27/+18
* Maintaining additional one-pixel-width image for using in upcoming polling im...Constantin Kaplinsky2007-12-282-6/+13
* Minor code refactoring -- new flagVideoArea() function, minor naming and form...Constantin Kaplinsky2007-12-282-13/+17
* Prepared the XPixelBuffer class for grabbing the screen in its grabRegion() m...Constantin Kaplinsky2007-12-274-15/+42
* Overriding the grabRegion function in XPixelBuffer. It will perform screen gr...Constantin Kaplinsky2007-12-263-1/+32
* Moved XPixelBuffer class into a separate file.Constantin Kaplinsky2007-12-262-21/+52
* Added a numner of FIXME comments, to identify some possible improvements.Constantin Kaplinsky2007-12-251-0/+14
* Implemented new "VideoPriority" parameter. It allows to increase the priority...Constantin Kaplinsky2007-12-252-1/+26
* Making sure that both height and width of the video area are always multiples...Constantin Kaplinsky2007-12-251-1/+13
* Added IrixCLJpegCompressor class which will support JPEG compression via the ...Constantin Kaplinsky2007-12-131-1/+1
* Replaced fprintf(stderr, ...) with proper logging.Constantin Kaplinsky2007-10-101-3/+4
* Code cleanups, changes in variable names only.Constantin Kaplinsky2007-10-091-24/+24
* Code improvement -- the code from detectVideo() was split into two functions,...Constantin Kaplinsky2007-10-092-45/+51
* Optimized detectVideo() function. Now it does the most work only when needed,...Constantin Kaplinsky2007-10-092-23/+39
* Removed PollPointer parameter and the corresponding code. Polling the screen ...Constantin Kaplinsky2007-10-092-180/+14
* Removed unused m_changedFlags member variable.Constantin Kaplinsky2007-10-092-4/+0
* Removed old polling code, as well as PollingType parameter.Constantin Kaplinsky2007-10-092-362/+8
* Combined video detection stuff with new polling code.Constantin Kaplinsky2007-10-082-1/+57
* Fixed a problem with low performance in new polling code.Constantin Kaplinsky2007-10-081-1/+5
* Bugfix: we should not assume (sizeof(bool) == 1).Constantin Kaplinsky2007-10-081-1/+1
* A comment extended.Constantin Kaplinsky2007-10-071-1/+1
* Code refactoring -- moving a code chunk from poll_New() to a separate sendCha...Constantin Kaplinsky2007-10-072-26/+30
* Performing polling via new checkRow() function.Constantin Kaplinsky2007-10-042-29/+54
* New polling algorithm has been implemented. Video detection is not included i...Constantin Kaplinsky2007-10-042-4/+84
* Improved algorithm of detecting rectangular video area. Old algorithm used th...Constantin Kaplinsky2007-09-292-21/+126
* Adding -ldmedia option on linking x0vncserver in IRIX.Constantin Kaplinsky2007-09-051-1/+1
* Special handling for rectangular video area in x0vncserver.Constantin Kaplinsky2007-09-042-1/+48
* Extended Image::get() methods with a version that can write pixel data at a g...Constantin Kaplinsky2007-09-032-13/+22
* PollPointer setting now defaults to false. Printing the number of changed til...Constantin Kaplinsky2007-07-241-1/+7
* Fixed unreasonably high CPU utilization in cases when new connection hasConstantin Kaplinsky2006-12-053-2/+12
* Reporting build time in x0vncserver usage.Constantin Kaplinsky2006-12-011-1/+4
* Changes in reporting version numbers and copyrights.Constantin Kaplinsky2006-06-021-1/+2
* A grammar fix in man pages.Constantin Kaplinsky2006-06-021-1/+1
* Updated build scripts in unix/ for new directory layout.Constantin Kaplinsky2006-06-022-7/+7
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-2514-0/+2707