| Commit message (Expand) | Author | Age | Files | Lines |
* | - temporarily don't build i18n | Adam Tkac | 2008-04-17 | 2 | -2/+2 |
* | - use AC_CONFIG_SUBDIRS in unix/configure.ac to configure common subtree | Adam Tkac | 2008-04-17 | 1 | -17/+4 |
* | - renamed unix/configure.in to unix/configure.ac | Adam Tkac | 2008-04-17 | 1 | -0/+0 |
* | - removed DPMS stuff from xvnc.cc (included in xserver/Xext/dpmsstubs.c) | Adam Tkac | 2008-04-17 | 1 | -19/+0 |
* | - include dix-config.h before any xorg header | Adam Tkac | 2008-04-17 | 8 | -0/+32 |
* | - cleanup in common/configure.ac (boilerplate is no longer needed) | Adam Tkac | 2008-04-16 | 1 | -10/+0 |
* | - add libz to librdr.la to avoid tight/system zlib checking in xserver configure | Adam Tkac | 2008-04-16 | 2 | -0/+4 |
* | - don't build sources whose contains main() function into libz.a | Adam Tkac | 2008-04-16 | 1 | -3/+2 |
* | - introduced Xvnc Makefile.am | Adam Tkac | 2008-04-16 | 1 | -0/+61 |
* | - updated xserver.patch (part of it was merged to xorg upstream) | Adam Tkac | 2008-04-16 | 1 | -21/+14 |
* | - generate Makefile.in from Makefile.am template | Adam Tkac | 2008-04-14 | 10 | -154/+59 |
* | - improved zlib configuration, parameter --with-installed-zlib replaced by --... | Adam Tkac | 2008-04-14 | 1 | -13/+16 |
* | - improved jpeg configuration, parameter --with-installed-jpeg replaced by --... | Adam Tkac | 2008-04-14 | 1 | -18/+19 |
* | - introduced common/jpeg/jconfig.h.in - minimal jconfig.h template | Adam Tkac | 2008-04-14 | 2 | -2/+49 |
* | - introduced common/jpeg/{configure.ac,Makefile.am} | Adam Tkac | 2008-04-03 | 11 | -4212/+100 |
* | Introduced common/zlib/{configure.ac,Makefile.am}. Renamed macros | Adam Tkac | 2008-03-27 | 6 | -10/+49 |
* | Rename common/configure.in to common/configure.ac and fix AC_INIT | Adam Tkac | 2008-03-27 | 1 | -1/+1 |
* | PaintWindowBackground and PaintWindowBorder hooks are no longer used. | Adam Tkac | 2008-03-26 | 1 | -57/+6 |
* | Use SelectionCallback to handle selection changes. They should never | Adam Tkac | 2008-03-26 | 1 | -32/+17 |
* | Add DDXRingBell to xvnc.cc because it has to be implement by DDX. | Adam Tkac | 2008-03-26 | 1 | -1/+7 |
* | Use GetKeyboardEvents and GetPointerEvents functions to generate input events | Adam Tkac | 2008-03-26 | 1 | -42/+55 |
* | Initialize input devices in XserverDesktop constructor and update | Adam Tkac | 2008-03-26 | 2 | -9/+19 |
* | Moved keyboard and mouse input procedures to XserverDesktop.cc because | Adam Tkac | 2008-03-26 | 2 | -207/+207 |
* | Fixed minor compilation problems in xvnc.cc. | Adam Tkac | 2008-03-22 | 1 | -11/+7 |
* | Include keysym.h from $(includedir)/X11 | Adam Tkac | 2008-03-22 | 1 | -1/+1 |
* | Don't access devPrivates directly. Use dixRequestPrivate and dixLookupPrivate | Adam Tkac | 2008-03-22 | 1 | -34/+20 |
* | Fixed vncExtInit.cc compilation with gcc 4 series | Adam Tkac | 2008-03-22 | 1 | -1/+1 |
* | After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438 | Adam Tkac | 2008-03-22 | 88 | -1975/+29128 |
* | Fixed libX11 #include directives | Adam Tkac | 2008-03-21 | 2 | -5/+5 |
* | - moved Xvnc sources to unix/xserver/hw/vnc directory to affect current X tree | Adam Tkac | 2008-03-21 | 18 | -307/+68 |
* | Fixed detection of XTest extension on IRIX | Adam Tkac | 2008-03-21 | 1 | -1/+2 |
* | Always call configure in common/{zlib,jpeg} to get "make dist" works | Adam Tkac | 2008-03-21 | 1 | -3/+4 |
* | - fixed paths in po/POTFILES.in | Adam Tkac | 2008-03-21 | 1 | -11/+11 |
* | - handle HAVE_MITSHM macro through config.h | Adam Tkac | 2008-03-20 | 25 | -1328/+1605 |
* | - use Makefile.am and configure.ac | Adam Tkac | 2008-03-20 | 66 | -27810/+378 |
* | 1.5-xserver branch. In this branch Xvnc is going to be rebased on X server 1.... | Adam Tkac | 2008-03-19 | 0 | -0/+0 |
* | Added some missing #includes whose prevent build source with gcc 4.3 | Adam Tkac | 2008-03-19 | 5 | -0/+5 |
* | Protect common/zlib/configure parameter processing against infinite loop | Adam Tkac | 2008-03-19 | 1 | -0/+1 |
* | Set SVN project language to English. | Constantin Kaplinsky | 2008-03-17 | 0 | -0/+0 |
* | viewer could aborted when only one scrollbar should be used | Adam Tkac | 2008-03-14 | 2 | -7/+22 |
* | Optimized the checkRow() function. | Constantin Kaplinsky | 2008-01-21 | 1 | -6/+15 |
* | Minor refactoring: removed getFullRow() function, added its code to getRow(). | Constantin Kaplinsky | 2008-01-19 | 2 | -14/+10 |
* | Minor code enhancement: using an inline function instead of inline arithmetic. | Constantin Kaplinsky | 2008-01-18 | 2 | -5/+10 |
* | Minor code improvement: added Image::locatePixel(x, y) function to get rid of... | Constantin Kaplinsky | 2008-01-18 | 2 | -11/+11 |
* | Made a number of member variables constants. | Constantin Kaplinsky | 2008-01-18 | 2 | -18/+13 |
* | Minor refactoring: new m_bytesPerPixel member variable. | Constantin Kaplinsky | 2008-01-18 | 2 | -9/+14 |
* | Refactoring: checkRow() has been rationalized; it does not need arguments tha... | Constantin Kaplinsky | 2008-01-18 | 2 | -12/+26 |
* | Code refactoring: removed extra arguments for member functions. | Constantin Kaplinsky | 2008-01-17 | 2 | -35/+38 |
* | Code refactoring: introduced m_changeFlags member variable, instead of simila... | Constantin Kaplinsky | 2008-01-17 | 2 | -18/+19 |
* | Minor code refactoring: remembering the number of 32x32 tiles in a member var... | Constantin Kaplinsky | 2008-01-17 | 2 | -16/+16 |