aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
Commit message (Expand)AuthorAgeFilesLines
* [Refactoring] Removed unused variable.Constantin Kaplinsky2008-06-191-2/+0
* [Refactoring] Created new FbsConnection class to manage connections to FBS an...Constantin Kaplinsky2008-06-192-21/+64
* [Refactoring] Setting initial time offset in newFbsConnection().Constantin Kaplinsky2008-06-191-5/+6
* [Refactoring] Added another constructor to FbsInputStream, a lower level one....Constantin Kaplinsky2008-06-191-16/+57
* [Refactoring] Reading an FBS data block has been separated in a new method wi...Constantin Kaplinsky2008-06-191-13/+36
* Better documentation for the FbsInputStream constructor.Constantin Kaplinsky2008-06-191-4/+10
* Removed unused FbsInputStream constructor, added Javadoc to the remaining con...Constantin Kaplinsky2008-06-181-10/+7
* Code refactoring. Now RfbPlayer maintains FbsInputStream and RfbProto instanc...Constantin Kaplinsky2008-06-183-55/+60
* Code formatting changes only.Constantin Kaplinsky2008-06-181-21/+43
* Code refactoring in preparation to more efficient seeking. Now we handle init...Constantin Kaplinsky2008-06-172-7/+10
* Eliminated one call to a deprecated method, and one potential NullPointerExce...Constantin Kaplinsky2008-06-171-2/+2
* Fixed documentation for the "Offer relogin" parameter.Constantin Kaplinsky2008-05-291-1/+1
* Support for video area selection (revision range 2467:2563 from branches/java...Constantin Kaplinsky2008-05-274-38/+294
* Package name for RfbPlayer changed to com.tightvnc.rfbplayer.Constantin Kaplinsky2008-04-309-9/+9
* 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