aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Grabbing the screen moved from PollingManager to XPixelBuffer.Constantin Kaplinsky2008-06-024-16/+19
* Code refactoring - PollingManager's constructor is given an XPixelBuffer*Constantin Kaplinsky2008-05-305-24/+28
* Removed the code for automatic video detection. It interfered with videoConstantin Kaplinsky2008-05-303-300/+7
* 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
* Using proper logging in SMsgReader class. Reporting details on receiving Vide...Constantin Kaplinsky2008-04-241-3/+10
* Support for VideoRectangleSelection client message in the server code. The me...Constantin Kaplinsky2008-04-2410-3/+57
* Extended documentation for VideoAreaSelection client message.Constantin Kaplinsky2008-04-231-0/+0
* Formatting was broken for some reason.Constantin Kaplinsky2008-04-231-0/+0
* Proposed new VideoRectangleSelection protocol message.Constantin Kaplinsky2008-04-221-0/+0
* New text document to keep the list of all allocated codes and signatures used...Constantin Kaplinsky2008-04-221-0/+94
* 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