summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fetch VncViewer.jar directly from the Java build directory, instead ofPeter Åstrand2009-04-141-1/+1
| | | | | | | | | trying to use the path that we earlier used for the checked in binary JAR. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3775 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Yet another version number fix. We had forgotten to update VERSIONINFOPeter Åstrand2009-04-142-8/+8
| | | | | | | | | | in vncviewer.rc, plus we should use 0.0.90 rather than 0.9.0. I'm dreaming of a future where the version number is SPOT. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3774 3789f03b-4d11-0410-bbf8-ca57d06f2519
* logo150x150.gif is no longer used. Peter Åstrand2009-04-141-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3773 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated the version number in yet another location. Peter Åstrand2009-04-141-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3772 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update version information, to match rest of the project. Peter Åstrand2009-04-141-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3771 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Corrected line breaks; must only use CRLF.Peter Åstrand2009-04-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3770 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
* Create the system menu entries earlier to play nice with any system-widePierre Ossman2009-04-091-15/+17
| | | | | | | additions. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3765 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update copyright notice and version in executable metadata.Pierre Ossman2009-04-091-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3764 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Use lower IDs for system menu entries.Pierre Ossman2009-04-091-19/+19
| | | | | | | | | Such high IDs are apparently unsafe to use in the system menu on some machines. The messages get lost somewhere, probably intercepted by another system-wide plugin. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3763 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Check for full *-windres name in configure instead of hardcode it.Adam Tkac2009-04-073-4/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3762 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove fttypes.h from Makefile.am, it doesn't exist.Adam Tkac2009-04-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3761 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
* Take advantage of libjpeg colorspace extensions, if availableDRC2009-04-061-9/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3759 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Take advantage of libjpeg colorspace extensions if availableDRC2009-04-061-12/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3758 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Test fast upsamplingDRC2009-04-054-10/+23
| | | | | | | "4:1:1 = 4:2:0" git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3757 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add colorspace extensions to merged upsampling routinesDRC2009-04-057-993/+1353
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3756 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove unnecessary codeDRC2009-04-051-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3755 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
* Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it ↵DRC2009-04-044-2/+4
| | | | | | received the effect of the redefined RGB_* macros git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3753 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ↵DRC2009-04-044-2/+4
| | | | | | it receives the effect of the redefined RGB_* macros git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3752 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Don't install test programs, build them only.Adam Tkac2009-04-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3751 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Check if C++ compiler is present.Adam Tkac2009-04-031-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3750 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
* Update shift values in pixel format parse routine.Pierre Ossman2009-04-031-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3748 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove unused pixel format constant.Pierre Ossman2009-04-031-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3747 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
* Include low-level unit tests borrowed from VirtualGLDRC2009-04-039-1/+1972
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3745 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implement new colorspaces to allow directly compressing from/decompressing ↵DRC2009-04-0319-1889/+2486
| | | | | | to RGB/RGBX/BGR/BGRX/XBGR/XRGB without conversion git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3744 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add environment variables to force MMX/SSE2 code path selectionDRC2009-04-031-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3743 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
* Initialize SMsgWriterV3.needExtendedDesktopSize variable to fix rare clientAdam Tkac2009-04-021-2/+2
| | | | | | | disconnections (reason "Client does not support extended desktop resize"). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3741 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
* Brown paper bag time... Forgot to actually store the new screen layout.Pierre Ossman2009-04-021-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3738 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Build libjpeg/SIMD by default and replace --with-included-jpeg switch with ↵DRC2009-04-022-11/+18
| | | | | | --with-system-jpeg switch git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3735 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix build for RGB_PIXELSIZE==4DRC2009-04-011-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3734 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
* Optimise the common pixel format conversion RGB24 to RGB32.Pierre Ossman2009-03-314-4/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3730 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