summaryrefslogtreecommitdiffstats
path: root/java/src/com/tightvnc
Commit message (Collapse)AuthorAgeFilesLines
...
* [Development] Print FBS entry point information when efficient seeking via ↵Constantin Kaplinsky2008-06-201-0/+15
| | | | | | index files may be used. Efficient seeking itself is not implemented yet. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2607 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Cleanup] Renamed member variable idx to indexData.Constantin Kaplinsky2008-06-201-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2606 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Saving actual numbers of records read from the .fbi file.Constantin Kaplinsky2008-06-201-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2605 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Cleanups] Removed unused import and used better syntactic form for array ↵Constantin Kaplinsky2008-06-201-2/+1
| | | | | | declaration. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2604 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfixes, enhancements] Fixed various bugs with loading index from .fbi ↵Constantin Kaplinsky2008-06-201-18/+43
| | | | | | file, significantly improved error handling. Now the index data is kept as a usual array of FbsEntryPoint records, Vector is not used any more. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2603 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Documentation] Documented toString().Constantin Kaplinsky2008-06-201-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2602 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Enhancement] New method to compose a String respesentation of the object.Constantin Kaplinsky2008-06-201-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2601 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Always print error messages on System.err instead of System.out.Constantin Kaplinsky2008-06-203-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2600 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Loading index data from the .fbi file.Constantin Kaplinsky2008-06-202-9/+83
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2599 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Added support for new "Index" parameter which sets URL prefix ↵Constantin Kaplinsky2008-06-202-5/+58
| | | | | | of .fbi and .fbk index files. Reading .fbi index file, without actually using its data. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2598 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Refactoring] Removed unused variable.Constantin Kaplinsky2008-06-191-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2597 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Refactoring] Created new FbsConnection class to manage connections to FBS ↵Constantin Kaplinsky2008-06-192-21/+64
| | | | | | and index files. Index files are not used yet. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2596 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Refactoring] Setting initial time offset in newFbsConnection().Constantin Kaplinsky2008-06-191-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2595 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Refactoring] Added another constructor to FbsInputStream, a lower level ↵Constantin Kaplinsky2008-06-191-16/+57
| | | | | | one. It's expected to be useful for working with indexed FBS streams. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2594 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Refactoring] Reading an FBS data block has been separated in a new method ↵Constantin Kaplinsky2008-06-191-13/+36
| | | | | | with improved error handling. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2593 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Better documentation for the FbsInputStream constructor.Constantin Kaplinsky2008-06-191-4/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2592 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed unused FbsInputStream constructor, added Javadoc to the remaining ↵Constantin Kaplinsky2008-06-181-10/+7
| | | | | | constructor. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2590 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code refactoring. Now RfbPlayer maintains FbsInputStream and RfbProto ↵Constantin Kaplinsky2008-06-183-55/+60
| | | | | | instances separately. Also, RfbProto does not need FbsInputStream any more, it can work with any InputStream. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2589 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code formatting changes only.Constantin Kaplinsky2008-06-181-21/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2588 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code refactoring in preparation to more efficient seeking. Now we handle ↵Constantin Kaplinsky2008-06-172-7/+10
| | | | | | initial time offset in RfbProto constructor and its newSession() method. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2587 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Eliminated one call to a deprecated method, and one potential ↵Constantin Kaplinsky2008-06-171-2/+2
| | | | | | NullPointerException. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2586 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed documentation for the "Offer relogin" parameter.Constantin Kaplinsky2008-05-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2565 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Support for video area selection (revision range 2467:2563 from ↵Constantin Kaplinsky2008-05-274-38/+294
| | | | | | branches/javaviewer-selectvideo) merged back to trunk. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2564 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Package name for RfbPlayer changed to com.tightvnc.rfbplayer.Constantin Kaplinsky2008-04-309-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2562 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Revert back to using cache for .fbs files.wimba.com2008-01-021-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2549 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed the name of the package from com.HorizonLive.RfbPlayer to ↵wimba.com2007-11-199-26/+11
| | | | | | com.wimba.RfbPlayer, in each file. Removed unused variables and imports. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2548 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make sure that .fbs files are not used from cache - this is because a ↵wimba.com2007-11-141-1/+7
| | | | | | disruption in connectivity will cause an incomplete .fbs file, and java will attempt to use this incomplete .fbs file if caching is on. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2547 3789f03b-4d11-0410-bbf8-ca57d06f2519
* - Implemented liveshare archive playback pause.wimba.com2007-04-022-1/+26
| | | | | | | - Liveshare is now unloaded when archive playback is stopped. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2546 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove spaces from parameter names so that they can be used as attributes in ↵wimba.com2005-09-141-3/+3
| | | | | | embed tags. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2545 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix player so that the canvas properly sizes when frame buffer changes size. ↵wimba.com2005-02-111-222/+385
| | | | | | Also, get rid of some ghost cursors that were getting left behind. Did a lot to bring the VncCanvas more in line with that of the viewer. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2544 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix so that the vnc viewer properly sizes on resizes. Using the LWScrollPane ↵wimba.com2005-02-083-11/+275
| | | | | | from the vncviewer. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2543 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Null check.wimba.com2005-01-111-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2542 3789f03b-4d11-0410-bbf8-ca57d06f2519
* While seeking, prevent repaints triggered by cursor and frame buffer size ↵wimba.com2005-01-071-45/+52
| | | | | | changes. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2541 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Center shared image in frame when frame is bigger than shared area size.wimba.com2005-01-031-16/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2540 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Closing a different stream to prevent a problem. Also, addedwimba.com2004-11-012-1/+5
| | | | | | | | an explicit catch and rethrow of a NullPointerException with a comment so that this doesn't get 'fixed', as fixing it would break the applet for some reason i don't understand. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2539 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix RfbPlayer so that it shuts down more orderly. prevents awimba.com2004-11-013-5/+30
| | | | | | crash with certain jvm versions under Win IE. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2538 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed RfbProto to use the same encoding type check as the vnc viewer, ↵wimba.com2004-10-131-2/+3
| | | | | | meaning that cursor position updates won't be subject to the bounds check and possibly causing an exception. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2537 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Change to prevent cursor remnants from appearing.wimba.com2004-09-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2536 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Additional changes to support scroll panes whether an applet is running in ↵wimba.com2004-09-212-45/+90
| | | | | | its own frame or on an html page. Some resizing support. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2535 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Auto scroll on host cursor movements.wimba.com2004-09-211-32/+30
| | | | | | Removed some debugging output. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2534 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changes to support cursor pos and shape updates in archives.wimba.com2004-09-211-4/+271
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2533 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add cursor encoding type to proto.wimba.com2004-09-211-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2532 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Check for valid framebuffer size before change.wimba.com2004-09-161-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2531 3789f03b-4d11-0410-bbf8-ca57d06f2519
* A set of changes from HorizonLive/Wimba:wimba.com2004-09-168-0/+87
| | | | | | | | | | - package name set to com.HorizonLive.RfbPlayer; - reducing the screen size by 30 pixels in each direction; - interface to control RfbPlayer from other applets (RfbSharedStatic); - applets to control RfbPlayer (PARfbSender, RfbPlayerSetDisplaySize); - new jumpTo(long pos) method of RfbPlayer that can be called via PARfbSender. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2530 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Automated code formatting by NetBeans IDE.Constantin Kaplinsky2008-04-185-459/+398
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2529 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Version string changed, version 1.0.1.Constantin Kaplinsky2002-09-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2528 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Bugfix -- seeking backwards worked incorrectly when playback speed wasConstantin Kaplinsky2002-09-221-1/+1
| | | | | | | not equal to 1. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2527 3789f03b-4d11-0410-bbf8-ca57d06f2519
* A better version of the previous bugfix.Constantin Kaplinsky2002-09-221-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2526 3789f03b-4d11-0410-bbf8-ca57d06f2519
* A bug has been fixed -- the player did not update the framebuffer sizeConstantin Kaplinsky2002-09-221-0/+1
| | | | | | | on re-opening sessions. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2525 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Allowing relative URLs as values for the "URL" parameter, in theConstantin Kaplinsky2002-09-223-6/+11
| | | | | | | applet mode. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2524 3789f03b-4d11-0410-bbf8-ca57d06f2519