aboutsummaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Add DDXRingBell to xvnc.cc because it has to be implement by DDX.Adam Tkac2008-03-261-1/+7
* Use GetKeyboardEvents and GetPointerEvents functions to generate input eventsAdam Tkac2008-03-261-42/+55
* Initialize input devices in XserverDesktop constructor and updateAdam Tkac2008-03-262-9/+19
* Moved keyboard and mouse input procedures to XserverDesktop.cc becauseAdam Tkac2008-03-262-207/+207
* Fixed minor compilation problems in xvnc.cc.Adam Tkac2008-03-221-11/+7
* Include keysym.h from $(includedir)/X11Adam Tkac2008-03-221-1/+1
* Don't access devPrivates directly. Use dixRequestPrivate and dixLookupPrivateAdam Tkac2008-03-221-34/+20
* Fixed vncExtInit.cc compilation with gcc 4 seriesAdam Tkac2008-03-221-1/+1
* After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438Adam Tkac2008-03-2246-346/+23686
* Fixed libX11 #include directivesAdam Tkac2008-03-212-5/+5
* - moved Xvnc sources to unix/xserver/hw/vnc directory to affect current X treeAdam Tkac2008-03-2118-307/+68
* - handle HAVE_MITSHM macro through config.hAdam Tkac2008-03-208-1320/+283
* - use Makefile.am and configure.acAdam Tkac2008-03-2039-22368/+65
* Added some missing #includes whose prevent build source with gcc 4.3Adam Tkac2008-03-193-0/+3
* viewer could aborted when only one scrollbar should be usedAdam Tkac2008-03-142-7/+22
* Optimized the checkRow() function.Constantin Kaplinsky2008-01-211-6/+15
* Minor refactoring: removed getFullRow() function, added its code to getRow().Constantin Kaplinsky2008-01-192-14/+10
* Minor code enhancement: using an inline function instead of inline arithmetic.Constantin Kaplinsky2008-01-182-5/+10
* Minor code improvement: added Image::locatePixel(x, y) function to get rid of...Constantin Kaplinsky2008-01-182-11/+11
* Made a number of member variables constants.Constantin Kaplinsky2008-01-182-18/+13
* Minor refactoring: new m_bytesPerPixel member variable.Constantin Kaplinsky2008-01-182-9/+14
* Refactoring: checkRow() has been rationalized; it does not need arguments tha...Constantin Kaplinsky2008-01-182-12/+26
* Code refactoring: removed extra arguments for member functions.Constantin Kaplinsky2008-01-172-35/+38
* Code refactoring: introduced m_changeFlags member variable, instead of simila...Constantin Kaplinsky2008-01-172-18/+19
* Minor code refactoring: remembering the number of 32x32 tiles in a member var...Constantin Kaplinsky2008-01-172-16/+16
* Implemented calls to reportChanges() as conditional macros. This reduces the ...Constantin Kaplinsky2008-01-101-13/+11
* More debugging output can be enabled with the #define DEBUG_REPORT_CHANGED_TI...Constantin Kaplinsky2008-01-102-0/+40
* Checking neighbor pixels above and below changed tiles, as well as pixels at ...Constantin Kaplinsky2008-01-091-4/+46
* If defined DEBUG_PRINT_NUM_CHANGED_TILES, print correct final number of chang...Constantin Kaplinsky2008-01-092-4/+7
* Removed an extra empty line.Constantin Kaplinsky2008-01-081-1/+0
* Documented TightVNC-specific parameters properly.Constantin Kaplinsky2008-01-081-17/+53
* Made the manual page more readable, added clarifications, formatting fixes, c...Constantin Kaplinsky2008-01-081-66/+77
* Reordered parameter descriptions, as x0vncserver -h printed them in almost ra...Constantin Kaplinsky2008-01-071-84/+84
* Added new PARAMETERS section to the x0vncserver manual. The information was c...Constantin Kaplinsky2008-01-071-1/+134
* The man page for x0vncserver rewritten from the scratch.Constantin Kaplinsky2008-01-071-24/+34
* Polling algorithm was extended. Now, if it detected any changes, it will also...Constantin Kaplinsky2007-12-282-1/+61
* When compiled with defining DEBUG_PRINT_NUM_CHANGED_TILES, print the number o...Constantin Kaplinsky2007-12-281-0/+8
* Code refactoring and cleanups. Moved a part of handleVideo() back to pollScre...Constantin Kaplinsky2007-12-282-27/+18
* Maintaining additional one-pixel-width image for using in upcoming polling im...Constantin Kaplinsky2007-12-282-6/+13
* Minor code refactoring -- new flagVideoArea() function, minor naming and form...Constantin Kaplinsky2007-12-282-13/+17
* Prepared the XPixelBuffer class for grabbing the screen in its grabRegion() m...Constantin Kaplinsky2007-12-274-15/+42
* Overriding the grabRegion function in XPixelBuffer. It will perform screen gr...Constantin Kaplinsky2007-12-263-1/+32
* Moved XPixelBuffer class into a separate file.Constantin Kaplinsky2007-12-262-21/+52
* Added a numner of FIXME comments, to identify some possible improvements.Constantin Kaplinsky2007-12-251-0/+14
* Implemented new "VideoPriority" parameter. It allows to increase the priority...Constantin Kaplinsky2007-12-252-1/+26
* Making sure that both height and width of the video area are always multiples...Constantin Kaplinsky2007-12-251-1/+13
* Added IrixCLJpegCompressor class which will support JPEG compression via the ...Constantin Kaplinsky2007-12-134-4055/+4537
* Replaced fprintf(stderr, ...) with proper logging.Constantin Kaplinsky2007-10-101-3/+4
* Code cleanups, changes in variable names only.Constantin Kaplinsky2007-10-091-24/+24
* Code improvement -- the code from detectVideo() was split into two functions,...Constantin Kaplinsky2007-10-092-45/+51