aboutsummaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove xfs support, because it doesn't work and isn't neededDRC2010-01-111-45/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3942 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] vncviewer could crash when started with no arguments and user clickedAdam Tkac2010-01-111-1/+2
| | | | | | | | | on "Options" and "OK". Thanks to Jan Gorig for the patch. Reference: https://bugzilla.redhat.com/show_bug.cgi?id=541755 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3941 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Build Mesa as a shared lib so we can get swrast_dri.so, but this requires ↵DRC2010-01-111-7/+11
| | | | | | building Xorg modules with -fPIC so they can be linked successfully into Mesa shared lib. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3940 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Enable building a compatible version of Xvnc that doesn't depend on shared ↵DRC2010-01-082-9/+52
| | | | | | libraries in xorg.build/lib git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3938 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Store module tarballs in a centralized location to avoid abusing ftp.x.org ↵DRC2010-01-082-5/+13
| | | | | | by downloading them every time we do a clean build git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3937 3789f03b-4d11-0410-bbf8-ca57d06f2519
* configure.ac is no longer under unix/. Adjust compat build script accordingly.DRC2010-01-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3936 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Change the default DPI to 96 as that is what most other systems use and wePierre Ossman2009-12-291-2/+5
| | | | | | | want fonts to look the same in Xvnc. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3935 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Cleanup] Remove bogus vlog.debug from Input.cc:KeyboardDevice::keyEvent.Adam Tkac2009-12-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3932 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Always include cursorstr.h in XserverDesktop.cc.Adam Tkac2009-12-221-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3931 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3929 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Link libvnc.so against libdix, libXi and libxkb.Adam Tkac2009-12-212-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3928 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to ↵Adam Tkac2009-12-214-34/+195
| | | | | | adq_dvb at lidskialf dot net). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3927 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Add xserver17.patch (Thanks to adq_dvb at lidskialf dot net).Adam Tkac2009-12-212-2/+85
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3926 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Avoid modifiers such as shift sticking. Peter Åstrand2009-12-091-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3924 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Use /dev/urandom when available for xauth cookie generation (alan ↵Adam Tkac2009-11-121-8/+17
| | | | | | dot coopersmith at sun dot com) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3921 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Define "public" structure members as "c_public" in C includes inAdam Tkac2009-11-121-0/+2
| | | | | | | vncExtInit.cc (alan dot coopersmith at sun dot com) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3920 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Doc] s/XFree86/Xorg in Xvnc manual page (alan dot coopersmith at sun dot com)Adam Tkac2009-11-121-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3919 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Default -FullColor to 0 when -AutoSelect=0 and -LowColorLevel= are ↵Adam Tkac2009-10-071-0/+7
| | | | | | used. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3906 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Doc] Improve vncviewer's -LowColorLevel parameter description.Adam Tkac2009-10-071-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3905 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Honor dotWhenNoCursor option (and it's changes) every time.Adam Tkac2009-10-073-8/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3904 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix tarball generation via `make dist`.Adam Tkac2009-09-071-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3898 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix compilation of i18n bits.Adam Tkac2009-09-0716-1339/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3897 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make Xvnc compilable.Adam Tkac2009-09-041-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3894 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make unix/ subtree compilable.Adam Tkac2009-09-046-20/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3893 3789f03b-4d11-0410-bbf8-ca57d06f2519
* - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-041-114/+0
| | | | | | | | - create stub top-level Makefile.am - make common/ subtree compilable git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/unified_buildsys@3892 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-048-13/+13
| | | | | | | change. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3890 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-048-13/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3889 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Move keyboard input related code to Input.h and Input.cc.Adam Tkac2009-08-284-587/+622
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3887 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add Input.h and Input.cc and move all mouse input related code there.Adam Tkac2009-08-285-141/+240
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3886 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Initialize eventq in all cases.Adam Tkac2009-08-281-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3885 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Move definition of XORG macro to separate header.Adam Tkac2009-08-286-10/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3884 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Use "XORG <version>" macro instead of "XORG_<version>" to distinguish ↵Adam Tkac2009-08-284-34/+34
| | | | | | between X.Org branches. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3883 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Change product name to TigerVNC in about dialogs. Peter Åstrand2009-08-277-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3882 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Initialize VNC extension earlier. It fixes problem that mouse cursor couldAdam Tkac2009-08-171-19/+19
| | | | | | | | | randomly disappeared. Reference: https://bugzilla.redhat.com/show_bug.cgi?id=508998 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3872 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix rendering of cursor on local framebuffer. It was broken by r3717.Pierre Ossman2009-06-221-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3856 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add Polish translation (thanks to Piotr Drąg).Adam Tkac2009-06-182-1/+190
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3853 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Client didn't receive clipboard selections from a server due wrongAdam Tkac2009-06-162-2/+2
| | | | | | | | | CConn::serverCutText prototype. Reference: https://bugzilla.redhat.com/show_bug.cgi?id=503271 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3839 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Bump version to 0.0.91.Adam Tkac2009-06-122-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3837 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Convert all *.po files to UTF-8 and bump translation versions to 0.0.91.Adam Tkac2009-06-125-64/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3836 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Try to keep DPI when we change resolution as we have no idea what the Pierre Ossman2009-06-021-2/+9
| | | | | | | dimensions of the client's screen is anyway. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3831 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Don't install Russian translation, it is broken.Adam Tkac2009-06-011-1/+1
| | | | | | | Reference: https://bugzilla.redhat.com/show_bug.cgi?id=501832 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3826 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Start per session D-Bus daemon correctly.Adam Tkac2009-05-201-0/+1
| | | | | | | Reference: https://bugzilla.redhat.com/show_bug.cgi?id=497592 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3814 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Regenerate xserver16.patch.Adam Tkac2009-04-271-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3789 3789f03b-4d11-0410-bbf8-ca57d06f2519
* If font catalogue exists (Fedora 11), use it as the initial font pathDRC2009-04-221-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3785 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix generation of native pixel format so the that internal state is correct.Pierre Ossman2009-04-201-13/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3783 3789f03b-4d11-0410-bbf8-ca57d06f2519
* It shouldn't be necessary to actually open the XFS unix socket. If the ↵DRC2009-04-161-13/+6
| | | | | | socket file exists, then XFS is running. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3782 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Change font path logic such that XFS is used if it is available and running, ↵DRC2009-04-152-28/+67
| | | | | | otherwise Xvnc is started with no -fp argument. If this fails, then Xvnc is restarted using the automatically-generated font path. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3779 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Use spawnvp on all platforms, even those that support the newer APIDRC2009-04-151-11/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3777 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Move autoreconf of the X server until after modules are built, because the X ↵DRC2009-04-111-1/+1
| | | | | | server build needs xtrans.m4 (which isn't always available on the system.) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3769 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix build on RHEL 4DRC2009-04-112-8/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3768 3789f03b-4d11-0410-bbf8-ca57d06f2519