summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.0.91 and add doc/version_numbers file which lists occurrencesAdam Tkac2009-06-121-1/+1
* 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
* 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
* 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
* 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
* 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
* 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
* Build libjpeg/SIMD by default and replace --with-included-jpeg switch with --...DRC2009-04-021-7/+7
* Fix build for RGB_PIXELSIZE==4DRC2009-04-011-2/+2
* Optimise the common pixel format conversion RGB24 to RGB32.Pierre Ossman2009-03-314-4/+68
* 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
* 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
* iEliminate backward incompatibility which required empty_output_buffer() to h...DRC2009-03-162-21/+46
* Work around subdirectory bug in older automake.Pierre Ossman2009-03-1636-83/+88