]> source.dussan.org Git - tigervnc.git/log
tigervnc.git
19 years agoUpdate the time position 4 times in 1 second (every 250 ms).
george82 [Mon, 24 Jan 2005 11:33:06 +0000 (11:33 +0000)]
Update the time position 4 times in 1 second (every 250 ms).
It reduces the time twinkling.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@119 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoImplemented update the time position in the toolbar.
george82 [Mon, 24 Jan 2005 11:09:08 +0000 (11:09 +0000)]
Implemented update the time position in the toolbar.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@118 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoMerged sv.po with updated .pot
Peter Åstrand [Mon, 24 Jan 2005 09:45:14 +0000 (09:45 +0000)]
Merged sv.po with updated .pot

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@117 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoIgnoring m4 directory.
Peter Åstrand [Mon, 24 Jan 2005 09:32:13 +0000 (09:32 +0000)]
Ignoring m4 directory.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@116 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded .cvsignore
Peter Åstrand [Mon, 24 Jan 2005 09:31:16 +0000 (09:31 +0000)]
Added .cvsignore

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@115 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded .cvsignore
Peter Åstrand [Mon, 24 Jan 2005 08:21:30 +0000 (08:21 +0000)]
Added .cvsignore

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@114 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoDefining top_builddir.
Peter Åstrand [Mon, 24 Jan 2005 08:04:33 +0000 (08:04 +0000)]
Defining top_builddir.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@113 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoGet rid of the dependency on config.h.
Peter Åstrand [Mon, 24 Jan 2005 08:03:02 +0000 (08:03 +0000)]
Get rid of the dependency on config.h.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@112 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoCalling xgettext with --no-location, since this makes the .po files
Peter Åstrand [Mon, 24 Jan 2005 07:47:30 +0000 (07:47 +0000)]
Calling xgettext with --no-location, since this makes the .po files
more CVS-friendly.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@111 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoLet's keep tightvnc.pot in CVS
Peter Åstrand [Sun, 23 Jan 2005 21:09:45 +0000 (21:09 +0000)]
Let's keep tightvnc.pot in CVS

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@110 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded sv.po skel
Peter Åstrand [Sun, 23 Jan 2005 20:52:08 +0000 (20:52 +0000)]
Added sv.po skel

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@109 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded translation support for the UNIX implementation, via GNU gettext.
Peter Åstrand [Sun, 23 Jan 2005 20:44:20 +0000 (20:44 +0000)]
Added translation support for the UNIX implementation, via GNU gettext.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@108 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoCorrected buffer overrun problem with aboutText. Also, replaced all sprintf()s in...
Peter Åstrand [Sun, 23 Jan 2005 20:00:34 +0000 (20:00 +0000)]
Corrected buffer overrun problem with aboutText. Also, replaced all sprintf()s in the UNIX version with snprintf(). This follows the recommendation on http://www.gotw.ca/publications/mill19.htm. Also, snprintf() is, in practice, required when using gettext. Note: since VC6 doesn't have snprintf, only require snprintf in UNIX-only code.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@107 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoThe vncviewer password dialog should probably display the server name
Peter Åstrand [Thu, 20 Jan 2005 15:37:09 +0000 (15:37 +0000)]
The vncviewer password dialog should probably display the server name
in the password dialog windows title.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@106 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded the ToolBar to RfbPlayer.
george82 [Wed, 19 Jan 2005 16:44:04 +0000 (16:44 +0000)]
Added the ToolBar to RfbPlayer.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@105 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoThe passwordfile must be opened binary.
Peter Åstrand [Wed, 19 Jan 2005 13:18:58 +0000 (13:18 +0000)]
The passwordfile must be opened binary.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@104 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded ToolBar::autoSize, ToolBar::getButtonRect().
george82 [Tue, 18 Jan 2005 16:00:35 +0000 (16:00 +0000)]
Added ToolBar::autoSize, ToolBar::getButtonRect().

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@103 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoChanged toolbar bitmap.
george82 [Mon, 17 Jan 2005 16:22:33 +0000 (16:22 +0000)]
Changed toolbar bitmap.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@102 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoWe cannot include rfb/util.h here, since that causes an error when building under...
Peter Åstrand [Mon, 17 Jan 2005 15:09:46 +0000 (15:09 +0000)]
We cannot include rfb/util.h here, since that causes an error when building under Windows
('INT32' : redefinition; different basic types).

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@101 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoStart playing if autoplay set to TRUE.
george82 [Mon, 17 Jan 2005 13:11:40 +0000 (13:11 +0000)]
Start playing if autoplay set to TRUE.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@100 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoChanged the threading part of rfbplayer. Now threading function included
george82 [Sun, 16 Jan 2005 15:39:56 +0000 (15:39 +0000)]
Changed the threading part of rfbplayer. Now threading function included
to the rfbplayer class. It allows the rfbplayer members to manage the rfb data thread.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@99 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoConverted line endings to CRLF, after making all the .dsp/.dsw files
Constantin Kaplinsky [Fri, 14 Jan 2005 18:42:14 +0000 (18:42 +0000)]
Converted line endings to CRLF, after making all the .dsp/.dsw files
binary.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@98 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these, the system
Peter Åstrand [Thu, 13 Jan 2005 22:31:13 +0000 (22:31 +0000)]
Added @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these, the system
zlib and jpeg headers are used, regardless of the configure switches.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@97 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agomin and max changed to vncmin and vncmax. This solves many problems: Some platforms...
Peter Åstrand [Thu, 13 Jan 2005 22:11:30 +0000 (22:11 +0000)]
min and max changed to vncmin and vncmax. This solves many problems: Some platforms predefines or redefines these symbols. Some platforms have header files which chokes if min or max are defined.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@96 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years ago.dsp files must have crlf line breaks, or VC7 cannot open them.
Peter Åstrand [Thu, 13 Jan 2005 21:55:32 +0000 (21:55 +0000)]
.dsp files must have crlf line breaks, or VC7 cannot open them.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@95 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded bitmap for the toolbar buttons.
george82 [Thu, 13 Jan 2005 14:52:12 +0000 (14:52 +0000)]
Added bitmap for the toolbar buttons.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@94 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded button operations to the ToolBar class.
george82 [Tue, 11 Jan 2005 15:51:36 +0000 (15:51 +0000)]
Added button operations to the ToolBar class.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@93 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded button images operations to the ToolBar class:
george82 [Tue, 11 Jan 2005 14:47:14 +0000 (14:47 +0000)]
Added button images operations to the ToolBar class:
addBitmap(), addSysBitmap(), setBitmapSize().

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@92 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoRemoved CommonControls.cxx, CommonControls.h
george82 [Mon, 10 Jan 2005 12:56:37 +0000 (12:56 +0000)]
Removed CommonControls.cxx, CommonControls.h
It's need for renaming:
CommonControls.cxx -> ToolBar.cxx
CommonControls.h -> ToolBar.h

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@91 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded ToolBar:create() function. It creats a windows toolbar.
george82 [Mon, 10 Jan 2005 12:20:01 +0000 (12:20 +0000)]
Added ToolBar:create() function. It creats a windows toolbar.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@90 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded new methods to ToolBar class:
george82 [Mon, 10 Jan 2005 08:32:56 +0000 (08:32 +0000)]
Added new methods to ToolBar class:
ToolBar();
~ToolBar();
getHandle();

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@89 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded implementation of ToolBar control class.
george82 [Mon, 10 Jan 2005 08:00:38 +0000 (08:00 +0000)]
Added implementation of ToolBar control class.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@88 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoRemoved CommonControls.cxx, CommonControls.h
george82 [Mon, 10 Jan 2005 07:50:35 +0000 (07:50 +0000)]
Removed CommonControls.cxx, CommonControls.h
It's need for renaming: CommonControls.cxx -> ToolBar.cxx
                                    CommonControls.h -> ToolBar.h

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@87 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoIcons now changed.
Peter Åstrand [Fri, 7 Jan 2005 10:14:58 +0000 (10:14 +0000)]
Icons now changed.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@86 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoNew .ico files, from 1.3
Peter Åstrand [Fri, 7 Jan 2005 09:58:45 +0000 (09:58 +0000)]
New .ico files, from 1.3

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@85 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoTight encoding is actually faster than Hextile when bandwidth is less than roughly...
Peter Åstrand [Fri, 7 Jan 2005 09:48:15 +0000 (09:48 +0000)]
Tight encoding is actually faster than Hextile when bandwidth is less than roughly 16 Mbps.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@84 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoNew TODO: Should support X11 cursors.
Peter Åstrand [Fri, 7 Jan 2005 09:22:07 +0000 (09:22 +0000)]
New TODO: Should support X11 cursors.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@83 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoWhen using AutoSelect with old servers, always start in FullColor
Peter Åstrand [Mon, 3 Jan 2005 15:50:11 +0000 (15:50 +0000)]
When using AutoSelect with old servers, always start in FullColor
mode. Also, use cp.beforeVersion helper.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@82 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoBugfix for Configuration system: When using alias parameters, the immutable flag...
Peter Åstrand [Mon, 3 Jan 2005 14:47:42 +0000 (14:47 +0000)]
Bugfix for Configuration system: When using alias parameters, the immutable flag in the real parameter instance should be set.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@81 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years ago-PasswordFile support for Windows viewer as well
Peter Åstrand [Mon, 3 Jan 2005 13:32:28 +0000 (13:32 +0000)]
-PasswordFile support for Windows viewer as well

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@80 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAutoSelect if default only if not using PreferredEncoding or FullColor.
Peter Åstrand [Mon, 3 Jan 2005 12:01:45 +0000 (12:01 +0000)]
AutoSelect if default only if not using PreferredEncoding or FullColor.
CustomCompressLevel is default if CompressLevel is specified.

