aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * - improved jpeg configuration, parameter --with-installed-jpeg replaced by --...Adam Tkac2008-04-141-18/+19
| * - introduced common/jpeg/jconfig.h.in - minimal jconfig.h templateAdam Tkac2008-04-142-2/+49
| * - introduced common/jpeg/{configure.ac,Makefile.am}Adam Tkac2008-04-0311-4212/+100
| * Introduced common/zlib/{configure.ac,Makefile.am}. Renamed macrosAdam Tkac2008-03-276-10/+49
| * Rename common/configure.in to common/configure.ac and fix AC_INITAdam Tkac2008-03-271-1/+1
| * PaintWindowBackground and PaintWindowBorder hooks are no longer used.Adam Tkac2008-03-261-57/+6
| * Use SelectionCallback to handle selection changes. They should neverAdam Tkac2008-03-261-32/+17
| * 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-2288-1975/+29128
| * 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
| * Fixed detection of XTest extension on IRIXAdam Tkac2008-03-211-1/+2
| * Always call configure in common/{zlib,jpeg} to get "make dist" worksAdam Tkac2008-03-211-3/+4
| * - fixed paths in po/POTFILES.inAdam Tkac2008-03-211-11/+11
| * - handle HAVE_MITSHM macro through config.hAdam Tkac2008-03-2025-1328/+1605
| * - use Makefile.am and configure.acAdam Tkac2008-03-2066-27810/+378
| * 1.5-xserver branch. In this branch Xvnc is going to be rebased on X server 1....Adam Tkac2008-03-190-0/+0
* | [Merge] Revision 2778 has been reverted.syuri2008-09-196-0/+2541
* | [Layout] Xregion has been deleted from screen-update folder.syuri2008-09-196-2541/+0
* | [Layout] Project for Xregion has been created.syuri2008-09-191-0/+298
* | [Bugfix] When terminating x0vncserver by pressing Ctrl+C in a remote viewer, ...Constantin Kaplinsky2008-09-051-0/+2
* | [Bugfix] Resetting video rectangle on last client disconnect.Constantin Kaplinsky2008-09-051-0/+1
* | [Enhancement] Sending zero coordinates of the video area selection if that se...Constantin Kaplinsky2008-09-051-0/+5
* | [Enhancements, refactoring] Rationalized functions to control videoConstantin Kaplinsky2008-09-058-40/+53
* | [Bugfix] If JpegCompressor could not compress the data, it did switch to Stan...Constantin Kaplinsky2008-09-031-0/+1
* | [Bugfix, cleanups] All the remaining problems with video rectangle selection ...Constantin Kaplinsky2008-09-031-59/+53
* | [Bugfix] Selection grew incorrectly when it passed left or upper boundary of ...Constantin Kaplinsky2008-09-031-2/+10
* | [Bugfix] Make sure the video selection is always a multiple of 16x8 pixels. P...Constantin Kaplinsky2008-09-031-9/+12
* | [Bugfix] Geometry::getVideoRect() should return coordinates relative to theConstantin Kaplinsky2008-09-022-5/+19
* | [Bugfix] Fixed a problem with overloading x0vncserver by update requests, whe...Constantin Kaplinsky2008-08-291-2/+13
* | 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
* | [Cleanup] Fixed a compilation warning by removing a very doubtful optimization.Constantin Kaplinsky2008-08-211-6/+1
* | [Bugfix] When pixel comparison to reduce unnecessary updates was performed,Constantin Kaplinsky2008-08-211-1/+3
* | VideoPriority parameter was set to 0 by default, now it defaults to 2.Constantin Kaplinsky2008-08-211-1/+1
* | VideoArea parameter is fully respected. The server treats the specified recta...Constantin Kaplinsky2008-08-211-1/+4
* | Passing VideoArea parameter to VNCServerST object. VNCServerST saves theConstantin Kaplinsky2008-08-213-2/+10
* | 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
* | [Bugfix] Fixed a problem with recursive seeking and unhandled EOFException("[...Constantin Kaplinsky2008-06-233-6/+8
* | [Development] Using index-driven positioning when seeking forward over more t...Constantin Kaplinsky2008-06-232-10/+12