summaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
* - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-043-7/+7
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-0414-47/+47
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-0414-47/+47
* Declare virtual methods with empty body as pure virtual methods in rfb::CMsgH...Adam Tkac2009-06-162-63/+12
* Changes outside the framebuffer can sometimes be reported so we need toPierre Ossman2009-06-091-1/+5
* We should only send ExtendedDesktopSize to a client supporting both it andPierre Ossman2009-05-281-4/+6
* [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash.Adam Tkac2009-05-182-0/+4
* The code to utilize our libjpeg's ability to input/output out native formatsv0.0.90Pierre Ossman2009-04-302-38/+43
* 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