summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Document the new DesktopSize parameter in the man file.Pierre Ossman2009-03-241-0/+6
* Implement basic support for SetDesktopSize.Pierre Ossman2009-03-232-0/+78
* Implement server side support for SetDesktopSize.Pierre Ossman2009-03-2310-64/+245
* Add parameter to make client attempt to resize server desktop on connect.Pierre Ossman2009-03-234-2/+47
* Add client method to send SetDesktopSize.Pierre Ossman2009-03-233-0/+34
* Reenable display even on failure.Pierre Ossman2009-03-231-0/+4
* RRRegisterRate() can in theory fail. Make sure we catch this.Pierre Ossman2009-03-231-2/+4
* Properly parse the SetDesktopSize message.Pierre Ossman2009-03-215-7/+28
* Move screen layout bootstraping around so that it can handle if all screensPierre Ossman2009-03-201-20/+20
* Basic book keeping of screen layout on server.Pierre Ossman2009-03-205-7/+64
* Remove unused, and improperly reserved message types.Pierre Ossman2009-03-201-4/+0
* Add official allocations for extended desktop size extension.Pierre Ossman2009-03-202-2/+2
* Remove file transfer callback that was left behind.Pierre Ossman2009-03-202-8/+0
* Properly parse the ExtendedDesktopSize rects in the client.Pierre Ossman2009-03-2010-11/+127
* Make the server a little less DoS:able by validating update regions.Pierre Ossman2009-03-201-0/+13
* Add new file to file lists.Pierre Ossman2009-03-202-6/+10
* Minimal client side support for the extended desktop size protocol.Pierre Ossman2009-03-207-7/+65
* Minimal server side implementation of the extended desktop size protocol.Pierre Ossman2009-03-2014-8/+162
* Remove stray file left over from the file transfer support.Pierre Ossman2009-03-201-92/+0
* Move the SetDesktopName parser into CMsgReaderV3 to keep with the separationPierre Ossman2009-03-204-15/+16
* VNC needs to be autoreconf'ed as well, otherwise unix/configure will not existDRC2009-03-201-0/+3
* Remove Xorg 1.1 support since it doesn't work and we now know how to build Xo...DRC2009-03-192-96/+2
* Allow PREFIX to be overriddenDRC2009-03-191-1/+3
* Don't download tarballs if they already exist in the local directoryDRC2009-03-191-1/+1
* Restore Composite callback when we close the screen.Pierre Ossman2009-03-191-0/+7
* Build the macros package before everything else; must be done before autoreconfPeter Åstrand2009-03-191-1/+11