| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [Documentation] Documented the VideoArea parameter. | Constantin Kaplinsky | 2008-12-23 | 1 | -5/+18 |
* | [Documentation] Corrected documentation on UseHardwareJPEG parameter. | Constantin Kaplinsky | 2008-12-23 | 1 | -6/+6 |
* | [Documentation] Documented the VideoPriority parameter. | Constantin Kaplinsky | 2008-12-23 | 1 | -2/+21 |
* | [Bugfix] Include man files and more jpeg libraries in tarball | Adam Tkac | 2008-10-22 | 1 | -0/+2 |
* | [Cleanup] Detect and handle IRIX related enhancements in common/* directory only | Adam Tkac | 2008-10-06 | 1 | -1/+1 |
* | Install *man files and vncserver script in Makefile.ams | Adam Tkac | 2008-09-29 | 1 | -0/+2 |
* | Merged changes from branches/1.5-xserver (revision range 2432:2631) back to t... | Constantin Kaplinsky | 2008-09-28 | 3 | -31/+19 |
|\ |
|
| * | Include headers in Makefile.am-s in unix/* to fix "make dist" command | Adam Tkac | 2008-07-14 | 1 | -1/+4 |
| * | - generate Makefile.in in unix/* subtree from Makefile.am | Adam Tkac | 2008-04-17 | 2 | -30/+15 |
| * | - use PACKAGE_NAME/PACKAGE_VERSION macros instead PACKAGE/VERSION (AC_INIT() ... | Adam Tkac | 2008-04-17 | 1 | -1/+1 |
| * | After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438 | Adam Tkac | 2008-03-22 | 5 | -25/+30 |
| * | - use Makefile.am and configure.ac | Adam Tkac | 2008-03-20 | 5 | -30/+25 |
* | | [Bugfix] When terminating x0vncserver by pressing Ctrl+C in a remote viewer, ... | Constantin Kaplinsky | 2008-09-05 | 1 | -0/+2 |
* | | [Enhancements, refactoring] Rationalized functions to control video | Constantin Kaplinsky | 2008-09-05 | 1 | -1/+1 |
* | | [Bugfix] Geometry::getVideoRect() should return coordinates relative to the | Constantin Kaplinsky | 2008-09-02 | 2 | -5/+19 |
* | | Passing VideoArea parameter to VNCServerST object. VNCServerST saves the | Constantin Kaplinsky | 2008-08-21 | 1 | -2/+3 |
* | | Added parsing for new VideoArea parameter. It does not have any effect yet. | Constantin Kaplinsky | 2008-08-20 | 2 | -6/+41 |
* | | Added a comment. | Constantin Kaplinsky | 2008-08-20 | 1 | -0/+2 |
* | | Fixed a few more memory leaks. | Constantin Kaplinsky | 2008-08-20 | 1 | -3/+6 |
* | | Geometry string parsing has been moved to a separate member function of the | Constantin Kaplinsky | 2008-08-20 | 2 | -13/+27 |
* | | 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 |
|/ |
|
* | Added some missing #includes whose prevent build source with gcc 4.3 | Adam Tkac | 2008-03-19 | 1 | -0/+1 |
* | 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 |