aboutsummaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | [Bugfix] When terminating x0vncserver by pressing Ctrl+C in a remote viewer, ...Constantin Kaplinsky2008-09-051-0/+2
* | [Enhancements, refactoring] Rationalized functions to control videoConstantin Kaplinsky2008-09-051-1/+1
* | [Bugfix] Geometry::getVideoRect() should return coordinates relative to theConstantin Kaplinsky2008-09-022-5/+19
* | Russian translation converted to UTF-8 and added to the LINGUAS file.Constantin Kaplinsky2008-08-212-189/+189
* | Added Slovak translation by Jozef Riha.Constantin Kaplinsky2008-08-212-1/+189
* | Passing VideoArea parameter to VNCServerST object. VNCServerST saves theConstantin Kaplinsky2008-08-211-2/+3
* | Added parsing for new VideoArea parameter. It does not have any effect yet.Constantin Kaplinsky2008-08-202-6/+41
* | Added a comment.Constantin Kaplinsky2008-08-201-0/+2
* | Fixed a few more memory leaks.Constantin Kaplinsky2008-08-201-3/+6
* | Geometry string parsing has been moved to a separate member function of theConstantin Kaplinsky2008-08-202-13/+27
* | Minor cleanup: declaring PollingManager::sendChanges() as const.Constantin Kaplinsky2008-06-042-2/+2
* | Implemented support for command-line options that print version informationConstantin Kaplinsky2008-06-042-4/+18
* | Minor cleanup, no code changes: updated a comment and moved XDesktop::poll()Constantin Kaplinsky2008-06-041-7/+6
* | Refactoring: now PollingManager is owned by XPixelBuffer. No other classesConstantin Kaplinsky2008-06-045-27/+21
* | Code refactoring: PollingManager should not know anything aboutConstantin Kaplinsky2008-06-044-18/+14
* | Code refactoring: passing geometry to XPixelBuffer as a Rect instead of fourConstantin Kaplinsky2008-06-043-18/+9
* | Code improvements and better error checking in the Geometry class:Constantin Kaplinsky2008-06-043-21/+22
* | Code refactoring: maintaining the Image object representing the framebufferConstantin Kaplinsky2008-06-043-26/+35
* | Code refactoring: setting pixel format in XPixelBuffer instead of XDesktop.Constantin Kaplinsky2008-06-033-18/+23
* | Code refactoring: passing VNCServer pointer to PollingManager methodsConstantin Kaplinsky2008-06-033-27/+12
* | Grabbing the screen moved from PollingManager to XPixelBuffer.Constantin Kaplinsky2008-06-024-16/+19
* | Code refactoring - PollingManager's constructor is given an XPixelBuffer*Constantin Kaplinsky2008-05-305-24/+28
* | Removed the code for automatic video detection. It interfered with videoConstantin Kaplinsky2008-05-303-300/+7
* | Support for VideoRectangleSelection client message in the server code. The me...Constantin Kaplinsky2008-04-241-0/+2
* | - readded accidentaly removed intl and po directoriesAdam Tkac2008-03-2067-0/+15449
* | - handle HAVE_MITSHM macro through config.hAdam Tkac2008-03-2067-15449/+0
|/
* 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