summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix script to work with Python 2.3DRC2009-04-101-3/+11
* Oops. Correct configure argument to disable UUID support is '--without-uuid'DRC2009-04-101-1/+1
* Create the system menu entries earlier to play nice with any system-widePierre Ossman2009-04-091-15/+17
* Update copyright notice and version in executable metadata.Pierre Ossman2009-04-091-4/+4
* Use lower IDs for system menu entries.Pierre Ossman2009-04-091-19/+19
* Check for full *-windres name in configure instead of hardcode it.Adam Tkac2009-04-073-4/+3
* Remove fttypes.h from Makefile.am, it doesn't exist.Adam Tkac2009-04-071-1/+1
* Set default deferred update timer to 1 msDRC2009-04-062-2/+2
* Take advantage of libjpeg colorspace extensions, if availableDRC2009-04-061-9/+54
* Take advantage of libjpeg colorspace extensions if availableDRC2009-04-061-12/+52
* Test fast upsamplingDRC2009-04-054-10/+23
* Add colorspace extensions to merged upsampling routinesDRC2009-04-057-993/+1353
* Remove unnecessary codeDRC2009-04-051-6/+0
* Properly handle spaces in configure flagsDRC2009-04-041-18/+12
* Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it rece...DRC2009-04-044-2/+4
* Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ...DRC2009-04-044-2/+4
* Don't install test programs, build them only.Adam Tkac2009-04-031-1/+1
* Check if C++ compiler is present.Adam Tkac2009-04-031-0/+1
* Execute vncconfig in xstartup file early to make clipboard working.Adam Tkac2009-04-031-1/+1
* Update shift values in pixel format parse routine.Pierre Ossman2009-04-031-0/+3
* Remove unused pixel format constant.Pierre Ossman2009-04-031-2/+0
* Avoid touching PixelFormat internals.Pierre Ossman2009-04-033-38/+65
* Include low-level unit tests borrowed from VirtualGLDRC2009-04-039-1/+1972
* Implement new colorspaces to allow directly compressing from/decompressing to...DRC2009-04-0319-1889/+2486
* Add environment variables to force MMX/SSE2 code path selectionDRC2009-04-031-0/+7
* Disable XKEYBOARD extension by default, it is still broken (issue #2705839).Adam Tkac2009-04-032-16/+34
* Initialize SMsgWriterV3.needExtendedDesktopSize variable to fix rare clientAdam Tkac2009-04-021-2/+2
* We need to call RRGetInfo() again for our new mode to be added.Pierre Ossman2009-04-021-0/+10
* Improve logging in setScreenLayout().Pierre Ossman2009-04-021-5/+15
* Brown paper bag time... Forgot to actually store the new screen layout.Pierre Ossman2009-04-021-0/+2
* Build libjpeg/SIMD by default and replace --with-included-jpeg switch with --...DRC2009-04-022-11/+18
* Fix build for RGB_PIXELSIZE==4DRC2009-04-011-2/+2
* Try to increase the update rate by requesting a new update in parallel withPierre Ossman2009-04-012-1/+22
* Make sure we flush the X11 connection once we've sent a bunch of screen updates.Pierre Ossman2009-04-011-0/+1
* Store Xorg build directory under the TigerVNC build directory so multiple Tig...DRC2009-04-011-1/+1
* Optimise the common pixel format conversion RGB24 to RGB32.Pierre Ossman2009-03-314-4/+68
* Add -fp argument to allow user to override font path selectionDRC2009-03-262-2/+30
* Generally wordsmithed man page + changed descriptions to account for new chan...DRC2009-03-261-27/+31
* Don't complain if $depth not setDRC2009-03-261-1/+1
* Comment out $depth line so that the server will use the default (24-bit)DRC2009-03-261-1/+1
* Attempt to build a reasonable font path for the system and start Xvnc with th...DRC2009-03-261-2/+46
* Better default xstartup file which attempts to launch the user's chosen windo...DRC2009-03-261-0/+18
* Allow Xvnc, vncpasswd, etc. to be run from an arbitrary directory, even if th...DRC2009-03-261-5/+57
* X.Org 1.6 compatibility change in RandR related code (RRGetInfo takes twoAdam Tkac2009-03-261-0/+4
* fix build on POSIX strict platformsPierre Ossman2009-03-261-1/+1
* Needs to be true colour to be 888.Pierre Ossman2009-03-251-0/+2
* A quick optimisation of the common 32-bit to 24-bit pixel conversion.Pierre Ossman2009-03-251-11/+30
* Try to render entire update in one go to avoid tearing.Pierre Ossman2009-03-253-2/+44
* Try to update an entire FramebufferUpdate in one go, avoiding tears.Pierre Ossman2009-03-252-20/+34
* Support for ExtendedDesktopSize and -DesktopSize in the Windows client.Pierre Ossman2009-03-244-1/+67