This gives backwards compatibility with the old vncviewer, but at the
same time making it possible to fully specify the internal state of
the viewer wrt AutoSelect, CustomCompressLevel and CompressLevel. For
example, it's now possible to start the client with CompressLevel=4
specified, but with CustomCompressLevel=0 (thus the option
grayed-out).

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@79 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoThe OptionsDialog bug is caused by a bug in KDE 3.2. See
Peter Åstrand [Sat, 1 Jan 2005 21:58:05 +0000 (21:58 +0000)]
The OptionsDialog bug is caused by a bug in KDE 3.2. See
http://bugs.kde.org/show_bug.cgi?id=86398.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@78 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded note about the UNIX optionswindow modality problem.
Peter Åstrand [Thu, 30 Dec 2004 16:21:03 +0000 (16:21 +0000)]
Added note about the UNIX optionswindow modality problem.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@77 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoNote about the toolbar from http://lars.werner.no/vnc/.
Peter Åstrand [Thu, 30 Dec 2004 16:15:05 +0000 (16:15 +0000)]
Note about the toolbar from http://lars.werner.no/vnc/.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@76 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoImproved patch for bandwidth estimation: Avoid reading only 1 or 2
Peter Åstrand [Thu, 30 Dec 2004 16:00:48 +0000 (16:00 +0000)]
Improved patch for bandwidth estimation: Avoid reading only 1 or 2
bytes at a time.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@75 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoThe line speed bug has now been fixed.
Peter Åstrand [Thu, 30 Dec 2004 15:02:46 +0000 (15:02 +0000)]
The line speed bug has now been fixed.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@74 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoBugfix for problem with line speed estimate staying at zero for a long
Peter Åstrand [Thu, 30 Dec 2004 15:01:59 +0000 (15:01 +0000)]
Bugfix for problem with line speed estimate staying at zero for a long
time.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@73 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoPerhaps warn if pixel format change against buggy server.
Peter Åstrand [Thu, 30 Dec 2004 11:49:04 +0000 (11:49 +0000)]
Perhaps warn if pixel format change against buggy server.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@72 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoNeed to update vncviewer.man.
Peter Åstrand [Thu, 30 Dec 2004 11:47:00 +0000 (11:47 +0000)]
Need to update vncviewer.man.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@71 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoUpdated section about autoselect wrt full-color mode.
Peter Åstrand [Thu, 30 Dec 2004 11:44:55 +0000 (11:44 +0000)]
Updated section about autoselect wrt full-color mode.
Documents that the Tight encoding is available.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@70 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoChanged all user-visible strings from colour to color.
Peter Åstrand [Thu, 30 Dec 2004 11:32:08 +0000 (11:32 +0000)]
Changed all user-visible strings from colour to color.
Also, the Windows viewer now accepts arguments with both spellings.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@69 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoTwo new things: version strings and icons.
Peter Åstrand [Thu, 30 Dec 2004 10:27:16 +0000 (10:27 +0000)]
Two new things: version strings and icons.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@68 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoTightified sources:
Peter Åstrand [Thu, 30 Dec 2004 10:03:00 +0000 (10:03 +0000)]
Tightified sources:

