summaryrefslogtreecommitdiffstats
path: root/rfbplayer
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented "Loop Ctrl+L" menu point.george822005-02-062-2/+8
* Implemented "Exit Alt+X" menu point.george822005-02-061-0/+4
* Set slider to 0 when stopped playback.george822005-02-061-0/+1
* Removed unnecessary elements from the menu.george822005-02-062-3/+0
* Added the open session file dialog implementation.george822005-02-062-0/+24
* Fixed bug with wrong positiong of slider when it was draged by mouse.george822005-02-061-4/+4
* Improved RfbPlayer::updatePos().george822005-02-061-19/+1
* Implemented the time position changing by trackbar.george822005-02-062-14/+60
* FbsInputStrea::getTimeOffset must return the current seesion time.george822005-02-061-2/+2
* Implemented the full session time calculating.george822005-02-052-4/+12
* Added RfbPlayer::calculateSessionTime().george822005-02-052-0/+21
* Improved RfbPlayer class implementation,george822005-02-051-3/+0
* Improved RfbPlayer class implementation,george822005-02-052-32/+30
* Fixed a bug with crashing the application when openSessionFile usesgeorge822005-02-031-0/+1
* Improved rfbSessionReader class implementation.george822005-02-032-7/+3
* Added RfbPlayer::openSessionFile().george822005-01-312-0/+23
* Added RfbPlayer::processMsg().george822005-01-312-1/+37
* Added rfbSessionReader class to RfbPlayer class.george822005-01-313-3/+11
* Removed the threading part from RfbPlayer class.george822005-01-302-59/+2
* void processMsg() -> virtual void processMsg();george822005-01-301-1/+1
* Added rfbSessionReader class implementation.george822005-01-302-0/+63
* Implemented the speed changing by edit control.george822005-01-293-4/+32
* Implemented speed changing by spin control.george822005-01-291-1/+25
* Implemented the play, pause, stop button proccessing.george822005-01-273-48/+97
* Update the time position 4 times in 1 second (every 250 ms).george822005-01-241-1/+4
* Implemented update the time position in the toolbar.george822005-01-242-1/+28
* Added the ToolBar to RfbPlayer.george822005-01-194-27/+93
* Added ToolBar::autoSize, ToolBar::getButtonRect().george822005-01-182-0/+17
* Changed toolbar bitmap.george822005-01-171-0/+0
* Start playing if autoplay set to TRUE.george822005-01-171-3/+3
* Changed the threading part of rfbplayer. Now threading function includedgeorge822005-01-162-60/+47
* .dsp files must have crlf line breaks, or VC7 cannot open them.Peter Åstrand2005-01-131-159/+159
* Added bitmap for the toolbar buttons.george822005-01-134-1/+13
* Added button operations to the ToolBar class.george822005-01-112-0/+130
* Added button images operations to the ToolBar class:george822005-01-112-0/+39
* Removed CommonControls.cxx, CommonControls.hgeorge822005-01-102-886/+0
* Added ToolBar:create() function. It creats a windows toolbar.george822005-01-102-2/+21
* Added new methods to ToolBar class:george822005-01-102-2/+30
* Added implementation of ToolBar control class.george822005-01-103-0/+51
* Removed CommonControls.cxx, CommonControls.hgeorge822005-01-101-155/+147
* Changed all user-visible strings from colour to color.Peter Åstrand2004-12-301-1/+1
* .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
* Removed old RfbPlayer's controls.george822004-12-122-151/+3
* Added hot keys support to RfbPlayergeorge822004-12-093-4/+34
* Added the menu in RfbPlayergeorge822004-12-083-5/+86
* .dsp files must have CRLF line breaksPeter Åstrand2004-12-071-147/+147
* Added initial RFB Session Player implementation, by Egor Vegner.Constantin Kaplinsky2004-11-1413-0/+2056