summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Integrate Java TigerVNC Viewer build into CMake build systemDRC2011-10-042-0/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4690 3789f03b-4d11-0410-bbf8-ca57d06f2519
* cleanup of rdr code, uniquify variable names, etc.Brian Hinz2011-10-024-50/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4688 3789f03b-4d11-0410-bbf8-ca57d06f2519
* fix for invalid hotspot error when scalingFactor becomes small. Override ↵Brian Hinz2011-10-022-17/+11
| | | | | | repaint method to (hopefully) make updates immediate. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4687 3789f03b-4d11-0410-bbf8-ca57d06f2519
* lots of fixes to scaling code. Adds support for FixedRatio and AutoScaling ↵Brian Hinz2011-10-013-27/+102
| | | | | | (code heavily leveraged from TurboVNC java client). Adds cursor scaling. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4684 3789f03b-4d11-0410-bbf8-ca57d06f2519
* initial support for client side scaling. Options dialog offers "Auto" and ↵Brian Hinz2011-09-304-35/+145
| | | | | | "FixedRatio" but these haven't been implemented yet git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4678 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed the formatting of a few Cendio copyright lines, so that it isPeter Åstrand2011-09-281-1/+1
| | | | | | | | consistent with the rest of the code. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4677 3789f03b-4d11-0410-bbf8-ca57d06f2519
* fixed protocol version < 3.7 secType bugBrian Hinz2011-09-041-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4667 3789f03b-4d11-0410-bbf8-ca57d06f2519
* remove unused variablesBrian Hinz2011-08-242-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4659 3789f03b-4d11-0410-bbf8-ca57d06f2519
* prevent window artifact during clientRedirectBrian Hinz2011-08-231-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4652 3789f03b-4d11-0410-bbf8-ca57d06f2519
* added sanity checks for setting jpeg quality level from command lineBrian Hinz2011-08-231-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4651 3789f03b-4d11-0410-bbf8-ca57d06f2519
* expose jpeg quality level 0 in guiBrian Hinz2011-08-231-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4650 3789f03b-4d11-0410-bbf8-ca57d06f2519
* added option to disable system bell. added missing callback for setting ↵Brian Hinz2011-08-183-3/+16
| | | | | | options dialog for fastCopyRect git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4637 3789f03b-4d11-0410-bbf8-ca57d06f2519
* add support for "hidden" compression levels 0,7,8,9 in the gui (JComboBox is ↵Brian Hinz2011-08-182-2/+22
| | | | | | now editable). Also addded some sanity checks to make sure only 0-9 can be passed in via the gui or the command line. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4636 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implement recommendations from low-level performance study into java client. ↵Brian Hinz2011-08-172-4/+4
| | | | | | Mirrors the changes made to the Fltk viewer in r4632. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4635 3789f03b-4d11-0410-bbf8-ca57d06f2519
* make sure support for clientRedirect is enabled in java viewerBrian Hinz2011-07-141-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4585 3789f03b-4d11-0410-bbf8-ca57d06f2519
* corrected all inconsistent eol-styles and set eol-style:native on *.java. ↵Brian Hinz2011-06-307-2540/+2540
| | | | | | Also set svn:ignore on *.class git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4574 3789f03b-4d11-0410-bbf8-ca57d06f2519
* fix for java arraystore exception when bpp=8 with Tight encodingBrian Hinz2011-06-291-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4573 3789f03b-4d11-0410-bbf8-ca57d06f2519
* cleaned up readVersion/writeVersion routines in java client. readVersion ↵Brian Hinz2011-06-292-24/+19
| | | | | | wasn't failing when it should have. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4572 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove version number from Java README file (so we don't have to keep ↵DRC2011-06-281-4/+3
| | | | | | updating it) + "TightVNC=TigerVNC" git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4560 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update copyright messages to reflect actual source codeDRC2011-06-281-4/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4559 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Re-order from least to most recentDRC2011-06-241-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4546 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update copyrights to reflect the new Java code we're usingDRC2011-06-241-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4544 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branchDRC2011-06-242-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4543 3789f03b-4d11-0410-bbf8-ca57d06f2519
* corrected missing index ptr in new ZlibInStream implementationBrian Hinz2011-06-171-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4507 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Imported JZlib source tree and re-implemented ZlibInStream using JZlib, ↵Brian Hinz2011-06-1723-178/+5436
| | | | | | similar to the way it's implemented in C with zlib. Also set svn:eol-style keyword to 'native' for most of the java files. There are still a handful with inconsistent eols style that need to be corrected. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4506 3789f03b-4d11-0410-bbf8-ca57d06f2519
* initial support for ClientRedirect and VeNCrypt sub-type Ident in java viewerBrian Hinz2011-06-1011-36/+172
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4489 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make the install target install the same files as the xserver-install targetDRC2011-06-021-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4462 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [java client] improve gui set/get methods for compression & quality levels.Brian Hinz2011-05-282-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4456 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [java viewer] fixed typo in makefileBrian Hinz2011-05-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4446 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [java viewer] fixed incorrect offset value in custom compression setting ↵Brian Hinz2011-05-251-2/+2
| | | | | | from gui. also fixed typo in makefile. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4445 3789f03b-4d11-0410-bbf8-ca57d06f2519
* fixed bug in java viewer when disabling security typesBrian Hinz2011-05-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4428 3789f03b-4d11-0410-bbf8-ca57d06f2519
* add support for SetDesktopSize to java viewerBrian Hinz2011-05-174-9/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4427 3789f03b-4d11-0410-bbf8-ca57d06f2519
* add support for SetDesktopSizeBrian Hinz2011-05-173-29/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4426 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Ensure that a modified source file under rdr/ or rfb/ will trigger a rebuildDRC2011-05-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4425 3789f03b-4d11-0410-bbf8-ca57d06f2519
* changed string reads/writes to use utf-8. Also fixed location of icon resource.Brian Hinz2011-05-1710-34/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4420 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update location of resource used to store build timestamp.Brian Hinz2011-05-132-5/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4414 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Completely reworked Java viewer (contributed by Brian Hinz)DRC2011-05-13106-7166/+9200
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4413 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Remove support for the "Tight" security type from Java code.Adam Tkac2010-11-188-933/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4203 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] java: Disable Tight security type.Adam Tkac2010-11-181-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4201 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] java: Implement X509 Security types. (Martin Koegler)Adam Tkac2010-11-184-2/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4200 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] java: Implement TLS security type. (Martin Koegler)Adam Tkac2010-11-185-2/+167
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4199 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Doc] Add copyrights to recently added Message Box code.Adam Tkac2010-11-112-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4196 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] java: Add simple Message Box implementation. (Martin Koegler)Adam Tkac2010-11-113-2/+166
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4195 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] java: Implement Plain Security type. (Martin Koegler)Adam Tkac2010-11-112-0/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4193 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] java: Support asking for a user name. (Martin Koegler)Adam Tkac2010-11-112-4/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4192 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] java: Implement VeNCrypt chooser (Martin Koegler)Adam Tkac2010-11-112-18/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4191 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] java: Add VeNCrypt security types. (Martin Koegler)Adam Tkac2010-11-111-4/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4189 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Update default CODE path in index.vnc file appropriately.Adam Tkac2010-03-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4014 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix JAR file so that Java viewer can be run without a web serverDRC2010-03-043-4/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4002 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3929 3789f03b-4d11-0410-bbf8-ca57d06f2519