aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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