aboutsummaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix build on RHEL 4DRC2009-04-112-8/+9
* Fix script to work with Python 2.3DRC2009-04-101-3/+11
* Oops. Correct configure argument to disable UUID support is '--without-uuid'DRC2009-04-101-1/+1
* Set default deferred update timer to 1 msDRC2009-04-062-2/+2
* Properly handle spaces in configure flagsDRC2009-04-041-18/+12
* Execute vncconfig in xstartup file early to make clipboard working.Adam Tkac2009-04-031-1/+1
* Avoid touching PixelFormat internals.Pierre Ossman2009-04-033-38/+65
* Disable XKEYBOARD extension by default, it is still broken (issue #2705839).Adam Tkac2009-04-032-16/+34
* We need to call RRGetInfo() again for our new mode to be added.Pierre Ossman2009-04-021-0/+10
* Improve logging in setScreenLayout().Pierre Ossman2009-04-021-5/+15