aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - temporarily don't build i18nAdam Tkac2008-04-172-2/+2
* - use AC_CONFIG_SUBDIRS in unix/configure.ac to configure common subtreeAdam Tkac2008-04-171-17/+4
* - renamed unix/configure.in to unix/configure.acAdam Tkac2008-04-171-0/+0
* - removed DPMS stuff from xvnc.cc (included in xserver/Xext/dpmsstubs.c)Adam Tkac2008-04-171-19/+0
* - include dix-config.h before any xorg headerAdam Tkac2008-04-178-0/+32
* - cleanup in common/configure.ac (boilerplate is no longer needed)Adam Tkac2008-04-161-10/+0
* - add libz to librdr.la to avoid tight/system zlib checking in xserver configureAdam Tkac2008-04-162-0/+4
* - don't build sources whose contains main() function into libz.aAdam Tkac2008-04-161-3/+2
* - introduced Xvnc Makefile.amAdam Tkac2008-04-161-0/+61
* - updated xserver.patch (part of it was merged to xorg upstream)Adam Tkac2008-04-161-21/+14
* - generate Makefile.in from Makefile.am templateAdam Tkac2008-04-1410-154/+59
* - improved zlib configuration, parameter --with-installed-zlib replaced by --...Adam Tkac2008-04-141-13/+16
* - 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
* Added some missing #includes whose prevent build source with gcc 4.3Adam Tkac2008-03-195-0/+5
* Protect common/zlib/configure parameter processing against infinite loopAdam Tkac2008-03-191-0/+1
* Set SVN project language to English.Constantin Kaplinsky2008-03-170-0/+0
* 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