index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Refactoring] Removed unused variable.
Constantin Kaplinsky
2008-06-19
1
-2
/
+0
*
[Refactoring] Created new FbsConnection class to manage connections to FBS an...
Constantin Kaplinsky
2008-06-19
2
-21
/
+64
*
[Refactoring] Setting initial time offset in newFbsConnection().
Constantin Kaplinsky
2008-06-19
1
-5
/
+6
*
[Refactoring] Added another constructor to FbsInputStream, a lower level one....
Constantin Kaplinsky
2008-06-19
1
-16
/
+57
*
[Refactoring] Reading an FBS data block has been separated in a new method wi...
Constantin Kaplinsky
2008-06-19
1
-13
/
+36
*
Better documentation for the FbsInputStream constructor.
Constantin Kaplinsky
2008-06-19
1
-4
/
+10
*
Removed unused FbsInputStream constructor, added Javadoc to the remaining con...
Constantin Kaplinsky
2008-06-18
1
-10
/
+7
*
Code refactoring. Now RfbPlayer maintains FbsInputStream and RfbProto instanc...
Constantin Kaplinsky
2008-06-18
3
-55
/
+60
*
Code formatting changes only.
Constantin Kaplinsky
2008-06-18
1
-21
/
+43
*
Code refactoring in preparation to more efficient seeking. Now we handle init...
Constantin Kaplinsky
2008-06-17
2
-7
/
+10
*
Eliminated one call to a deprecated method, and one potential NullPointerExce...
Constantin Kaplinsky
2008-06-17
1
-2
/
+2
*
Fixed documentation for the "Offer relogin" parameter.
Constantin Kaplinsky
2008-05-29
1
-1
/
+1
*
Support for video area selection (revision range 2467:2563 from branches/java...
Constantin Kaplinsky
2008-05-27
4
-38
/
+294
*
Package name for RfbPlayer changed to com.tightvnc.rfbplayer.
Constantin Kaplinsky
2008-04-30
9
-9
/
+9
*
Revert back to using cache for .fbs files.
wimba.com
2008-01-02
1
-3
/
+2
*
Changed the name of the package from com.HorizonLive.RfbPlayer to com.wimba.R...
wimba.com
2007-11-19
9
-26
/
+11
*
Make sure that .fbs files are not used from cache - this is because a disrupt...
wimba.com
2007-11-14
1
-1
/
+7
*
- Implemented liveshare archive playback pause.
wimba.com
2007-04-02
2
-1
/
+26
*
Remove spaces from parameter names so that they can be used as attributes in ...
wimba.com
2005-09-14
1
-3
/
+3
*
Fix player so that the canvas properly sizes when frame buffer changes size. ...
wimba.com
2005-02-11
1
-222
/
+385
*
Fix so that the vnc viewer properly sizes on resizes. Using the LWScrollPane ...
wimba.com
2005-02-08
3
-11
/
+275
*
Null check.
wimba.com
2005-01-11
1
-1
/
+2
*
While seeking, prevent repaints triggered by cursor and frame buffer size cha...
wimba.com
2005-01-07
1
-45
/
+52
*
Center shared image in frame when frame is bigger than shared area size.
wimba.com
2005-01-03
1
-16
/
+70
*
Closing a different stream to prevent a problem. Also, added
wimba.com
2004-11-01
2
-1
/
+5
*
Fix RfbPlayer so that it shuts down more orderly. prevents a
wimba.com
2004-11-01
3
-5
/
+30
*
Changed RfbProto to use the same encoding type check as the vnc viewer, meani...
wimba.com
2004-10-13
1
-2
/
+3
*
Change to prevent cursor remnants from appearing.
wimba.com
2004-09-22
1
-1
/
+1
*
Additional changes to support scroll panes whether an applet is running in it...
wimba.com
2004-09-21
2
-45
/
+90
*
Auto scroll on host cursor movements.
wimba.com
2004-09-21
1
-32
/
+30
*
Changes to support cursor pos and shape updates in archives.
wimba.com
2004-09-21
1
-4
/
+271
*
Add cursor encoding type to proto.
wimba.com
2004-09-21
1
-2
/
+3
*
Check for valid framebuffer size before change.
wimba.com
2004-09-16
1
-2
/
+4
*
A set of changes from HorizonLive/Wimba:
wimba.com
2004-09-16
8
-0
/
+87
*
Automated code formatting by NetBeans IDE.
Constantin Kaplinsky
2008-04-18
5
-459
/
+398
*
Version string changed, version 1.0.1.
Constantin Kaplinsky
2002-09-22
1
-1
/
+1
*
Bugfix -- seeking backwards worked incorrectly when playback speed was
Constantin Kaplinsky
2002-09-22
1
-1
/
+1
*
A better version of the previous bugfix.
Constantin Kaplinsky
2002-09-22
1
-3
/
+2
*
A bug has been fixed -- the player did not update the framebuffer size
Constantin Kaplinsky
2002-09-22
1
-0
/
+1
*
Allowing relative URLs as values for the "URL" parameter, in the
Constantin Kaplinsky
2002-09-22
3
-6
/
+11
*
Version number changed, version 1.0.0.
Constantin Kaplinsky
2002-08-16
1
-1
/
+1
*
Seeking backwards has been implemented.
Constantin Kaplinsky
2002-08-16
2
-4
/
+34
*
Version string has been changed.
Constantin Kaplinsky
2002-07-24
1
-1
/
+1
*
Implemented new "Autoplay" parameter to start the player in the
Constantin Kaplinsky
2002-07-24
5
-14
/
+63
*
Calls to methods not supported by JDK 1.1 were removed.
Constantin Kaplinsky
2002-06-04
2
-2
/
+2
*
Code cleanup: each decoder was moved from the processNormalProtocol()
Constantin Kaplinsky
2002-06-04
1
-217
/
+217
*
One change in the previous version was incorrect.
Constantin Kaplinsky
2002-05-30
1
-5
/
+1
*
Code cleanups.
Constantin Kaplinsky
2002-05-30
3
-12
/
+22
*
Code re-organization to make it easier implement backward seeking.
Constantin Kaplinsky
2002-05-30
3
-24
/
+22
*
Implemented new "Speed" parameter which allows to set initial playback
Constantin Kaplinsky
2002-05-30
3
-2
/
+38
[next]