summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* [Development] Use enhanced Security class by both UNIX and Windows viewers.Adam Tkac2010-04-232-16/+4
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-232-2/+0
* [Development] Implement Security class. This class will be used to createAdam Tkac2010-04-231-1/+1
* [Development] Move all VncAuth code from SSecurityFactoryStandard class toAdam Tkac2010-04-231-2/+0
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-231-1/+1
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-234-0/+6
* [BugFix] Include xserver17.patch and xserver18.patch in EXTRA_DIST inAdam Tkac2010-04-231-1/+1
* Don't need -version when just doing a rebuildDRC2010-04-161-3/+2
* Integrate stand-alone Xvnc build into build-xorg, to eliminate need for wrapp...DRC2010-04-161-10/+101
* [Development] Use AllocDevicePair instead of AddDevice/RegisterDevice functionsAdam Tkac2010-04-142-1/+46
* [Development] Merge KeyboardDevice and PointerDevice classes to new class calledAdam Tkac2010-04-144-77/+61
* Add support for building a stand-alone version of Xvnc from the Xorg 7.5 sourcesDRC2010-04-142-9/+99
* Remove unneeded modulesDRC2010-04-141-5/+1
* Automatically determine appropriate source path + better support for in-tree ...DRC2010-04-131-12/+15
* Support out-of-tree xorg builds and lay groundwork for cross-compatible build...DRC2010-04-133-64/+99
* [Development] Extend options dialog width from 400 to 450 to show French tran...Adam Tkac2010-03-191-1/+1
* [Bugfix] Fix libvnc.so module loading (define listenaddr symbol).Adam Tkac2010-03-051-0/+2
* [Bugfix] Defer all format changes till requested framebuffer updates areAdam Tkac2010-03-042-5/+17
* [Bugfix] Don't crash in TXImage::updateColourMap function due NULL pointerAdam Tkac2010-03-041-1/+2
* We need to set encodingChange for the client to actually request a newPierre Ossman2010-03-031-1/+4
* [Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc.Adam Tkac2010-02-191-0/+6
* Fix VPATH and out-of-tree buildsDRC2010-02-144-14/+14
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-102-6/+6
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-055-8/+35
* [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-221-1/+3
* Use static system libz.a so Xvnc doesn't depend on libz.so.1. As a result, w...DRC2010-01-111-5/+1
* 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
* 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
* [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
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-211-1/+1
* [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] 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
* Fix tarball generation via `make dist`.Adam Tkac2009-09-071-1/+9
* Fix compilation of i18n bits.Adam Tkac2009-09-0716-1339/+0
* Make Xvnc compilable.Adam Tkac2009-09-041-3/+3