summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New version of xc.patch: The same as xc.patch as used in FC3.Peter Åstrand2005-02-111-108/+129
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@169 3789f03b-4d11-0410-bbf8-ca57d06f2519
* xc/config/cf/host.def and xc/config/cf/vnc.def shouldn't be part of this patch.Peter Åstrand2005-02-111-24/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@168 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The Xserver now builds with X.Org 6.8.2. It doesn't run correctly yet, though.Peter Åstrand2005-02-115-136/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@167 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Compute the number of rectangles as required by Tight.Peter Åstrand2005-02-101-1/+12
| | | | | | | The encoder actually seems to work now. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@166 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Uncommented getNumRects.Peter Åstrand2005-02-102-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@165 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Tight encoding support, except for rfb/SMsgWriterV3.cxxPeter Åstrand2005-02-1010-0/+1037
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@164 3789f03b-4d11-0410-bbf8-ca57d06f2519
* vncconfig -> vncconfig_unixPeter Åstrand2005-02-103-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@163 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Must link with libjpeg.a.Peter Åstrand2005-02-101-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@162 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improved RfbPlayer implementation.george822005-02-092-5/+2
| | | | | | | The reading thread must resume playback itself when destoying. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@161 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added RfbProto::getInStream().george822005-02-091-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@160 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed the problem with crashes the player when it starts withoutgeorge822005-02-092-13/+14
| | | | | | | | command-line parameters. Solved problem with buzzing program on some computers. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@159 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added Go to Pos dialog implementation.george822005-02-085-3/+60
| | | | | | | Implemented "Go To... Ctrl+G" menu point. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@158 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added Go to Pos dialog in RfbPlayer. This dialog allows usersgeorge822005-02-082-2/+46
| | | | | | | go to the custom time position in rfb session. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@157 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Wrong name of constant :)george822005-02-083-3/+3
| | | | | | | ID_HELP_COMMANDLINESEITCHES ->ID_HELP_COMMANDLINESWITCHES git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@156 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented "Command Line Switches" menu point.george822005-02-081-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@155 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed console wich shows program info and command-line parameters.george822005-02-082-86/+40
| | | | | | | | Now command-line parameters shows as windows message box. Removed unnecessary variable. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@154 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented "Loop Ctrl+L" menu point.george822005-02-062-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@153 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented "Exit Alt+X" menu point.george822005-02-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@152 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Set slider to 0 when stopped playback.george822005-02-061-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@151 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed unnecessary elements from the menu.george822005-02-062-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@150 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the open session file dialog implementation.george822005-02-062-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@149 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed bug with wrong positiong of slider when it was draged by mouse.george822005-02-061-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@148 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improved RfbPlayer::updatePos().george822005-02-061-19/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@147 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented the time position changing by trackbar.george822005-02-062-14/+60
| | | | | | | RfbPlayer::calculateSessionTime() must calculate time in ms. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@146 3789f03b-4d11-0410-bbf8-ca57d06f2519
* FbsInputStrea::getTimeOffset must return the current seesion time.george822005-02-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@145 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make sure the popup menu is created within the viewport, even thoughPeter Åstrand2005-02-051-0/+4
| | | | | | | the mouse cursor is in the lower, right corner. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@144 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated copyright yearPeter Åstrand2005-02-056-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@143 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented the full session time calculating.george822005-02-052-4/+12
| | | | | | | speedTrackBar -> posTrackBar (wrong name) :) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@142 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added RfbPlayer::calculateSessionTime().george822005-02-052-0/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@141 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improved RfbPlayer class implementation,george822005-02-051-3/+0
| | | | | | | added RfbPlayer::stopPlayback(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@140 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improved RfbPlayer class implementation,george822005-02-052-32/+30
| | | | | | | added RfbPlayer::stopPlayback(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@139 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed a bug with crashing the application when openSessionFile usesgeorge822005-02-031-0/+1
| | | | | | | a few times. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@138 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improved rfbSessionReader class implementation.george822005-02-032-7/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@137 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added RfbPlayer::openSessionFile().george822005-01-312-0/+23
| | | | | | | It opens the rfb session file and starts reading the data. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@136 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added RfbPlayer::processMsg().george822005-01-312-1/+37
| | | | | | | It is used for processing the rfb protocol messages. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@135 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added rfbSessionReader class to RfbPlayer class.george822005-01-313-3/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@134 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added TODO item about the problem when byte order differs between thePeter Åstrand2005-01-311-0/+7
| | | | | | | host and the Xserver. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@133 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed the threading part from RfbPlayer class.george822005-01-302-59/+2
| | | | | | | rfbSessionReader class will used to read the rfb data. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@132 3789f03b-4d11-0410-bbf8-ca57d06f2519
* void processMsg() -> virtual void processMsg();george822005-01-301-1/+1
| | | | | | | It' need for compatibility RfbPlayer class and RfbProto class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@131 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added rfbSessionReader class implementation.george822005-01-302-0/+63
| | | | | | | It's used for reading the rfb data. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@130 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented the speed changing by edit control.george822005-01-293-4/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@129 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented speed changing by spin control.george822005-01-291-1/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@128 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new option, SendSysKeys, which controls if Alt-Tab, Alt-F4 and ↵Peter Åstrand2005-01-287-11/+86
| | | | | | Alt-Space should be handled locally, or sent to the server git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@127 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented the play, pause, stop button proccessing.george822005-01-273-48/+97
| | | | | | | Changed some rfbplayer's defines. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@126 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated abouttext translationPeter Åstrand2005-01-252-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@125 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make sure translations works in an UTF8 environment.Peter Åstrand2005-01-252-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@124 3789f03b-4d11-0410-bbf8-ca57d06f2519
* libjpeg.a is actually in build directoryPeter Åstrand2005-01-252-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@123 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Swedish translation for UNIX vncviewer GUI completedPeter Åstrand2005-01-2410-71/+377
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@122 3789f03b-4d11-0410-bbf8-ca57d06f2519
* 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