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