summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tight encoding is actually faster than Hextile when bandwidth is less than ro...Peter Åstrand2005-01-072-4/+4
* New TODO: Should support X11 cursors.Peter Åstrand2005-01-071-0/+5
* When using AutoSelect with old servers, always start in FullColorPeter Åstrand2005-01-032-2/+15
* Bugfix for Configuration system: When using alias parameters, the immutable f...Peter Åstrand2005-01-032-5/+14
* -PasswordFile support for Windows viewer as wellPeter Åstrand2005-01-033-1/+17
* AutoSelect if default only if not using PreferredEncoding or FullColor.Peter Åstrand2005-01-035-13/+53
* The OptionsDialog bug is caused by a bug in KDE 3.2. SeePeter Åstrand2005-01-011-4/+0
* Added note about the UNIX optionswindow modality problem.Peter Åstrand2004-12-301-0/+4
* Note about the toolbar from http://lars.werner.no/vnc/.Peter Åstrand2004-12-301-0/+2
* Improved patch for bandwidth estimation: Avoid reading only 1 or 2Peter Åstrand2004-12-301-8/+17
* The line speed bug has now been fixed.Peter Åstrand2004-12-301-4/+0
* Bugfix for problem with line speed estimate staying at zero for a longPeter Åstrand2004-12-301-1/+11
* Perhaps warn if pixel format change against buggy server.Peter Åstrand2004-12-301-0/+4
* Need to update vncviewer.man.Peter Åstrand2004-12-301-0/+2
* Updated section about autoselect wrt full-color mode.Peter Åstrand2004-12-301-10/+14
* Changed all user-visible strings from colour to color.Peter Åstrand2004-12-3016-49/+54
* Two new things: version strings and icons.Peter Åstrand2004-12-301-0/+4
* Tightified sources:Peter Åstrand2004-12-3025-95/+114
* Selecting jpeg and zlib compression from the GUI and command line isPeter Åstrand2004-12-301-5/+0
* Moved color level buttons down, aligned with encoding buttonsPeter Åstrand2004-12-301-5/+5
* After changing zlib compression or jpeg quality, trigger a new SetEncodings m...Peter Åstrand2004-12-301-0/+6
* After changing zlib compression or jpeg quality, trigger a new SetEncodings m...Peter Åstrand2004-12-291-0/+16
* Added support for selecting zlib compression and jpeg quality in the UNIX cli...Peter Åstrand2004-12-294-4/+69
* Lowest JPEG quality should be 1.Peter Åstrand2004-12-292-2/+2
* Make compression and quality level input boxes inactive, if custom compressio...Peter Åstrand2004-12-291-0/+10
* IDC_ALLOW_COMPRESSLEVEL -> IDC_CUSTOM_COMPRESSLEVELPeter Åstrand2004-12-293-4/+4
* Added options CompressLevel and CustomCompressLevelPeter Åstrand2004-12-298-22/+66
* Added new parameter NoJPEG, hooked up with GUIPeter Åstrand2004-12-286-4/+18
* qualityLevel hooked up with GUIPeter Åstrand2004-12-281-0/+2
* Color level selection is disabled when using AutoSelectPeter Åstrand2004-12-282-0/+12
* Reworked Windows GUI: added components for selecting jpeg and zlib compressio...Peter Åstrand2004-12-282-11/+28
* .dsp files must have crlf line breaks, or VC7 cannot open them.Peter Åstrand2004-12-281-155/+155
* Added implementation of ToolBar control class.george822004-12-233-147/+1041
* When using AutoSelect, enable automatic selection of color level, butPeter Åstrand2004-12-232-16/+20
* Updated TODO.Peter Åstrand2004-12-211-1/+5
* New AutoSelect policy:Peter Åstrand2004-12-214-37/+76
* ZlibInStream must be reset after use, or we will end up withPeter Åstrand2004-12-201-1/+6
* Now possible to select tight encoding in UNIX vncviewer GUIPeter Åstrand2004-12-192-9/+17
* Now possible to select tight encoding in win32 vncviewer GUIPeter Åstrand2004-12-193-5/+11
* Other BPPs than 16 seems pretty ok now.Peter Åstrand2004-12-191-2/+0
* Added building-vc7.txtPeter Åstrand2004-12-191-0/+40
* Support for gradient filter with 24 bpp.Peter Åstrand2004-12-131-3/+70
* Jpeg decompressor now supports 24/32 bpp.Peter Åstrand2004-12-131-6/+3
* 24 bpp "cutZeros" support for copy filter.Peter Åstrand2004-12-131-5/+14
* Fill compression type and palette reading now supports 24 bppPeter Åstrand2004-12-121-5/+28
* colour -> colorPeter Åstrand2004-12-121-8/+15
* Added RGB24_TO_PIXEL32 macro.Peter Åstrand2004-12-121-0/+5
* Removed old RfbPlayer's controls.george822004-12-122-151/+3
* Gradient is now implemented.Peter Åstrand2004-12-091-2/+0
* Implemented client side gradient filter. Only tested with 16 bpp, though.Peter Åstrand2004-12-092-5/+74