* Changed description in README files.

* Added our copyright.

* The HTTP server presents itself as TightVNC, rather than RealVNC.

* Using registry path Software\TightVNC\WinVNC4

* Updated descriptions in resource files.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@67 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoSelecting jpeg and zlib compression from the GUI and command line is
Peter Åstrand [Thu, 30 Dec 2004 08:21:08 +0000 (08:21 +0000)]
Selecting jpeg and zlib compression from the GUI and command line is
now supported.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@66 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoMoved color level buttons down, aligned with encoding buttons
Peter Åstrand [Thu, 30 Dec 2004 08:19:52 +0000 (08:19 +0000)]
Moved color level buttons down, aligned with encoding buttons

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@65 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAfter changing zlib compression or jpeg quality, trigger a new SetEncodings message.
Peter Åstrand [Thu, 30 Dec 2004 08:15:05 +0000 (08:15 +0000)]
After changing zlib compression or jpeg quality, trigger a new SetEncodings message.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@64 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAfter changing zlib compression or jpeg quality, trigger a new SetEncodings message.
Peter Åstrand [Wed, 29 Dec 2004 16:17:21 +0000 (16:17 +0000)]
After changing zlib compression or jpeg quality, trigger a new SetEncodings message.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@63 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded support for selecting zlib compression and jpeg quality in the UNIX client...
Peter Åstrand [Wed, 29 Dec 2004 15:56:30 +0000 (15:56 +0000)]
Added support for selecting zlib compression and jpeg quality in the UNIX client (both from GUI and command line)

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@62 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoLowest JPEG quality should be 1.
Peter Åstrand [Wed, 29 Dec 2004 13:04:54 +0000 (13:04 +0000)]
Lowest JPEG quality should be 1.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@61 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoMake compression and quality level input boxes inactive, if custom compression and...
Peter Åstrand [Wed, 29 Dec 2004 11:14:34 +0000 (11:14 +0000)]
Make compression and quality level input boxes inactive, if custom compression and jpeg is disabled.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@60 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoIDC_ALLOW_COMPRESSLEVEL -> IDC_CUSTOM_COMPRESSLEVEL
Peter Åstrand [Wed, 29 Dec 2004 11:07:20 +0000 (11:07 +0000)]
IDC_ALLOW_COMPRESSLEVEL -> IDC_CUSTOM_COMPRESSLEVEL

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@59 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded options CompressLevel and CustomCompressLevel
Peter Åstrand [Wed, 29 Dec 2004 10:59:03 +0000 (10:59 +0000)]
Added options CompressLevel and CustomCompressLevel

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@58 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded new parameter NoJPEG, hooked up with GUI
Peter Åstrand [Tue, 28 Dec 2004 15:55:46 +0000 (15:55 +0000)]
Added new parameter NoJPEG, hooked up with GUI

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@57 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoqualityLevel hooked up with GUI
Peter Åstrand [Tue, 28 Dec 2004 15:27:28 +0000 (15:27 +0000)]
qualityLevel hooked up with GUI

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@56 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoColor level selection is disabled when using AutoSelect
Peter Åstrand [Tue, 28 Dec 2004 15:07:38 +0000 (15:07 +0000)]
Color level selection is disabled when using AutoSelect

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@55 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoReworked Windows GUI: added components for selecting jpeg and zlib compression levels
Peter Åstrand [Tue, 28 Dec 2004 14:59:46 +0000 (14:59 +0000)]
Reworked Windows GUI: added components for selecting jpeg and zlib compression levels

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@54 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years ago.dsp files must have crlf line breaks, or VC7 cannot open them.
Peter Åstrand [Tue, 28 Dec 2004 13:24:29 +0000 (13:24 +0000)]
.dsp files must have crlf line breaks, or VC7 cannot open them.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@53 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded implementation of ToolBar control class.
george82 [Thu, 23 Dec 2004 14:38:50 +0000 (14:38 +0000)]
Added implementation of ToolBar control class.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@52 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoWhen using AutoSelect, enable automatic selection of color level, but
Peter Åstrand [Thu, 23 Dec 2004 08:27:12 +0000 (08:27 +0000)]
When using AutoSelect, enable automatic selection of color level, but
only for servers with version 3.8 or newer.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@51 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoUpdated TODO.
Peter Åstrand [Tue, 21 Dec 2004 15:59:40 +0000 (15:59 +0000)]
Updated TODO.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@50 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoNew AutoSelect policy:
Peter Åstrand [Tue, 21 Dec 2004 15:54:44 +0000 (15:54 +0000)]
New AutoSelect policy:

