| Commit message (Expand) | Author | Age | Files | Lines |
* | Reimplement the deferred update handling, this time in a more robust and | Pierre Ossman | 2011-11-08 | 1 | -3/+1 |
* | Minor cleanup: declaring PollingManager::sendChanges() as const. | Constantin Kaplinsky | 2008-06-04 | 1 | -1/+1 |
* | Refactoring: now PollingManager is owned by XPixelBuffer. No other classes | Constantin Kaplinsky | 2008-06-04 | 1 | -3/+3 |
* | Code refactoring: PollingManager should not know anything about | Constantin Kaplinsky | 2008-06-04 | 1 | -10/+10 |
* | Code refactoring: passing VNCServer pointer to PollingManager methods | Constantin Kaplinsky | 2008-06-03 | 1 | -18/+8 |
* | Grabbing the screen moved from PollingManager to XPixelBuffer. | Constantin Kaplinsky | 2008-06-02 | 1 | -4/+0 |
* | Code refactoring - PollingManager's constructor is given an XPixelBuffer* | Constantin Kaplinsky | 2008-05-30 | 1 | -12/+10 |
* | Removed the code for automatic video detection. It interfered with video | Constantin Kaplinsky | 2008-05-30 | 1 | -257/+5 |
* | 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 | 1 | -8/+2 |
* | Minor code enhancement: using an inline function instead of inline arithmetic. | Constantin Kaplinsky | 2008-01-18 | 1 | -5/+4 |
* | Minor code improvement: added Image::locatePixel(x, y) function to get rid of... | Constantin Kaplinsky | 2008-01-18 | 1 | -10/+3 |
* | Made a number of member variables constants. | Constantin Kaplinsky | 2008-01-18 | 1 | -10/+5 |
* | Minor refactoring: new m_bytesPerPixel member variable. | Constantin Kaplinsky | 2008-01-18 | 1 | -9/+12 |
* | Refactoring: checkRow() has been rationalized; it does not need arguments tha... | Constantin Kaplinsky | 2008-01-18 | 1 | -11/+25 |
* | Code refactoring: removed extra arguments for member functions. | Constantin Kaplinsky | 2008-01-17 | 1 | -29/+32 |
* | Code refactoring: introduced m_changeFlags member variable, instead of simila... | Constantin Kaplinsky | 2008-01-17 | 1 | -18/+14 |
* | Minor code refactoring: remembering the number of 32x32 tiles in a member var... | Constantin Kaplinsky | 2008-01-17 | 1 | -14/+12 |
* | 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 | 1 | -0/+37 |
* | 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 | 1 | -3/+6 |
* | Polling algorithm was extended. Now, if it detected any changes, it will also... | Constantin Kaplinsky | 2007-12-28 | 1 | -1/+57 |
* | 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 | 1 | -25/+16 |
* | Maintaining additional one-pixel-width image for using in upcoming polling im... | Constantin Kaplinsky | 2007-12-28 | 1 | -3/+9 |
* | Minor code refactoring -- new flagVideoArea() function, minor naming and form... | Constantin Kaplinsky | 2007-12-28 | 1 | -7/+11 |
* | Prepared the XPixelBuffer class for grabbing the screen in its grabRegion() m... | Constantin Kaplinsky | 2007-12-27 | 1 | -0/+2 |
* | 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 | 1 | -1/+23 |
* | Making sure that both height and width of the video area are always multiples... | Constantin Kaplinsky | 2007-12-25 | 1 | -1/+13 |
* | Replaced fprintf(stderr, ...) with proper logging. | Constantin Kaplinsky | 2007-10-10 | 1 | -3/+4 |
* | Code cleanups, changes in variable names only. | Constantin Kaplinsky | 2007-10-09 | 1 | -24/+24 |
* | Code improvement -- the code from detectVideo() was split into two functions,... | Constantin Kaplinsky | 2007-10-09 | 1 | -44/+49 |
* | Optimized detectVideo() function. Now it does the most work only when needed,... | Constantin Kaplinsky | 2007-10-09 | 1 | -23/+38 |
* | Removed PollPointer parameter and the corresponding code. Polling the screen ... | Constantin Kaplinsky | 2007-10-09 | 1 | -153/+6 |
* | Removed unused m_changedFlags member variable. | Constantin Kaplinsky | 2007-10-09 | 1 | -3/+0 |
* | Removed old polling code, as well as PollingType parameter. | Constantin Kaplinsky | 2007-10-09 | 1 | -334/+5 |
* | Combined video detection stuff with new polling code. | Constantin Kaplinsky | 2007-10-08 | 1 | -1/+56 |
* | Fixed a problem with low performance in new polling code. | Constantin Kaplinsky | 2007-10-08 | 1 | -1/+5 |
* | Bugfix: we should not assume (sizeof(bool) == 1). | Constantin Kaplinsky | 2007-10-08 | 1 | -1/+1 |
* | A comment extended. | Constantin Kaplinsky | 2007-10-07 | 1 | -1/+1 |
* | Code refactoring -- moving a code chunk from poll_New() to a separate sendCha... | Constantin Kaplinsky | 2007-10-07 | 1 | -26/+29 |
* | Performing polling via new checkRow() function. | Constantin Kaplinsky | 2007-10-04 | 1 | -28/+41 |
* | New polling algorithm has been implemented. Video detection is not included i... | Constantin Kaplinsky | 2007-10-04 | 1 | -4/+77 |
* | Improved algorithm of detecting rectangular video area. Old algorithm used th... | Constantin Kaplinsky | 2007-09-29 | 1 | -21/+121 |
* | Special handling for rectangular video area in x0vncserver. | Constantin Kaplinsky | 2007-09-04 | 1 | -1/+46 |
* | PollPointer setting now defaults to false. Printing the number of changed til... | Constantin Kaplinsky | 2007-07-24 | 1 | -1/+7 |
* | Migrating to new directory structure adopted from the RealVNC's source tree. ... | Constantin Kaplinsky | 2006-05-25 | 1 | -0/+600 |