aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cleanup unused/unnecessary Graphics objects/opsBrian Hinz2012-02-051-2/+0
* Improved Tight JPEG decode time by ~25% using PixelGrabber rather than gettin...Brian Hinz2012-02-051-19/+13
* Graphics clip rect setting was not being honored, causing full frame repaints!Brian Hinz2012-02-052-6/+3
* Replace all stream-based IO with non-blocking NIO-based implementation. Stil...Brian Hinz2012-02-0321-307/+1814
* The Tight encoder uses the pixel buffer as a scratch pad, which doesn'tPierre Ossman2012-01-305-56/+64
* Be more liberal with const in places where write access isn't needed.Pierre Ossman2012-01-305-11/+11
* Fix a race condition where we might get updates thrown at us right after aPierre Ossman2012-01-236-1/+55
* Failure to find FLTK dependencies is only fatal for our version of FLTK.Pierre Ossman2012-01-231-8/+16
* TypoDRC2012-01-181-1/+1
* Don't perform checks for extra X11 libs on WindowsDRC2012-01-171-1/+1
* Bump version to 1.1.91 (1.2 beta2)DRC2012-01-173-4/+4
* Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XF...DRC2012-01-174-1/+51
* Add note about service mode incompatibility with > XPDRC2012-01-171-1/+2
* Forgot some comments for the mouse cursor workaround.Pierre Ossman2012-01-051-0/+3
* Make sure the mouse pointer is always the standard arrow for the popup menu.Pierre Ossman2012-01-051-0/+11
* Make sure that all FLTK features are enabled when using the in-tree FLTK libraryv1.1.90DRC2011-12-311-0/+5
* 1.1.90 (1.2 beta1)DRC2011-12-233-4/+4
* Changing the deferred update timer to 10 ms caused a large performance regres...DRC2011-12-221-1/+1
* We need to explicitly trigger a framebuffer update for server side renderedPierre Ossman2011-12-211-1/+3
* make sure that color map is set for all pixel formats or throw an exceptionBrian Hinz2011-12-081-0/+6
* oops, bad commit! I only meant to commit the changes to the TightDecoder.Brian Hinz2011-12-049-121/+51
* Grabbing the RGB components from the BufferedImage one at a time and converti...Brian Hinz2011-12-0410-54/+129
* Tight decoder fixes to address issues described in bug #3444605Brian Hinz2011-12-012-9/+26
* Sync up java Tight decoder with recent changes to C client as much as possibl...Brian Hinz2011-11-278-128/+282
* Updated patch from upstream.Pierre Ossman2011-11-251-7/+3
* add PasswordFile parameter as requested in tracker #3441859Brian Hinz2011-11-253-1/+31
* Consistent and simple comment header: No need to specify email, sincePeter Åstrand2011-11-246-32/+1
* Fix syntax errorDRC2011-11-221-1/+1
* Fix bad FLTK window resize handling on OS X.Pierre Ossman2011-11-211-0/+6
* Reindent some code that had grown a bit unstructured.Pierre Ossman2011-11-211-18/+19
* Increase the default compression level to cater to a broader range of usersPierre Ossman2011-11-203-3/+4
* The block size for the comparing update tracker was inefficently low. RaisingPierre Ossman2011-11-201-1/+1
* Make the comparing update tracker a bit more flexible. It can now be in anPierre Ossman2011-11-208-21/+91
* Also grab the mouse pointer in full screen as some window managers like toPierre Ossman2011-11-171-0/+11
* Client side support for continuous updates.Pierre Ossman2011-11-152-7/+20
* Cork the connection around updates to better use the congestion windowPierre Ossman2011-11-151-3/+11
* Server implementation of continuous updates, including advanced flow control.Pierre Ossman2011-11-152-10/+292
* Add method to query how long since we last wrote something to a fd.Pierre Ossman2011-11-152-0/+17
* Basic infrastructure for continuous updates.Pierre Ossman2011-11-1421-1/+102
* Support and use fences in the client. This allows more aggressive use ofPierre Ossman2011-11-142-12/+73
* Implement proper support for fences in the server.Pierre Ossman2011-11-142-1/+63
* Basic infrastructure to support fences.Pierre Ossman2011-11-1424-12/+223
* improved Tight decoder performance.Brian Hinz2011-11-141-11/+15
* java client should accept server port specified as either rfb port or display...Brian Hinz2011-11-111-1/+4
* null out BufferedImage object to make sure it doesn't lead to a memory leakBrian Hinz2011-11-111-0/+1
* remove unsupported sectypeBrian Hinz2011-11-111-76/+0
* Send a fake pointer event on initial connection so that we get rid of thatPierre Ossman2011-11-101-0/+6
* Send a move event when the pointer leaves the viewport as it makes it muchPierre Ossman2011-11-101-2/+1
* The CopyRect encoding is very efficient so it is wasteful to check thosePierre Ossman2011-11-101-3/+1
* Fix issue uncovered with valgrindDRC2011-11-091-1/+1