aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Cleanup] Handle system dependent defines through autoheader & common-config.hAdam Tkac2008-10-068-31/+32
* [Cleanup] Detect and handle IRIX related enhancements in common/* directory onlyAdam Tkac2008-10-065-30/+14
* Install *man files and vncserver script in Makefile.amsAdam Tkac2008-09-296-0/+14
* Merged changes from branches/1.5-xserver (revision range 2432:2631) back to t...Constantin Kaplinsky2008-09-28153-49113/+1334
|\
| * Fix compilation issues with gcc 3.4 (patch from George Wright - <gwright cend...Adam Tkac2008-07-292-1/+3
| * Removed obsoleted patches and READMEs for HP-UXAdam Tkac2008-07-214-614/+0
| * Export all symbols in Xvnc to make mesa modules workingAdam Tkac2008-07-141-0/+2
| * Include headers in Makefile.am-s in unix/* to fix "make dist" commandAdam Tkac2008-07-145-7/+21
| * Include -L/usr/lib32 into LDFLAGS on IRIXAdam Tkac2008-07-142-2/+2
| * Added zutil.c to libz.la sourcesAdam Tkac2008-07-141-1/+1
| * Add headers to Makefile.am-s to fix "make dist" command in common/* subtreeAdam Tkac2008-06-186-18/+58
| * Downgrade gettext version to 0.14.6 to support wide range of OSsAdam Tkac2008-06-121-1/+1
| * Replaced --with-tight-{jpeg,zlib} configure parameters by --with-included-{jp...Adam Tkac2008-06-111-8/+8
| * - updated information how build sources in unix/READMEAdam Tkac2008-04-211-34/+48
| * - reverted r2497Adam Tkac2008-04-204-10/+3
| * - added top-level configure.ac and Makefile.am to make "make dist" workingAdam Tkac2008-04-184-3/+10
| * - fixed paths in POTFILES.inAdam Tkac2008-04-181-11/+11
| * - removed libz and libjpeg detection from unix/configure.ac (done in common/c...Adam Tkac2008-04-171-42/+0
| * - removed more unneded filesAdam Tkac2008-04-1759-15386/+1
| * - removed autogenerated and obsoleted filesAdam Tkac2008-04-1725-25039/+0
| * - make i18n working againAdam Tkac2008-04-174-4/+277
| * - generate Makefile.in in unix/* subtree from Makefile.amAdam Tkac2008-04-1713-139/+61
| * - use PACKAGE_NAME/PACKAGE_VERSION macros instead PACKAGE/VERSION (AC_INIT() ...Adam Tkac2008-04-172-5/+5
| * - removed autogenerated unix/aclocal.m4Adam Tkac2008-04-171-2602/+0
| * - 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