summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add r3952 and r3955 changes to 1_0_1 tag because they are needed for successfulv1.0.1Adam Tkac2010-03-192-1/+7
| | | | | | | build of 1.0.1 release. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/tags/1_0_1@4006 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Tag r3950 as 1.0.1 release.Adam Tkac2010-01-190-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/tags/1_0_1@3951 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Bump version numbers to 1.0.1.Adam Tkac2010-01-199-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3950 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Remove xfs support, because it doesn't work and isn't neededAdam Tkac2010-01-191-45/+21
| | | | | | | (dcommander). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3949 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] vncviewer could crash when started with no arguments and user clickedAdam Tkac2010-01-191-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/branches/1_0@3948 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Some systems (notably OS X Leopard) have fls() already, so renameAdam Tkac2010-01-191-2/+2
| | | | | | | ours to avoid conflict (dcommander). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3947 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Work around alignment issue with OS X linker which was causingAdam Tkac2010-01-1931-0/+93
| | | | | | | | problems on Leopard and Snow Leopard (dcommander). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3946 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/branches/1_0@3925 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/branches/1_0@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/branches/1_0@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/branches/1_0@3919 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Fix crash in TcpSocket::sameMachine for IPv6 connections (alan dot ↵Adam Tkac2009-11-121-5/+19
| | | | | | coopersmith at sun dot com) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3918 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Pass correct address length to connect(2) call (alan dot ↵Adam Tkac2009-10-301-1/+1
| | | | | | | | | coopersmith at sun dot com) Reference: http://www.mail-archive.com/tigervnc-devel@lists.sourceforge.net/msg00449.html git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3917 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Fix MS Visual Studio 2008 compilation issues.Adam Tkac2009-10-089-28/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3912 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/branches/1_0@3909 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/branches/1_0@3908 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/branches/1_0@3907 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Bump release number to 1.0.0, for Inno Setup as well.v1.0.0Peter Åstrand2009-08-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3877 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Bump release number to 1.0.0.Adam Tkac2009-08-198-17/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3873 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/branches/1_0@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/branches/1_0@3855 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/branches/1_0@3854 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Increase version number in win/tigervnc.iss to 0.0.91.v0.0.91Adam Tkac2009-06-162-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3843 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/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-129-17/+28
| | | | | | | 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
* Changes outside the framebuffer can sometimes be reported so we need toPierre Ossman2009-06-091-1/+5
| | | | | | | make sure that we can deal with them gracefully. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3833 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
* DIBSectionBuffer can modify the pixel format so we need to read it back toPierre Ossman2009-06-011-0/+1
| | | | | | | make sure everything is synchronized. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3828 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
* We should only send ExtendedDesktopSize to a client supporting both it andPierre Ossman2009-05-281-4/+6
| | | | | | | the old DesktopSize. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3816 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
* [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash.Adam Tkac2009-05-182-0/+4
| | | | | | | Reference: https://bugzilla.redhat.com/show_bug.cgi?id=499401 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3811 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Create 1_0 branch.Adam Tkac2009-05-120-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_0@3810 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The code to utilize our libjpeg's ability to input/output out native formatsv0.0.90Pierre Ossman2009-04-302-38/+43
| | | | | | | | failed to consider everything but the ideal cases. Clean up the code and make sure it handles everything. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3795 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated version information and copyright.Peter Åstrand2009-04-291-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3794 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
* Remove debugging output that wasn't supposed to be committed.Pierre Ossman2009-04-241-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3788 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Send desktop layout changes separatelyPierre Ossman2009-04-235-84/+167
| | | | | | | | | | Make sure we send any modifications to the desktop layout in a message that does not modify the framebuffer data. This is required to make sure we have a valid state on the client as it drops the framebuffer when it recieves a framebuffer dimension change. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3787 3789f03b-4d11-0410-bbf8-ca57d06f2519
* UltraVNC sends a new non-incr. FUR when it gets a DesktopSize rect, andPierre Ossman2009-04-221-2/+8
| | | | | | | | | TightVNC drops the framebuffer, so we can't realistically send it every non-incr FUR. Besides, the client needs to keep track of framebuffer dimensions anyway. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3786 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
* Make sure we handle endian problems in the conversion code.Pierre Ossman2009-04-213-6/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3784 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
* Added Inno Setup file, for creating Windows installer. Peter Åstrand2009-04-151-0/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3781 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added DOS line breaks.Peter Åstrand2009-04-151-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3780 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
* Added a copy of the license with DOS line breaks, so that we can shipPeter Åstrand2009-04-151-0/+340
| | | | | | | | | | | a license which is readable on Windows. I hate to make a copy, but our current build system makes it difficult to auto-add DOS line breaks. We can fix this when we have migrated to a Makefile/Autotools/MSYS build system. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3778 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
* The index.vnc in the javabin directory was removed in r3667. We couldPeter Åstrand2009-04-142-1/+14
| | | | | | | | | | | | | | resurrect it, but the location is not very good. One alternative would be to use java/src/com/tigervnc/vncviewer/index.vnc, but this file is, despite it's location, specific to Xvnc. Long term, we should probably merge the two different .vnc files into one. It might also make sense to ship the WinVNC .vnc on disk rather than inside the EXE. But for now, use the .vnc just as before. I have resurrected it in the winvnc directory, though. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3776 3789f03b-4d11-0410-bbf8-ca57d06f2519