summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Bugfix] Default -FullColor to 0 when -AutoSelect=0 and -LowColorLevel= are u...Adam Tkac2009-10-071-0/+7
* [Doc] Improve vncviewer's -LowColorLevel parameter description.Adam Tkac2009-10-071-1/+3
* [Bugfix] Honor dotWhenNoCursor option (and it's changes) every time.Adam Tkac2009-10-073-8/+13
* Some systems (notably OS X Leopard) have fls() already, so rename ours to avo...DRC2009-10-011-2/+2
* Not all platforms define __WORDSIZEDRC2009-09-281-2/+11
* Greatly improve performance of Huffman decodingDRC2009-09-282-99/+269
* Significantly improve grayscale performanceDRC2009-09-242-14/+95
* Merge unified_buildsys branch to trunk (r3892 - r3898)Adam Tkac2009-09-1447-332/+263
|\
| * Fix tarball generation via `make dist`.Adam Tkac2009-09-073-22/+23
| * Fix compilation of i18n bits.Adam Tkac2009-09-0718-3/+5
| * Adapt Windows viewer to new build system.Adam Tkac2009-09-045-40/+12
| * Make Xvnc compilable.Adam Tkac2009-09-041-3/+3
| * Make unix/ subtree compilable.Adam Tkac2009-09-048-20/+39
| * - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-0417-247/+184
| * Create new branch "unified_buildsys"Adam Tkac2009-09-040-0/+0
|/
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-0423-67/+67
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-0423-67/+67
* Update (C) notice and fix line feed in usage instructionsDRC2009-09-031-2/+3
* Move keyboard input related code to Input.h and Input.cc.Adam Tkac2009-08-284-587/+622
* Add Input.h and Input.cc and move all mouse input related code there.Adam Tkac2009-08-285-141/+240
* Initialize eventq in all cases.Adam Tkac2009-08-281-0/+2
* Move definition of XORG macro to separate header.Adam Tkac2009-08-286-10/+37
* Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between...Adam Tkac2009-08-284-34/+34
* Change product name to TigerVNC in about dialogs. Peter Åstrand2009-08-2710-10/+10
* Fix typo in make_release text file.Adam Tkac2009-08-201-1/+1
* Add the doc/dev/ subdirectory which contains development process relatedAdam Tkac2009-08-203-0/+54
* Corrected last patch: Use jsimd_none.c instead of jsimd_i386.c onPeter Åstrand2009-08-191-1/+1
* Windows build fixes: Peter Åstrand2009-08-192-2/+2
* Initialize VNC extension earlier. It fixes problem that mouse cursor couldAdam Tkac2009-08-171-19/+19
* Unfortunately, the previous enhancements made an invalid assumption about the...DRC2009-08-061-16/+9
* Update copyrights to indicate files modified with colorspace extensionsDRC2009-08-067-0/+7
* Oops. Clean up a couple of remaining 32-bit memory accessesDRC2009-08-062-3/+3
* Improve compression performance by 15-20%DRC2009-07-301-21/+101
* Make our Makefile.am a bit easier to convert to a standalone one byPierre Ossman2009-07-101-0/+1
* Make sure bmp.h gets distributed.Pierre Ossman2009-07-101-2/+2
* Make sure the indirectly used assembly files get packaged.Pierre Ossman2009-07-101-0/+7
* Make x86_64 SIMD code PIC friendlyPierre Ossman2009-06-2911-247/+247