aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Revert back to using cache for .fbs files.wimba.com2008-01-021-3/+2
* Changed the name of the package from com.HorizonLive.RfbPlayer to com.wimba.R...wimba.com2007-11-199-26/+11
* Make sure that .fbs files are not used from cache - this is because a disrupt...wimba.com2007-11-141-1/+7
* - Implemented liveshare archive playback pause.wimba.com2007-04-022-1/+26
* Remove spaces from parameter names so that they can be used as attributes in ...wimba.com2005-09-141-3/+3
* Fix player so that the canvas properly sizes when frame buffer changes size. ...wimba.com2005-02-111-222/+385
* Fix so that the vnc viewer properly sizes on resizes. Using the LWScrollPane ...wimba.com2005-02-083-11/+275
* Null check.wimba.com2005-01-111-1/+2
* While seeking, prevent repaints triggered by cursor and frame buffer size cha...wimba.com2005-01-071-45/+52
* Center shared image in frame when frame is bigger than shared area size.wimba.com2005-01-031-16/+70
* Closing a different stream to prevent a problem. Also, addedwimba.com2004-11-012-1/+5
* Fix RfbPlayer so that it shuts down more orderly. prevents awimba.com2004-11-013-5/+30
* Changed RfbProto to use the same encoding type check as the vnc viewer, meani...wimba.com2004-10-131-2/+3
* Change to prevent cursor remnants from appearing.wimba.com2004-09-221-1/+1
* Additional changes to support scroll panes whether an applet is running in it...wimba.com2004-09-212-45/+90
* Auto scroll on host cursor movements.wimba.com2004-09-211-32/+30
* Changes to support cursor pos and shape updates in archives.wimba.com2004-09-211-4/+271
* Add cursor encoding type to proto.wimba.com2004-09-211-2/+3
* Check for valid framebuffer size before change.wimba.com2004-09-161-2/+4
* A set of changes from HorizonLive/Wimba:wimba.com2004-09-168-0/+87
* Automated code formatting by NetBeans IDE.Constantin Kaplinsky2008-04-185-459/+398
* Version string changed, version 1.0.1.Constantin Kaplinsky2002-09-221-1/+1
* Bugfix -- seeking backwards worked incorrectly when playback speed wasConstantin Kaplinsky2002-09-221-1/+1
* A better version of the previous bugfix.Constantin Kaplinsky2002-09-221-3/+2
* A bug has been fixed -- the player did not update the framebuffer sizeConstantin Kaplinsky2002-09-221-0/+1
* Allowing relative URLs as values for the "URL" parameter, in theConstantin Kaplinsky2002-09-223-6/+11
* Version number changed, version 1.0.0.Constantin Kaplinsky2002-08-161-1/+1
* Seeking backwards has been implemented.Constantin Kaplinsky2002-08-162-4/+34
* Version string has been changed.Constantin Kaplinsky2002-07-241-1/+1
* Implemented new "Autoplay" parameter to start the player in theConstantin Kaplinsky2002-07-245-14/+63
* Calls to methods not supported by JDK 1.1 were removed.Constantin Kaplinsky2002-06-042-2/+2
* Code cleanup: each decoder was moved from the processNormalProtocol()Constantin Kaplinsky2002-06-041-217/+217
* One change in the previous version was incorrect.Constantin Kaplinsky2002-05-301-5/+1
* Code cleanups.Constantin Kaplinsky2002-05-303-12/+22
* Code re-organization to make it easier implement backward seeking.Constantin Kaplinsky2002-05-303-24/+22
* Implemented new "Speed" parameter which allows to set initial playbackConstantin Kaplinsky2002-05-303-2/+38
* Implemented variable playback speed, adjustable using a text field.Constantin Kaplinsky2002-05-303-13/+28
* Added support for new "Position" parameter.Constantin Kaplinsky2002-05-304-13/+70
* Implemented seeking to an arbitrary time point in the session file.Constantin Kaplinsky2002-05-302-6/+36
* It was not necessary to remember time when the playback was paused.Constantin Kaplinsky2002-05-301-7/+6
* Changes in architecture to support pausing in the FbsInputStreamConstantin Kaplinsky2002-05-294-80/+71
* Made the position field editable in paused and stopped modes.Constantin Kaplinsky2002-05-294-6/+29
* Text field in the ButtonPanel to show current time offset in seconds.Constantin Kaplinsky2002-05-294-0/+33
* HTTP access to session files implemented.Constantin Kaplinsky2002-05-252-9/+10
* Short note on usage.Constantin Kaplinsky2002-05-201-0/+2
* Cleanups in color processing.Constantin Kaplinsky2002-05-201-24/+15
* Fixed pixel format to make it compatible with VNC Reflector, forConstantin Kaplinsky2002-05-201-6/+20
* Fixed pixel format to make it compatible with VNC Reflector, forConstantin Kaplinsky2002-05-201-14/+24
* Throwing Exception instead of IOException on non-I/O error.Constantin Kaplinsky2002-05-201-4/+4
* Preliminary version of RFB Session Player converted from TightVNC JavaConstantin Kaplinsky2002-05-2019-2965/+482