summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make unix/ subtree compilable.Adam Tkac2009-09-046-20/+28
* - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-041-114/+0
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-048-13/+13
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-048-13/+13
* 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-277-7/+7
* Initialize VNC extension earlier. It fixes problem that mouse cursor couldAdam Tkac2009-08-171-19/+19
* Fix rendering of cursor on local framebuffer. It was broken by r3717.Pierre Ossman2009-06-221-0/+3
* Add Polish translation (thanks to Piotr Drąg).Adam Tkac2009-06-182-1/+190
* [Bugfix] Client didn't receive clipboard selections from a server due wrongAdam Tkac2009-06-162-2/+2
* Bump version to 0.0.91.Adam Tkac2009-06-122-2/+2
* Convert all *.po files to UTF-8 and bump translation versions to 0.0.91.Adam Tkac2009-06-125-64/+73
* Try to keep DPI when we change resolution as we have no idea what the Pierre Ossman2009-06-021-2/+9
* Don't install Russian translation, it is broken.Adam Tkac2009-06-011-1/+1
* [Bugfix] Start per session D-Bus daemon correctly.Adam Tkac2009-05-201-0/+1
* Regenerate xserver16.patch.Adam Tkac2009-04-271-8/+8
* If font catalogue exists (Fedora 11), use it as the initial font pathDRC2009-04-221-0/+3
* Fix generation of native pixel format so the that internal state is correct.Pierre Ossman2009-04-201-13/+19
* It shouldn't be necessary to actually open the XFS unix socket. If the socke...DRC2009-04-161-13/+6
* Change font path logic such that XFS is used if it is available and running, ...DRC2009-04-152-28/+67
* Use spawnvp on all platforms, even those that support the newer APIDRC2009-04-151-11/+1
* Move autoreconf of the X server until after modules are built, because the X ...DRC2009-04-111-1/+1