* Never autoselect ZRLE, chose Tight instead.

* Only select Hextile if we've been timing for at least a second.

* Start with full colour enabled. Turn full colour on/off as the
bandwidth changes. Note, however: This code is currently disabled. See
comment.

* Default to lowcolourlevel 2 instead of 1.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@49 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoZlibInStream must be reset after use, or we will end up with
Peter Åstrand [Mon, 20 Dec 2004 09:58:49 +0000 (09:58 +0000)]
ZlibInStream must be reset after use, or we will end up with
"Rectangle too big" crashes sooner or later. (A good testcase is to
run "/usr/X11R6/lib/xscreensaver/attraction -mode splines" over a slow
connection.)

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@48 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoNow possible to select tight encoding in UNIX vncviewer GUI
Peter Åstrand [Sun, 19 Dec 2004 16:32:44 +0000 (16:32 +0000)]
Now possible to select tight encoding in UNIX vncviewer GUI

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@47 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoNow possible to select tight encoding in win32 vncviewer GUI
Peter Åstrand [Sun, 19 Dec 2004 16:14:47 +0000 (16:14 +0000)]
Now possible to select tight encoding in win32 vncviewer GUI

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@46 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoOther BPPs than 16 seems pretty ok now.
Peter Åstrand [Sun, 19 Dec 2004 15:18:37 +0000 (15:18 +0000)]
Other BPPs than 16 seems pretty ok now.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@45 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded building-vc7.txt
Peter Åstrand [Sun, 19 Dec 2004 14:53:15 +0000 (14:53 +0000)]
Added building-vc7.txt

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@44 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoSupport for gradient filter with 24 bpp.
Peter Åstrand [Mon, 13 Dec 2004 10:18:45 +0000 (10:18 +0000)]
Support for gradient filter with 24 bpp.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@43 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoJpeg decompressor now supports 24/32 bpp.
Peter Åstrand [Mon, 13 Dec 2004 08:53:49 +0000 (08:53 +0000)]
Jpeg decompressor now supports 24/32 bpp.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@42 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years ago24 bpp "cutZeros" support for copy filter.
Peter Åstrand [Mon, 13 Dec 2004 08:00:47 +0000 (08:00 +0000)]
24 bpp "cutZeros" support for copy filter.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@41 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoFill compression type and palette reading now supports 24 bpp
Peter Åstrand [Sun, 12 Dec 2004 13:24:14 +0000 (13:24 +0000)]
Fill compression type and palette reading now supports 24 bpp
"cutZero" pixel format.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@40 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agocolour -> color
Peter Åstrand [Sun, 12 Dec 2004 13:17:30 +0000 (13:17 +0000)]
colour -> color
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

