summaryrefslogtreecommitdiffstats
path: root/java/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Version number changed, version 1.0.0.Constantin Kaplinsky2002-08-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2523 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Seeking backwards has been implemented.Constantin Kaplinsky2002-08-162-4/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2522 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Version string has been changed.Constantin Kaplinsky2002-07-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2521 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented new "Autoplay" parameter to start the player in theConstantin Kaplinsky2002-07-245-14/+63
| | | | | | | | | playback mode. Positioning during playback is now allowed. The desktop contents is now being updated correctly on startup and after positioning in the paused mode. Also a number of minor cleanups. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2520 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Calls to methods not supported by JDK 1.1 were removed.Constantin Kaplinsky2002-06-042-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2519 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code cleanup: each decoder was moved from the processNormalProtocol()Constantin Kaplinsky2002-06-041-217/+217
| | | | | | | method to a separate function. Cleanups in "throws" statements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2518 3789f03b-4d11-0410-bbf8-ca57d06f2519
* One change in the previous version was incorrect.Constantin Kaplinsky2002-05-301-5/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2517 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code cleanups.Constantin Kaplinsky2002-05-303-12/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2516 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code re-organization to make it easier implement backward seeking.Constantin Kaplinsky2002-05-303-24/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2515 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented new "Speed" parameter which allows to set initial playbackConstantin Kaplinsky2002-05-303-2/+38
| | | | | | | speed. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2514 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented variable playback speed, adjustable using a text field.Constantin Kaplinsky2002-05-303-13/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2513 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added support for new "Position" parameter.Constantin Kaplinsky2002-05-304-13/+70
| | | | | | | | Fixed a NullPointerException with "Show Controls"="no". Documented all supported parameters. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2512 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented seeking to an arbitrary time point in the session file.Constantin Kaplinsky2002-05-302-6/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2511 3789f03b-4d11-0410-bbf8-ca57d06f2519
* It was not necessary to remember time when the playback was paused.Constantin Kaplinsky2002-05-301-7/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2510 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changes in architecture to support pausing in the FbsInputStreamConstantin Kaplinsky2002-05-294-80/+71
| | | | | | | | | instead of using VncCanvas for that. RfbPlayer does not need to remember current state any more. Play/Stop button removed. Added a field to set playback speed, non-working yet. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2509 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Made the position field editable in paused and stopped modes.Constantin Kaplinsky2002-05-294-6/+29
| | | | | | | Preparing for implementation of seeking to an arbitrary point. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2508 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Text field in the ButtonPanel to show current time offset in seconds.Constantin Kaplinsky2002-05-294-0/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2507 3789f03b-4d11-0410-bbf8-ca57d06f2519
* HTTP access to session files implemented.Constantin Kaplinsky2002-05-252-9/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2506 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Short note on usage.Constantin Kaplinsky2002-05-201-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2505 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Cleanups in color processing.Constantin Kaplinsky2002-05-201-24/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2504 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed pixel format to make it compatible with VNC Reflector, forConstantin Kaplinsky2002-05-201-6/+20
| | | | | | | RRE and CoRRE encodings. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2503 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed pixel format to make it compatible with VNC Reflector, forConstantin Kaplinsky2002-05-201-14/+24
| | | | | | | Raw, Hextile and Zlib encodings. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2502 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Throwing Exception instead of IOException on non-I/O error.Constantin Kaplinsky2002-05-201-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2501 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Preliminary version of RFB Session Player converted from TightVNC JavaConstantin Kaplinsky2002-05-2019-2965/+482
| | | | | | viewer sources. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2500 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Renaming the file to preserve its history.Constantin Kaplinsky2008-04-211-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2499 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Copying old Java Viewer source where RfbPlayer development had originated.Constantin Kaplinsky2008-04-1818-0/+4572
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2495 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Bugfix: VncCanvas2 class could not be found because of the recent package ↵Constantin Kaplinsky2008-04-141-1/+1
| | | | | | name change. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2465 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Using package name com.tightvnc.vncviewer.Constantin Kaplinsky2008-04-1420-0/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2461 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Moved the Java Viewer source into the proper location.Constantin Kaplinsky2008-04-1426-0/+8048
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2460 3789f03b-4d11-0410-bbf8-ca57d06f2519