summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* [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/branches/1_0@3840 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Bump version to 0.0.91 and add doc/version_numbers file which lists occurrencesAdam Tkac2009-06-122-2/+2
| | | | | | | of version number. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3838 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/branches/1_0@3835 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Try to keep DPI when we change resolution as we have no idea what thePierre Ossman2009-06-021-2/+9
| | | | | | | dimensions of the client's screen is anyway. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3830 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/branches/1_0@3827 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/branches/1_0@3813 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
* Fix script to work with Python 2.3DRC2009-04-101-3/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3767 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Oops. Correct configure argument to disable UUID support is '--without-uuid'DRC2009-04-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3766 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Set default deferred update timer to 1 msDRC2009-04-062-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3760 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Properly handle spaces in configure flagsDRC2009-04-041-18/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3754 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Execute vncconfig in xstartup file early to make clipboard working.Adam Tkac2009-04-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3749 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Avoid touching PixelFormat internals.Pierre Ossman2009-04-033-38/+65
| | | | | | | | We forgot to update the internal variables with the previous version which caused problems with some clients (first noticed with gtk-vnc). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3746 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Disable XKEYBOARD extension by default, it is still broken (issue #2705839).Adam Tkac2009-04-032-16/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3742 3789f03b-4d11-0410-bbf8-ca57d06f2519
* We need to call RRGetInfo() again for our new mode to be added.Pierre Ossman2009-04-021-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3740 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improve logging in setScreenLayout().Pierre Ossman2009-04-021-5/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3739 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Build libjpeg/SIMD by default and replace --with-included-jpeg switch with ↵DRC2009-04-021-4/+11
| | | | | | --with-system-jpeg switch git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3735 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Try to increase the update rate by requesting a new update in parallel withPierre Ossman2009-04-012-1/+22
| | | | | | | decoding the current one. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3733 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make sure we flush the X11 connection once we've sent a bunch of screen updates.Pierre Ossman2009-04-011-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3732 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Store Xorg build directory under the TigerVNC build directory so multiple ↵DRC2009-04-011-1/+1
| | | | | | TigerVNC builds can co-exist on the same system git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3731 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add -fp argument to allow user to override font path selectionDRC2009-03-262-2/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3729 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Generally wordsmithed man page + changed descriptions to account for new ↵DRC2009-03-261-27/+31
| | | | | | changes in vncserver git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3728 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Don't complain if $depth not setDRC2009-03-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3727 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Comment out $depth line so that the server will use the default (24-bit)DRC2009-03-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3726 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Attempt to build a reasonable font path for the system and start Xvnc with ↵DRC2009-03-261-2/+46
| | | | | | this font path. Failing that, attempt to use the X Font Server (xfs.) Note that XFS is not generally available on SuSE and Ubuntu, so it cannot be used as the default font path. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3725 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Better default xstartup file which attempts to launch the user's chosen ↵DRC2009-03-261-0/+18
| | | | | | window manager before falling back to twm. This is borrowed from TurboVNC 0.5.1. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3724 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Allow Xvnc, vncpasswd, etc. to be run from an arbitrary directory, even if ↵DRC2009-03-261-5/+57
| | | | | | the directory is not part of the PATH. Look for xauth in /usr/X11R6/bin to support older Linux systems. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3723 3789f03b-4d11-0410-bbf8-ca57d06f2519
* X.Org 1.6 compatibility change in RandR related code (RRGetInfo takes twoAdam Tkac2009-03-261-0/+4
| | | | | | | parameters instead of one). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3722 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Try to update an entire FramebufferUpdate in one go, avoiding tears.Pierre Ossman2009-03-252-20/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3717 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Document the new DesktopSize parameter in the man file.Pierre Ossman2009-03-241-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3715 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implement basic support for SetDesktopSize.Pierre Ossman2009-03-232-0/+78
| | | | | | | No real support for RandR 1.2 yet. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3714 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add parameter to make client attempt to resize server desktop on connect.Pierre Ossman2009-03-234-2/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3712 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Reenable display even on failure.Pierre Ossman2009-03-231-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3710 3789f03b-4d11-0410-bbf8-ca57d06f2519
* RRRegisterRate() can in theory fail. Make sure we catch this.Pierre Ossman2009-03-231-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3709 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Properly parse the ExtendedDesktopSize rects in the client.Pierre Ossman2009-03-202-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3702 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Minimal client side support for the extended desktop size protocol.Pierre Ossman2009-03-202-4/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3699 3789f03b-4d11-0410-bbf8-ca57d06f2519
* VNC needs to be autoreconf'ed as well, otherwise unix/configure will not existDRC2009-03-201-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3695 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove Xorg 1.1 support since it doesn't work and we now know how to build ↵DRC2009-03-192-96/+2
| | | | | | Xorg 1.5 on legacy systems git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3694 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Allow PREFIX to be overriddenDRC2009-03-191-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3693 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Don't download tarballs if they already exist in the local directoryDRC2009-03-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3692 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Restore Composite callback when we close the screen.Pierre Ossman2009-03-191-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3691 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Build the macros package before everything else; must be done before autoreconfPeter Åstrand2009-03-191-1/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3690 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Allow additional configure flags to be passed on the command lineDRC2009-03-181-5/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3689 3789f03b-4d11-0410-bbf8-ca57d06f2519