19 years agoAdded RGB24_TO_PIXEL32 macro.
Peter Åstrand [Sun, 12 Dec 2004 13:14:00 +0000 (13:14 +0000)]
Added RGB24_TO_PIXEL32 macro.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@38 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoRemoved old RfbPlayer's controls.
george82 [Sun, 12 Dec 2004 07:02:51 +0000 (07:02 +0000)]
Removed old RfbPlayer's controls.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@37 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoGradient is now implemented.
Peter Åstrand [Thu, 9 Dec 2004 21:09:16 +0000 (21:09 +0000)]
Gradient is now implemented.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@36 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoImplemented client side gradient filter. Only tested with 16 bpp, though.
Peter Åstrand [Thu, 9 Dec 2004 20:01:00 +0000 (20:01 +0000)]
Implemented client side gradient filter. Only tested with 16 bpp, though.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@35 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded hot keys support to RfbPlayer
george82 [Thu, 9 Dec 2004 17:47:37 +0000 (17:47 +0000)]
Added hot keys support to RfbPlayer

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@34 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded the menu in RfbPlayer
george82 [Wed, 8 Dec 2004 18:04:14 +0000 (18:04 +0000)]
Added the menu in RfbPlayer

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@33 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoIt seems like only BPP 16 works currently.
Peter Åstrand [Tue, 7 Dec 2004 15:17:46 +0000 (15:17 +0000)]
It seems like only BPP 16 works currently.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@32 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoSetting qualityLevel from options.
Peter Åstrand [Tue, 7 Dec 2004 15:07:58 +0000 (15:07 +0000)]
Setting qualityLevel from options.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@31 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded our copyright notice.
Peter Åstrand [Tue, 7 Dec 2004 14:13:51 +0000 (14:13 +0000)]
Added our copyright notice.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@30 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded Tight decoder to rfb project.
Peter Åstrand [Tue, 7 Dec 2004 13:52:59 +0000 (13:52 +0000)]
Added Tight decoder to rfb project.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@29 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agojpeglib.h should be included via extern "C".
Peter Åstrand [Tue, 7 Dec 2004 13:52:13 +0000 (13:52 +0000)]
jpeglib.h should be included via extern "C".

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@28 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agomessages.h and messages.rc should have CRLF line breaks
Peter Åstrand [Tue, 7 Dec 2004 13:50:51 +0000 (13:50 +0000)]
messages.h and messages.rc should have CRLF line breaks

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@27 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoInclude jpeg project.
Peter Åstrand [Tue, 7 Dec 2004 12:43:02 +0000 (12:43 +0000)]
Include jpeg project.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@26 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years ago.dsp files must have CRLF line breaks
Peter Åstrand [Tue, 7 Dec 2004 12:36:12 +0000 (12:36 +0000)]
.dsp files must have CRLF line breaks

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@25 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded TODO
Peter Åstrand [Tue, 7 Dec 2004 12:25:57 +0000 (12:25 +0000)]
Added TODO

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@24 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded a file for filling in info about the RealVNC internals
Peter Åstrand [Tue, 7 Dec 2004 12:08:53 +0000 (12:08 +0000)]
Added a file for filling in info about the RealVNC internals

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@23 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agojconfig.h was added by mistake.
Peter Åstrand [Tue, 7 Dec 2004 12:06:51 +0000 (12:06 +0000)]
jconfig.h was added by mistake.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@22 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoAdded command line option -QualityLevel
Peter Åstrand [Tue, 7 Dec 2004 11:59:14 +0000 (11:59 +0000)]
Added command line option -QualityLevel

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@21 3789f03b-4d11-0410-bbf8-ca57d06f2519

19 years agoJPEG decompression support
Peter Åstrand [Tue, 7 Dec 2004 08:22:42 +0000 (08:22 +0000)]
JPEG decompression support

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@20 3789f03b-4d11-0410-bbf8-ca57d06f2519