aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver/PollingManager.h
Commit message (Expand)AuthorAgeFilesLines
* Using namespace rfb in header files is a bad ideaPeter Åstrand (astrand)2017-11-071-5/+3
* Minor cleanup: declaring PollingManager::sendChanges() as const.Constantin Kaplinsky2008-06-041-1/+1
* Refactoring: now PollingManager is owned by XPixelBuffer. No other classesConstantin Kaplinsky2008-06-041-10/+1
* Code refactoring: PollingManager should not know anything aboutConstantin Kaplinsky2008-06-041-2/+1
* Code refactoring: passing VNCServer pointer to PollingManager methodsConstantin Kaplinsky2008-06-031-6/+3
* Grabbing the screen moved from PollingManager to XPixelBuffer.Constantin Kaplinsky2008-06-021-11/+1
* Code refactoring - PollingManager's constructor is given an XPixelBuffer*Constantin Kaplinsky2008-05-301-1/+2
* Removed the code for automatic video detection. It interfered with videoConstantin Kaplinsky2008-05-301-17/+1
* Minor refactoring: removed getFullRow() function, added its code to getRow().Constantin Kaplinsky2008-01-191-6/+8
* Minor code enhancement: using an inline function instead of inline arithmetic.Constantin Kaplinsky2008-01-181-0/+6
* Made a number of member variables constants.Constantin Kaplinsky2008-01-181-8/+8
* Minor refactoring: new m_bytesPerPixel member variable.Constantin Kaplinsky2008-01-181-0/+2
* Refactoring: checkRow() has been rationalized; it does not need arguments tha...Constantin Kaplinsky2008-01-181-1/+1
* Code refactoring: removed extra arguments for member functions.Constantin Kaplinsky2008-01-171-6/+6
* Code refactoring: introduced m_changeFlags member variable, instead of simila...Constantin Kaplinsky2008-01-171-0/+5
* Minor code refactoring: remembering the number of 32x32 tiles in a member var...Constantin Kaplinsky2008-01-171-2/+4
* More debugging output can be enabled with the #define DEBUG_REPORT_CHANGED_TI...Constantin Kaplinsky2008-01-101-0/+3
* If defined DEBUG_PRINT_NUM_CHANGED_TILES, print correct final number of chang...Constantin Kaplinsky2008-01-091-1/+1
* Polling algorithm was extended. Now, if it detected any changes, it will also...Constantin Kaplinsky2007-12-281-0/+4
* Code refactoring and cleanups. Moved a part of handleVideo() back to pollScre...Constantin Kaplinsky2007-12-281-2/+2
* Maintaining additional one-pixel-width image for using in upcoming polling im...Constantin Kaplinsky2007-12-281-3/+4
* Minor code refactoring -- new flagVideoArea() function, minor naming and form...Constantin Kaplinsky2007-12-281-6/+6
* Implemented new "VideoPriority" parameter. It allows to increase the priority...Constantin Kaplinsky2007-12-251-0/+3
* Code improvement -- the code from detectVideo() was split into two functions,...Constantin Kaplinsky2007-10-091-1/+2
* Optimized detectVideo() function. Now it does the most work only when needed,...Constantin Kaplinsky2007-10-091-0/+1
* Removed PollPointer parameter and the corresponding code. Polling the screen ...Constantin Kaplinsky2007-10-091-27/+8
* Removed unused m_changedFlags member variable.Constantin Kaplinsky2007-10-091-1/+0
* Removed old polling code, as well as PollingType parameter.Constantin Kaplinsky2007-10-091-28/+3
* Combined video detection stuff with new polling code.Constantin Kaplinsky2007-10-081-0/+1
* Code refactoring -- moving a code chunk from poll_New() to a separate sendCha...Constantin Kaplinsky2007-10-071-0/+1
* Performing polling via new checkRow() function.Constantin Kaplinsky2007-10-041-1/+13
* New polling algorithm has been implemented. Video detection is not included i...Constantin Kaplinsky2007-10-041-0/+7
* Improved algorithm of detecting rectangular video area. Old algorithm used th...Constantin Kaplinsky2007-09-291-0/+5
* Special handling for rectangular video area in x0vncserver.Constantin Kaplinsky2007-09-041-0/+2
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+148