summaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging output that wasn't supposed to be committed.Pierre Ossman2009-04-241-3/+0
* Send desktop layout changes separatelyPierre Ossman2009-04-235-84/+167
* UltraVNC sends a new non-incr. FUR when it gets a DesktopSize rect, andPierre Ossman2009-04-221-2/+8
* Make sure we handle endian problems in the conversion code.Pierre Ossman2009-04-213-6/+22
* Corrected line breaks; must only use CRLF.Peter Åstrand2009-04-141-1/+1
* Remove fttypes.h from Makefile.am, it doesn't exist.Adam Tkac2009-04-071-1/+1
* Take advantage of libjpeg colorspace extensions, if availableDRC2009-04-061-9/+54
* Take advantage of libjpeg colorspace extensions if availableDRC2009-04-061-12/+52
* 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
* Initialize SMsgWriterV3.needExtendedDesktopSize variable to fix rare clientAdam Tkac2009-04-021-2/+2
* Brown paper bag time... Forgot to actually store the new screen layout.Pierre Ossman2009-04-021-0/+2
* Optimise the common pixel format conversion RGB24 to RGB32.Pierre Ossman2009-03-314-4/+68
* 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
* Implement server side support for SetDesktopSize.Pierre Ossman2009-03-2310-64/+245
* Add client method to send SetDesktopSize.Pierre Ossman2009-03-233-0/+34
* 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-208-8/+122
* 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-205-3/+37
* 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
* Remove file transfer support.Pierre Ossman2009-03-1334-2750/+14
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-131-1096/+0
* Change JPEG quality/subsampling map to produce meaningful compression ratios,...DRC2009-03-123-13/+45
* Make sure we list fallback encodings in a preferable order.Pierre Ossman2009-03-121-2/+29
* Tweak the quality to JPEG settings mapping a bit.Pierre Ossman2009-03-113-11/+18
* The quality setting goes from 0 to 9, not 1 to 9.Pierre Ossman2009-03-111-1/+1
* Import autogenerated files for unix/ and common/ subdirs to make sourceAdam Tkac2009-03-111-0/+1096
* Don't forget the highest byte when reading out pixels.Pierre Ossman2009-03-091-1/+3
* Consolidate pixel conversion into the PixelFormat class and optimise thePierre Ossman2009-03-0613-159/+345
* Remove the "video" feature and its associated custom JPEG handling.Pierre Ossman2009-03-0531-1777/+17
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-272-2/+2
* No need to repeat the project home page in every source file. Not SPOT.Peter Åstrand2009-02-2523-23/+23
* [Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.Adam Tkac2009-02-135-5/+5
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-1514-4/+77
* [Bugfix] Previous commit (r3204) included two lines that were left commented ...Constantin Kaplinsky2008-12-181-2/+2
* [Development] Disabling special video encoding when the VideoPriority paramet...Constantin Kaplinsky2008-12-182-2/+10
* Define ~DirManager, to avoid GCC warning:Peter Åstrand2008-12-101-0/+1
* Make sure all files ends with newlinePeter Åstrand2008-12-101-1/+1
* MinGW tweak: calculateScaleBoundary is not an inline method. If itPeter Åstrand2008-12-091-1/+6
* Basic support for building Windows vncviewer using MinGW. This patchPeter Åstrand2008-12-091-2/+2