aboutsummaryrefslogtreecommitdiffstats
path: root/rfbplayer/rfbplayer.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug with wrong sizing the main window to the frame size.george822005-02-191-1/+1
* When closing the session file, reset WS_MAXIMIZE the window stylegeorge822005-02-191-0/+5
* Reset time info when closing the session file.george822005-02-191-0/+2
* Disable the speed updown control in RfbPlayer::disableTBandMenuItems().george822005-02-191-0/+2
* Fixed bug with the time slider jumping to one pos back when playback speed is...george822005-02-191-8/+10
* Set the player title to "None" if nothing to play.george822005-02-131-0/+1
* Removed unnecessary functions.george822005-02-131-14/+0
* Implemented "Close File... Ctrl+Q" menu point.george822005-02-131-0/+3
* Added RfbPlayer::closeSessionFile().george822005-02-131-0/+44
* Added DEFAULT_PLAYER_WIDTH and DEFAULT_PLAYER_HEIGHT constant.george822005-02-131-1/+3
* Disable toolbar and menu items wich used for playback controlgeorge822005-02-121-0/+3
* Added RfbPlayer::enableTBandMenuItems().george822005-02-121-0/+21
* Added RfbPlayer::disableTBandMenuItems().george822005-02-121-0/+21
* Improved RfbPlayer implementation.george822005-02-091-5/+1
* Fixed the problem with crashes the player when it starts withoutgeorge822005-02-091-9/+10
* Added Go to Pos dialog implementation.george822005-02-081-0/+10
* Wrong name of constant :)george822005-02-081-1/+1
* Implemented "Command Line Switches" menu point.george822005-02-081-0/+4
* Removed console wich shows program info and command-line parameters.george822005-02-081-83/+38
* Implemented "Loop Ctrl+L" menu point.george822005-02-061-2/+7
* Implemented "Exit Alt+X" menu point.george822005-02-061-0/+4
* Set slider to 0 when stopped playback.george822005-02-061-0/+1
* Added the open session file dialog implementation.george822005-02-061-0/+23
* 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-061-13/+56
* Implemented the full session time calculating.george822005-02-051-3/+11
* Added RfbPlayer::calculateSessionTime().george822005-02-051-0/+18
* Improved RfbPlayer class implementation,george822005-02-051-3/+0
* Improved RfbPlayer class implementation,george822005-02-051-32/+28
* Improved rfbSessionReader class implementation.george822005-02-031-2/+0
* Added RfbPlayer::openSessionFile().george822005-01-311-0/+20
* Added RfbPlayer::processMsg().george822005-01-311-1/+36
* Added rfbSessionReader class to RfbPlayer class.george822005-01-311-1/+6
* Removed the threading part from RfbPlayer class.george822005-01-301-52/+1
* Implemented the speed changing by edit control.george822005-01-291-3/+29
* Implemented speed changing by spin control.george822005-01-291-1/+25
* Implemented the play, pause, stop button proccessing.george822005-01-271-5/+59
* 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-241-0/+24
* Added the ToolBar to RfbPlayer.george822005-01-191-13/+75
* Start playing if autoplay set to TRUE.george822005-01-171-3/+3
* Changed the threading part of rfbplayer. Now threading function includedgeorge822005-01-161-57/+41
* Changed all user-visible strings from colour to color.Peter Åstrand2004-12-301-1/+1
* Removed old RfbPlayer's controls.george822004-12-121-146/+3
* Added hot keys support to RfbPlayergeorge822004-12-091-2/+5
* Added the menu in RfbPlayergeorge822004-12-081-1/+1
* Added initial RFB Session Player implementation, by Egor Vegner.Constantin Kaplinsky2004-11-141-0/+1035