Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
808db551d59201fe55e56ee780fe919b13655cb1
/
unix
/
x0vncserver
/
PollingManager.cxx
808db55
Code cleanups, changes in variable names only.
by Constantin Kaplinsky
· 18 years ago
6bb4bf1
Code improvement -- the code from detectVideo() was split into two functions, handleVideo() and detectVideo().
by Constantin Kaplinsky
· 18 years ago
646998a
Optimized detectVideo() function. Now it does the most work only when needed, not each time it's called. The video rectangle (m_videoRect) is now a member variable so it's remembered between calls to poll().
by Constantin Kaplinsky
· 18 years ago
d0b15c6
Removed PollPointer parameter and the corresponding code. Polling the screen around the pointer rather decreased polling performance then improved responsiveness.
by Constantin Kaplinsky
· 18 years ago
1adc255
Removed unused m_changedFlags member variable.
by Constantin Kaplinsky
· 18 years ago
9ee8dc6
Removed old polling code, as well as PollingType parameter.
by Constantin Kaplinsky
· 18 years ago
c1984e0
Combined video detection stuff with new polling code.
by Constantin Kaplinsky
· 18 years ago
29d3205
Fixed a problem with low performance in new polling code.
by Constantin Kaplinsky
· 18 years ago
f25307a
Bugfix: we should not assume (sizeof(bool) == 1).
by Constantin Kaplinsky
· 18 years ago
5e2f69f
A comment extended.
by Constantin Kaplinsky
· 18 years ago
a79255b
Code refactoring -- moving a code chunk from poll_New() to a separate sendChanges() method.
by Constantin Kaplinsky
· 18 years ago
bc6b9e2
Performing polling via new checkRow() function.
by Constantin Kaplinsky
· 18 years ago
a119b48
New polling algorithm has been implemented. Video detection is not included in this version though.
by Constantin Kaplinsky
· 18 years ago
0fc9f17
Improved algorithm of detecting rectangular video area. Old algorithm used the external boundary of the candidate region, while new algoritm uses the biggest rectangular part of the candidate region.
by Constantin Kaplinsky
· 18 years ago
5664998
Special handling for rectangular video area in x0vncserver.
by Constantin Kaplinsky
· 18 years ago
344c3fe
PollPointer setting now defaults to false. Printing the number of changed tiles in each polling pass if DEBUG is defined (only with PollingType=3).
by Constantin Kaplinsky
· 18 years ago
b30ae7f
Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow.
by Constantin Kaplinsky
· 19 years ago