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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Enhancement] Sending zero coordinates of the video area selection if that se...
Constantin Kaplinsky
2008-09-05
1
-0
/
+5
*
[Bugfix, cleanups] All the remaining problems with video rectangle selection ...
Constantin Kaplinsky
2008-09-03
1
-59
/
+53
*
[Bugfix] Selection grew incorrectly when it passed left or upper boundary of ...
Constantin Kaplinsky
2008-09-03
1
-2
/
+10
*
[Bugfix] Make sure the video selection is always a multiple of 16x8 pixels. P...
Constantin Kaplinsky
2008-09-03
1
-9
/
+12
*
[Bugfix] Fixed a problem with recursive seeking and unhandled EOFException("[...
Constantin Kaplinsky
2008-06-23
3
-6
/
+8
*
[Development] Using index-driven positioning when seeking forward over more t...
Constantin Kaplinsky
2008-06-23
2
-10
/
+12
*
[Debug] Printing entry points at index-driven seeking, for testing and debugg...
Constantin Kaplinsky
2008-06-23
1
-0
/
+2
*
[Refactoring] Added a separate function to compute the number of index record...
Constantin Kaplinsky
2008-06-23
1
-17
/
+24
*
[Cleanup] Minor code formatting change.
Constantin Kaplinsky
2008-06-23
1
-2
/
+2
*
[Development] Graceful fallback to non-indexed seeking if Range headers in HT...
Constantin Kaplinsky
2008-06-23
1
-3
/
+7
*
[Cleanup] Renamed a variable.
Constantin Kaplinsky
2008-06-23
1
-10
/
+8
*
[Development] Changed the .fbi file format, now key_fpos and key_size refer t...
Constantin Kaplinsky
2008-06-23
1
-3
/
+2
*
[Development] Data format of the .fbi file has been changed. In addition to t...
Constantin Kaplinsky
2008-06-23
1
-23
/
+22
*
[Enhancement] Validating the .fbi file contents - timestamps should go in asc...
Constantin Kaplinsky
2008-06-23
1
-0
/
+8
*
[Development] Indexed seeking (using HTTP 1.1 Range request headers) is worki...
Constantin Kaplinsky
2008-06-22
1
-12
/
+39
*
[Cleanup] Declared FbsConnection.openByteRange() static.
Constantin Kaplinsky
2008-06-21
1
-1
/
+1
*
[Refactoring] Added a separate function to connect to a byte range via HTTP u...
Constantin Kaplinsky
2008-06-21
1
-11
/
+17
*
[Development] Loading the keyframe data, using HTTP Range headers to load onl...
Constantin Kaplinsky
2008-06-20
2
-3
/
+30
*
[Development] Added two methods to open FBS files, with and without index-dri...
Constantin Kaplinsky
2008-06-20
1
-6
/
+44
*
[Development] Print FBS entry point information when efficient seeking via in...
Constantin Kaplinsky
2008-06-20
1
-0
/
+15
*
[Cleanup] Renamed member variable idx to indexData.
Constantin Kaplinsky
2008-06-20
1
-4
/
+4
*
[Bugfix] Saving actual numbers of records read from the .fbi file.
Constantin Kaplinsky
2008-06-20
1
-0
/
+3
*
[Cleanups] Removed unused import and used better syntactic form for array dec...
Constantin Kaplinsky
2008-06-20
1
-2
/
+1
*
[Bugfixes, enhancements] Fixed various bugs with loading index from .fbi file...
Constantin Kaplinsky
2008-06-20
1
-18
/
+43
*
[Documentation] Documented toString().
Constantin Kaplinsky
2008-06-20
1
-0
/
+5
*
[Enhancement] New method to compose a String respesentation of the object.
Constantin Kaplinsky
2008-06-20
1
-0
/
+10
*
[Bugfix] Always print error messages on System.err instead of System.out.
Constantin Kaplinsky
2008-06-20
3
-3
/
+3
*
[Development] Loading index data from the .fbi file.
Constantin Kaplinsky
2008-06-20
2
-9
/
+83
*
[Development] Added support for new "Index" parameter which sets URL prefix o...
Constantin Kaplinsky
2008-06-20
2
-5
/
+58
*
[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
[next]