summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* jpeg is now configured and built in a separate build directory. This fixes ↵Peter Åstrand2005-01-243-5/+5
| | | | | | the problem with the CVS-controlled jconfig.h getting changed on every ./configure. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@121 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Never switch to RAW when using AutoSelect. In most cases, RAW is slower, ↵Peter Åstrand2005-01-242-8/+2
| | | | | | especially when using SSH tunnels. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@120 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update the time position 4 times in 1 second (every 250 ms).george822005-01-241-1/+4
| | | | | | | It reduces the time twinkling. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@119 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented update the time position in the toolbar.george822005-01-242-1/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@118 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Merged sv.po with updated .potPeter Åstrand2005-01-241-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@117 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Ignoring m4 directory.Peter Åstrand2005-01-241-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@116 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added .cvsignorePeter Åstrand2005-01-241-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@115 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added .cvsignorePeter Åstrand2005-01-241-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@114 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Defining top_builddir.Peter Åstrand2005-01-241-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@113 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Get rid of the dependency on config.h.Peter Åstrand2005-01-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@112 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Calling xgettext with --no-location, since this makes the .po filesPeter Åstrand2005-01-241-1/+1
| | | | | | | more CVS-friendly. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@111 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Let's keep tightvnc.pot in CVSPeter Åstrand2005-01-231-0/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@110 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added sv.po skelPeter Åstrand2005-01-231-0/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@109 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added translation support for the UNIX implementation, via GNU gettext.Peter Åstrand2005-01-2375-13/+29187
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@108 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Corrected buffer overrun problem with aboutText. Also, replaced all ↵Peter Åstrand2005-01-233-13/+18
| | | | | | 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
* The vncviewer password dialog should probably display the server namePeter Åstrand2005-01-201-0/+3
| | | | | | | in the password dialog windows title. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@106 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the ToolBar to RfbPlayer.george822005-01-194-27/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@105 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The passwordfile must be opened binary.Peter Åstrand2005-01-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@104 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ToolBar::autoSize, ToolBar::getButtonRect().george822005-01-182-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@103 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed toolbar bitmap.george822005-01-171-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@102 3789f03b-4d11-0410-bbf8-ca57d06f2519
* We cannot include rfb/util.h here, since that causes an error when building ↵Peter Åstrand2005-01-171-1/+6
| | | | | | | | | 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
* Start playing if autoplay set to TRUE.george822005-01-171-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@100 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed the threading part of rfbplayer. Now threading function includedgeorge822005-01-162-60/+47
| | | | | | | 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
* Converted line endings to CRLF, after making all the .dsp/.dsw filesConstantin Kaplinsky2005-01-141-254/+254
| | | | | | | binary. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@98 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these, the systemPeter Åstrand2005-01-131-1/+1
| | | | | | | 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
* min and max changed to vncmin and vncmax. This solves many problems: Some ↵Peter Åstrand2005-01-1315-65/+49
| | | | | | 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
* .dsp files must have crlf line breaks, or VC7 cannot open them.Peter Åstrand2005-01-131-159/+159
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@95 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added bitmap for the toolbar buttons.george822005-01-134-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@94 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added button operations to the ToolBar class.george822005-01-112-0/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@93 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added button images operations to the ToolBar class:george822005-01-112-0/+39
| | | | | | | addBitmap(), addSysBitmap(), setBitmapSize(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@92 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed CommonControls.cxx, CommonControls.hgeorge822005-01-102-886/+0
| | | | | | | | | 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
* Added ToolBar:create() function. It creats a windows toolbar.george822005-01-102-2/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@90 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new methods to ToolBar class:george822005-01-102-2/+30
| | | | | | | | | ToolBar(); ~ToolBar(); getHandle(); git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@89 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added implementation of ToolBar control class.george822005-01-103-0/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@88 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed CommonControls.cxx, CommonControls.hgeorge822005-01-101-155/+147
| | | | | | | | 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
* Icons now changed.Peter Åstrand2005-01-071-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@86 3789f03b-4d11-0410-bbf8-ca57d06f2519
* New .ico files, from 1.3Peter Åstrand2005-01-074-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@85 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Tight encoding is actually faster than Hextile when bandwidth is less than ↵Peter Åstrand2005-01-072-4/+4
| | | | | | roughly 16 Mbps. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@84 3789f03b-4d11-0410-bbf8-ca57d06f2519
* New TODO: Should support X11 cursors.Peter Åstrand2005-01-071-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@83 3789f03b-4d11-0410-bbf8-ca57d06f2519
* When using AutoSelect with old servers, always start in FullColorPeter Åstrand2005-01-032-2/+15
| | | | | | | mode. Also, use cp.beforeVersion helper. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@82 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Bugfix for Configuration system: When using alias parameters, the immutable ↵Peter Åstrand2005-01-032-5/+14
| | | | | | 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
* -PasswordFile support for Windows viewer as wellPeter Åstrand2005-01-033-1/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@80 3789f03b-4d11-0410-bbf8-ca57d06f2519
* AutoSelect if default only if not using PreferredEncoding or FullColor.Peter Åstrand2005-01-035-13/+53
| | | | | | | | | | | | | | 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
* The OptionsDialog bug is caused by a bug in KDE 3.2. SeePeter Åstrand2005-01-011-4/+0
| | | | | | | 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
* Added note about the UNIX optionswindow modality problem.Peter Åstrand2004-12-301-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@77 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Note about the toolbar from http://lars.werner.no/vnc/.Peter Åstrand2004-12-301-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@76 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improved patch for bandwidth estimation: Avoid reading only 1 or 2Peter Åstrand2004-12-301-8/+17
| | | | | | | bytes at a time. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@75 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The line speed bug has now been fixed.Peter Åstrand2004-12-301-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@74 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Bugfix for problem with line speed estimate staying at zero for a longPeter Åstrand2004-12-301-1/+11
| | | | | | | time. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@73 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Perhaps warn if pixel format change against buggy server.Peter Åstrand2004-12-301-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@72 3789f03b-4d11-0410-bbf8-ca57d06f2519