aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminated GCC signed/unsigned warnings:Peter Åstrand2010-02-102-3/+3
* Bugfix: We were using assignement instead of comparision in the ifPeter Åstrand2010-02-101-1/+1
* Eliminated two GCC warnings:Peter Åstrand2010-02-101-4/+3
* Eliminate GCC warning in ScaleFilters:Peter Åstrand2010-02-102-2/+2
* Eliminate warning about unused rfb::getHostAndPort, by not including Hostname.h.Peter Åstrand2010-02-101-1/+0
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-1025-71/+81
* Eliminate another GCC signed/unsigned warning: Peter Åstrand2010-02-101-1/+1
* Eliminate three more GCC warnings:Peter Åstrand2010-02-101-3/+3
* Eliminate GCC signed/unsigned warning. sizeof returns unsigned. Peter Åstrand2010-02-101-1/+1
* Back out r3958 and r3959. They aren't needed anymore, because the libjpeg-tu...DRC2010-02-052-13/+0
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-059-18/+58
* Oops. Use EGREP instead of GREP, because GREP is not available in earlier ve...DRC2010-02-051-1/+1
* Fix build problems on Solaris 10DRC2010-01-291-1/+1
* Enable 64-bit libjpeg/SIMD build on SolarisDRC2010-01-281-1/+8
* Use the correct version to name the shared library, and if the shared library...DRC2010-01-281-2/+3
* Allow building libjpeg.so if --enable-shared is passed to configure (but disa...DRC2010-01-282-0/+12
* [Bugfix] Fix memory leak in Tight decoder.Adam Tkac2010-01-271-0/+2
* [Bugfix] Mark stack as non-executable in NASM code.Adam Tkac2010-01-271-0/+3
* [Development] X.Org 1.8 codebase is now supported. Add xserver18.patch.Adam Tkac2010-01-222-1/+90
* Use configure scripts included in the tarball, if they exist. This is to avo...DRC2010-01-224-4/+12
* Added scripts for building cross-compatible binaries and 64-bit binaries on OS/XDRC2010-01-123-0/+52
* Prevent vncviewer, vncconfig, and x0vncserver from linking against static X11...DRC2010-01-122-26/+26
* Use static system libz.a so Xvnc doesn't depend on libz.so.1. As a result, w...DRC2010-01-113-5/+10
* Remove xfs support, because it doesn't work and isn't neededDRC2010-01-111-45/+21
* [Bugfix] vncviewer could crash when started with no arguments and user clickedAdam Tkac2010-01-111-1/+2
* Build Mesa as a shared lib so we can get swrast_dri.so, but this requires bui...DRC2010-01-111-7/+11
* Add scripts for building a cross-compatible version of TigerVNC on Linux. Th...DRC2010-01-082-0/+70
* Enable building a compatible version of Xvnc that doesn't depend on shared li...DRC2010-01-082-9/+52
* Store module tarballs in a centralized location to avoid abusing ftp.x.org by...DRC2010-01-082-5/+13
* configure.ac is no longer under unix/. Adjust compat build script accordingly.DRC2010-01-061-0/+4
* Change the default DPI to 96 as that is what most other systems use and wePierre Ossman2009-12-291-2/+5
* Make it possible to compile things with current upstream mingw. You'll losePierre Ossman2009-12-233-3/+19
* Update the svn:ignore lists for the new build system.Pierre Ossman2009-12-230-0/+0
* [Cleanup] Remove bogus vlog.debug from Input.cc:KeyboardDevice::keyEvent.Adam Tkac2009-12-221-1/+1
* [Bugfix] Always include cursorstr.h in XserverDesktop.cc.Adam Tkac2009-12-221-3/+0
* [Cleanup] Remove unused Socket::getMyAddress and Socket::getMyEndpoint functi...Adam Tkac2009-12-213-30/+0
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-218-20/+18
* [Development] Link libvnc.so against libdix, libXi and libxkb.Adam Tkac2009-12-212-2/+3
* [Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to ad...Adam Tkac2009-12-214-34/+195
* [Development] Add xserver17.patch (Thanks to adq_dvb at lidskialf dot net).Adam Tkac2009-12-212-2/+85
* Avoid modifiers such as shift sticking. Peter Åstrand2009-12-091-0/+17
* [Bugfix] Use /dev/urandom when available for xauth cookie generation (alan do...Adam Tkac2009-11-121-8/+17
* [Bugfix] Define "public" structure members as "c_public" in C includes inAdam Tkac2009-11-121-0/+2
* [Doc] s/XFree86/Xorg in Xvnc manual page (alan dot coopersmith at sun dot com)Adam Tkac2009-11-121-2/+2
* [Bugfix] Fix crash in TcpSocket::sameMachine for IPv6 connections (alan dot c...Adam Tkac2009-11-121-5/+19
* [Bugfix] Pass correct address length to connect(2) call (alan dot coopersmith...Adam Tkac2009-10-301-1/+1
* Make winvnc4 and Windows vncconfig compilable via MinGW.Adam Tkac2009-10-1214-18/+75
* [Bugfix] Fix MS Visual Studio 2008 compilation issues.Adam Tkac2009-10-089-28/+36
* Enable 64-bit build on Snow LeopardDRC2009-10-083-3/+11
* Work around alignment issue with OS X linker which was causing problems on Le...DRC2009-10-0845-0/+148