aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 24 bpp "cutZeros" support for copy filter.Peter Åstrand2004-12-131-5/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@41 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fill compression type and palette reading now supports 24 bppPeter Åstrand2004-12-121-5/+28
| | | | | | | "cutZero" pixel format. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@40 3789f03b-4d11-0410-bbf8-ca57d06f2519
* colour -> colorPeter Åstrand2004-12-121-8/+15
| | | | | | | Always using new scope after for/if/else. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@39 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added RGB24_TO_PIXEL32 macro.Peter Åstrand2004-12-121-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@38 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed old RfbPlayer's controls.george822004-12-122-151/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@37 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Gradient is now implemented.Peter Åstrand2004-12-091-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@36 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented client side gradient filter. Only tested with 16 bpp, though.Peter Åstrand2004-12-092-5/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@35 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added hot keys support to RfbPlayergeorge822004-12-093-4/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@34 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the menu in RfbPlayergeorge822004-12-083-5/+86
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@33 3789f03b-4d11-0410-bbf8-ca57d06f2519
* It seems like only BPP 16 works currently.Peter Åstrand2004-12-071-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@32 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Setting qualityLevel from options.Peter Åstrand2004-12-071-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@31 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added our copyright notice.Peter Åstrand2004-12-072-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@30 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added Tight decoder to rfb project.Peter Åstrand2004-12-071-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@29 3789f03b-4d11-0410-bbf8-ca57d06f2519
* jpeglib.h should be included via extern "C".Peter Åstrand2004-12-071-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@28 3789f03b-4d11-0410-bbf8-ca57d06f2519
* messages.h and messages.rc should have CRLF line breaksPeter Åstrand2004-12-070-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@27 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Include jpeg project.Peter Åstrand2004-12-071-0/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@26 3789f03b-4d11-0410-bbf8-ca57d06f2519
* .dsp files must have CRLF line breaksPeter Åstrand2004-12-0712-2818/+2818
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@25 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added TODOPeter Åstrand2004-12-071-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@24 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added a file for filling in info about the RealVNC internalsPeter Åstrand2004-12-071-0/+389
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@23 3789f03b-4d11-0410-bbf8-ca57d06f2519
* jconfig.h was added by mistake.Peter Åstrand2004-12-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@22 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added command line option -QualityLevelPeter Åstrand2004-12-077-4/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@21 3789f03b-4d11-0410-bbf8-ca57d06f2519
* JPEG decompression supportPeter Åstrand2004-12-073-3/+157
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@20 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Linking with libjpegPeter Åstrand2004-11-192-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@19 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated configure scriptPeter Åstrand2004-11-191-1/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@18 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Using C++ style comments.Peter Åstrand2004-11-171-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@17 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Using constants defined in TightDecoder.h, instead of hardcoded valuesPeter Åstrand2004-11-172-7/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@16 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Flushing zlib streams if we are told by the server to do so.Peter Åstrand2004-11-171-16/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@15 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added basic almost-functional Tight support, from tightrealvnc project. ↵Peter Åstrand2004-11-1611-1/+312
| | | | | | Decoder only. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@14 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Ignoring config.log and config.status.Peter Åstrand2004-11-161-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@13 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added readCompactLength and writeCompactLengthPeter Åstrand2004-11-162-0/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@12 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Configuring and building jpeg libraryPeter Åstrand2004-11-162-1/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@11 3789f03b-4d11-0410-bbf8-ca57d06f2519
* New configure script, after bootstrappingPeter Åstrand2004-11-161-1378/+4521
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@10 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Adapted configure.in and Makefile.in for vncviewer_unix and vncconfig_unix ↵Peter Åstrand2004-11-162-4/+4
| | | | | | directories git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@9 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added bootstrap script, for generating configure scriptPeter Åstrand2004-11-161-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@8 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Adapted configure.in for vncviewer_unix and vncconfig_unix directoriesPeter Åstrand2004-11-161-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@7 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added initial RFB Session Player implementation, by Egor Vegner.Constantin Kaplinsky2004-11-1414-0/+2083
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@6 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added .cvsignore entries for building under Win32.Constantin Kaplinsky2004-10-0813-0/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added JPEG library.Constantin Kaplinsky2004-10-0868-0/+29085
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added .cvsignore files.Constantin Kaplinsky2004-10-0811-0/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Initial revisionConstantin Kaplinsky2004-10-08435-0/+72719
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2 3789f03b-4d11-0410-bbf8-ca57d06f2519
* New repository initialized by cvs2svn.(no author)2004-10-080-0/+0
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@1 3789f03b-4d11-0410-bbf8-ca57d06f2519