| Commit message (Expand) | Author | Age | Files | Lines |
* | Added translation support for the UNIX implementation, via GNU gettext. | Peter Åstrand | 2005-01-23 | 75 | -13/+29187 |
* | Corrected buffer overrun problem with aboutText. Also, replaced all sprintf()... | Peter Åstrand | 2005-01-23 | 3 | -13/+18 |
* | The vncviewer password dialog should probably display the server name | Peter Åstrand | 2005-01-20 | 1 | -0/+3 |
* | Added the ToolBar to RfbPlayer. | george82 | 2005-01-19 | 4 | -27/+93 |
* | The passwordfile must be opened binary. | Peter Åstrand | 2005-01-19 | 1 | -1/+1 |
* | Added ToolBar::autoSize, ToolBar::getButtonRect(). | george82 | 2005-01-18 | 2 | -0/+17 |
* | Changed toolbar bitmap. | george82 | 2005-01-17 | 1 | -0/+0 |
* | We cannot include rfb/util.h here, since that causes an error when building u... | Peter Åstrand | 2005-01-17 | 1 | -1/+6 |
* | Start playing if autoplay set to TRUE. | george82 | 2005-01-17 | 1 | -3/+3 |
* | Changed the threading part of rfbplayer. Now threading function included | george82 | 2005-01-16 | 2 | -60/+47 |
* | Converted line endings to CRLF, after making all the .dsp/.dsw files | Constantin Kaplinsky | 2005-01-14 | 1 | -254/+254 |
* | Added @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these, the system | Peter Åstrand | 2005-01-13 | 1 | -1/+1 |
* | min and max changed to vncmin and vncmax. This solves many problems: Some pla... | Peter Åstrand | 2005-01-13 | 15 | -65/+49 |
* | .dsp files must have crlf line breaks, or VC7 cannot open them. | Peter Åstrand | 2005-01-13 | 1 | -159/+159 |
* | Added bitmap for the toolbar buttons. | george82 | 2005-01-13 | 4 | -1/+13 |
* | Added button operations to the ToolBar class. | george82 | 2005-01-11 | 2 | -0/+130 |
* | Added button images operations to the ToolBar class: | george82 | 2005-01-11 | 2 | -0/+39 |
* | Removed CommonControls.cxx, CommonControls.h | george82 | 2005-01-10 | 2 | -886/+0 |
* | Added ToolBar:create() function. It creats a windows toolbar. | george82 | 2005-01-10 | 2 | -2/+21 |
* | Added new methods to ToolBar class: | george82 | 2005-01-10 | 2 | -2/+30 |
* | Added implementation of ToolBar control class. | george82 | 2005-01-10 | 3 | -0/+51 |
* | Removed CommonControls.cxx, CommonControls.h | george82 | 2005-01-10 | 1 | -155/+147 |
* | Icons now changed. | Peter Åstrand | 2005-01-07 | 1 | -2/+0 |
* | New .ico files, from 1.3 | Peter Åstrand | 2005-01-07 | 4 | -0/+0 |
* | Tight encoding is actually faster than Hextile when bandwidth is less than ro... | Peter Åstrand | 2005-01-07 | 2 | -4/+4 |
* | New TODO: Should support X11 cursors. | Peter Åstrand | 2005-01-07 | 1 | -0/+5 |
* | When using AutoSelect with old servers, always start in FullColor | Peter Åstrand | 2005-01-03 | 2 | -2/+15 |
* | Bugfix for Configuration system: When using alias parameters, the immutable f... | Peter Åstrand | 2005-01-03 | 2 | -5/+14 |
* | -PasswordFile support for Windows viewer as well | Peter Åstrand | 2005-01-03 | 3 | -1/+17 |
* | AutoSelect if default only if not using PreferredEncoding or FullColor. | Peter Åstrand | 2005-01-03 | 5 | -13/+53 |
* | The OptionsDialog bug is caused by a bug in KDE 3.2. See | Peter Åstrand | 2005-01-01 | 1 | -4/+0 |
* | Added note about the UNIX optionswindow modality problem. | Peter Åstrand | 2004-12-30 | 1 | -0/+4 |
* | Note about the toolbar from http://lars.werner.no/vnc/. | Peter Åstrand | 2004-12-30 | 1 | -0/+2 |
* | Improved patch for bandwidth estimation: Avoid reading only 1 or 2 | Peter Åstrand | 2004-12-30 | 1 | -8/+17 |
* | The line speed bug has now been fixed. | Peter Åstrand | 2004-12-30 | 1 | -4/+0 |
* | Bugfix for problem with line speed estimate staying at zero for a long | Peter Åstrand | 2004-12-30 | 1 | -1/+11 |
* | Perhaps warn if pixel format change against buggy server. | Peter Åstrand | 2004-12-30 | 1 | -0/+4 |
* | Need to update vncviewer.man. | Peter Åstrand | 2004-12-30 | 1 | -0/+2 |
* | Updated section about autoselect wrt full-color mode. | Peter Åstrand | 2004-12-30 | 1 | -10/+14 |
* | Changed all user-visible strings from colour to color. | Peter Åstrand | 2004-12-30 | 16 | -49/+54 |
* | Two new things: version strings and icons. | Peter Åstrand | 2004-12-30 | 1 | -0/+4 |
* | Tightified sources: | Peter Åstrand | 2004-12-30 | 25 | -95/+114 |
* | Selecting jpeg and zlib compression from the GUI and command line is | Peter Åstrand | 2004-12-30 | 1 | -5/+0 |
* | Moved color level buttons down, aligned with encoding buttons | Peter Åstrand | 2004-12-30 | 1 | -5/+5 |
* | After changing zlib compression or jpeg quality, trigger a new SetEncodings m... | Peter Åstrand | 2004-12-30 | 1 | -0/+6 |
* | After changing zlib compression or jpeg quality, trigger a new SetEncodings m... | Peter Åstrand | 2004-12-29 | 1 | -0/+16 |
* | Added support for selecting zlib compression and jpeg quality in the UNIX cli... | Peter Åstrand | 2004-12-29 | 4 | -4/+69 |
* | Lowest JPEG quality should be 1. | Peter Åstrand | 2004-12-29 | 2 | -2/+2 |
* | Make compression and quality level input boxes inactive, if custom compressio... | Peter Åstrand | 2004-12-29 | 1 | -0/+10 |
* | IDC_ALLOW_COMPRESSLEVEL -> IDC_CUSTOM_COMPRESSLEVEL | Peter Åstrand | 2004-12-29 | 3 | -4/+4 |