summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
...
* [Development] Add more --disable- flags to Xorg's configure to compile Xvnc o...Adam Tkac2010-09-021-1/+1
* [Development] Compile Xvnc parallely, if possible.Adam Tkac2010-09-021-0/+4
* [Bugfix] Set pvfb->pixelFormatDefined only if format is defined.Adam Tkac2010-08-271-2/+2
* [Bugfix] Xvnc: define 32bit pixel format correctly when enabled.Adam Tkac2010-08-251-5/+14
* [Bugfix] Fix memory leak in InputDevice::keyEvent function.Adam Tkac2010-07-211-0/+2
* [Bugfix] vncserver: accept <+optname> option when specified as the first one.Adam Tkac2010-07-211-1/+1
* [Development] Client now uses security types from -SecurityTypes parameter in...Adam Tkac2010-07-201-3/+0
* [Development] Add xserver19.patch.Adam Tkac2010-07-201-0/+86
* [Development] Pass "serverClient" to QueryColors when compiling against X.Org...Adam Tkac2010-07-201-0/+4
* [Development] Fetch root window pointer directly from pScreen if possible.Adam Tkac2010-07-202-2/+12
* [Development] Improve privates handling in vncHooks to be compatible with X.O...Adam Tkac2010-07-201-2/+22
* [Development] Enable compilation against X.Org 1.9.X source.Adam Tkac2010-07-201-1/+3
* Reuse the getpasswd() function in filter mode so that the new line is strippe...DRC2010-07-091-9/+10
* Add a filter mode option to vncpasswdDRC2010-07-092-13/+46
* Don't require GTK when building pixman moduleDRC2010-07-051-0/+3
* [Doc] Include information about running "autoreconf -fiv" in the README file.Adam Tkac2010-06-291-0/+6
* Extend the default keyboard table with the Windows keys so that they canPierre Ossman2010-06-151-0/+4
* Map up the rest of the standard modifiers (if available).Pierre Ossman2010-06-151-0/+14
* Use a switch statement instead of a series of if:s for setting up the modmapPierre Ossman2010-06-151-8/+14
* Reinstate Caps Lock in the default keyboard map. It's not documented whyPierre Ossman2010-06-141-1/+1
* XConvertCase() in xorg-xserver 1.5 is simply a macro that maps to XkbConvertC...DRC2010-05-201-4/+0
* [Bugfix] Don't link libvnc.so against libXi.la, libdix.la and libxkb.la; useAdam Tkac2010-05-183-37/+38
* [Bugfix] Use always XkbConvertCase instead of XConvertCase when compilingAdam Tkac2010-05-181-1/+6
* [Development] Implement VeNCrypt type support on client side. Currently onlyAdam Tkac2010-04-231-1/+2
* [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