| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor cleanup: declaring PollingManager::sendChanges() as const. | Constantin Kaplinsky | 2008-06-04 | 2 | -2/+2 |
* | Implemented support for command-line options that print version information | Constantin Kaplinsky | 2008-06-04 | 2 | -4/+18 |
* | Minor cleanup, no code changes: updated a comment and moved XDesktop::poll() | Constantin Kaplinsky | 2008-06-04 | 1 | -7/+6 |
* | Refactoring: now PollingManager is owned by XPixelBuffer. No other classes | Constantin Kaplinsky | 2008-06-04 | 5 | -27/+21 |
* | Code refactoring: PollingManager should not know anything about | Constantin Kaplinsky | 2008-06-04 | 4 | -18/+14 |
* | Code refactoring: passing geometry to XPixelBuffer as a Rect instead of four | Constantin Kaplinsky | 2008-06-04 | 3 | -18/+9 |
* | Code improvements and better error checking in the Geometry class: | Constantin Kaplinsky | 2008-06-04 | 3 | -21/+22 |
* | Code refactoring: maintaining the Image object representing the framebuffer | Constantin Kaplinsky | 2008-06-04 | 3 | -26/+35 |
* | Code refactoring: setting pixel format in XPixelBuffer instead of XDesktop. | Constantin Kaplinsky | 2008-06-03 | 3 | -18/+23 |
* | Code refactoring: passing VNCServer pointer to PollingManager methods | Constantin Kaplinsky | 2008-06-03 | 3 | -27/+12 |
* | Grabbing the screen moved from PollingManager to XPixelBuffer. | Constantin Kaplinsky | 2008-06-02 | 4 | -16/+19 |
* | Code refactoring - PollingManager's constructor is given an XPixelBuffer* | Constantin Kaplinsky | 2008-05-30 | 5 | -24/+28 |
* | Removed the code for automatic video detection. It interfered with video | Constantin Kaplinsky | 2008-05-30 | 3 | -300/+7 |
* | Support for VideoRectangleSelection client message in the server code. The me... | Constantin Kaplinsky | 2008-04-24 | 1 | -0/+2 |
* | - readded accidentaly removed intl and po directories | Adam Tkac | 2008-03-20 | 67 | -0/+15449 |
* | - handle HAVE_MITSHM macro through config.h | Adam Tkac | 2008-03-20 | 67 | -15449/+0 |
* | Added some missing #includes whose prevent build source with gcc 4.3 | Adam Tkac | 2008-03-19 | 3 | -0/+3 |
* | viewer could aborted when only one scrollbar should be used | Adam Tkac | 2008-03-14 | 2 | -7/+22 |
* | Optimized the checkRow() function. | Constantin Kaplinsky | 2008-01-21 | 1 | -6/+15 |
* | Minor refactoring: removed getFullRow() function, added its code to getRow(). | Constantin Kaplinsky | 2008-01-19 | 2 | -14/+10 |
* | Minor code enhancement: using an inline function instead of inline arithmetic. | Constantin Kaplinsky | 2008-01-18 | 2 | -5/+10 |
* | Minor code improvement: added Image::locatePixel(x, y) function to get rid of... | Constantin Kaplinsky | 2008-01-18 | 2 | -11/+11 |
* | Made a number of member variables constants. | Constantin Kaplinsky | 2008-01-18 | 2 | -18/+13 |
* | Minor refactoring: new m_bytesPerPixel member variable. | Constantin Kaplinsky | 2008-01-18 | 2 | -9/+14 |
* | Refactoring: checkRow() has been rationalized; it does not need arguments tha... | Constantin Kaplinsky | 2008-01-18 | 2 | -12/+26 |
* | Code refactoring: removed extra arguments for member functions. | Constantin Kaplinsky | 2008-01-17 | 2 | -35/+38 |
* | Code refactoring: introduced m_changeFlags member variable, instead of simila... | Constantin Kaplinsky | 2008-01-17 | 2 | -18/+19 |
* | Minor code refactoring: remembering the number of 32x32 tiles in a member var... | Constantin Kaplinsky | 2008-01-17 | 2 | -16/+16 |
* | Implemented calls to reportChanges() as conditional macros. This reduces the ... | Constantin Kaplinsky | 2008-01-10 | 1 | -13/+11 |
* | More debugging output can be enabled with the #define DEBUG_REPORT_CHANGED_TI... | Constantin Kaplinsky | 2008-01-10 | 2 | -0/+40 |
* | Checking neighbor pixels above and below changed tiles, as well as pixels at ... | Constantin Kaplinsky | 2008-01-09 | 1 | -4/+46 |
* | If defined DEBUG_PRINT_NUM_CHANGED_TILES, print correct final number of chang... | Constantin Kaplinsky | 2008-01-09 | 2 | -4/+7 |
* | Removed an extra empty line. | Constantin Kaplinsky | 2008-01-08 | 1 | -1/+0 |
* | Documented TightVNC-specific parameters properly. | Constantin Kaplinsky | 2008-01-08 | 1 | -17/+53 |
* | Made the manual page more readable, added clarifications, formatting fixes, c... | Constantin Kaplinsky | 2008-01-08 | 1 | -66/+77 |
* | Reordered parameter descriptions, as x0vncserver -h printed them in almost ra... | Constantin Kaplinsky | 2008-01-07 | 1 | -84/+84 |
* | Added new PARAMETERS section to the x0vncserver manual. The information was c... | Constantin Kaplinsky | 2008-01-07 | 1 | -1/+134 |
* | The man page for x0vncserver rewritten from the scratch. | Constantin Kaplinsky | 2008-01-07 | 1 | -24/+34 |
* | Polling algorithm was extended. Now, if it detected any changes, it will also... | Constantin Kaplinsky | 2007-12-28 | 2 | -1/+61 |
* | When compiled with defining DEBUG_PRINT_NUM_CHANGED_TILES, print the number o... | Constantin Kaplinsky | 2007-12-28 | 1 | -0/+8 |
* | Code refactoring and cleanups. Moved a part of handleVideo() back to pollScre... | Constantin Kaplinsky | 2007-12-28 | 2 | -27/+18 |
* | Maintaining additional one-pixel-width image for using in upcoming polling im... | Constantin Kaplinsky | 2007-12-28 | 2 | -6/+13 |
* | Minor code refactoring -- new flagVideoArea() function, minor naming and form... | Constantin Kaplinsky | 2007-12-28 | 2 | -13/+17 |
* | Prepared the XPixelBuffer class for grabbing the screen in its grabRegion() m... | Constantin Kaplinsky | 2007-12-27 | 4 | -15/+42 |
* | Overriding the grabRegion function in XPixelBuffer. It will perform screen gr... | Constantin Kaplinsky | 2007-12-26 | 3 | -1/+32 |
* | Moved XPixelBuffer class into a separate file. | Constantin Kaplinsky | 2007-12-26 | 2 | -21/+52 |
* | Added a numner of FIXME comments, to identify some possible improvements. | Constantin Kaplinsky | 2007-12-25 | 1 | -0/+14 |
* | Implemented new "VideoPriority" parameter. It allows to increase the priority... | Constantin Kaplinsky | 2007-12-25 | 2 | -1/+26 |
* | Making sure that both height and width of the video area are always multiples... | Constantin Kaplinsky | 2007-12-25 | 1 | -1/+13 |
* | Added IrixCLJpegCompressor class which will support JPEG compression via the ... | Constantin Kaplinsky | 2007-12-13 | 4 | -4055/+4537 |