- 28 Aug, 2012 1 commit
-
-
Joel Martin authored
Instead of continuing to maintain the full list of project/companies that use noVNC in multiple places (README, wiki, web page) just link to the wiki page. Link to noVNC discussion group page. Link to issues page. Link to Amazon wishlist and non-profits for appreciation.
-
- 21 Aug, 2012 1 commit
-
-
Joel Martin authored
-
- 16 Aug, 2012 1 commit
-
-
Joel Martin authored
Use a simpler method of enabling binary transfer over WebSockets. This still presents the user of websock.js with a plain javascript array for the receive queue data. However, if binary support is supported and requested then the transfer will be raw frames instead of base64 encoded. Lots of room for optimization here but for now correct is better than fast. Pull from websockify 17175afd7311c55abd8d
-
- 15 Aug, 2012 1 commit
-
-
Joel Martin authored
-
- 14 Aug, 2012 1 commit
-
-
Joel Martin authored
Pull in version 376872d99. Several changes including: - binary/typed array support in websock.js - unix socket support - multiple target support via config file(s) - prefer IPv6 option
-
- 28 Jun, 2012 1 commit
-
-
Joel Martin authored
With tight we can't ever use FBU.rects being 0 as an indication of a full frame having been drawn.
-
- 26 Jun, 2012 1 commit
-
-
Joel Martin authored
-
- 24 Jun, 2012 1 commit
-
-
Joel Martin authored
Clarify in LICENSE.txt that the noVNC core library is the part that is LGPLv3 licensed. The HTML, CSS, images and fonts are separate from the core library and can be modified and distributed with the noVNC core but under their own license conditions. HTML and CSS: 2-Clause BSD Fonts: SIL OFL 1.1 Images: CC BY SA 3.0 In other words, you can modify the layout and appearance of of noVNC to integrate with an existing or new web site or application without having to publish the source for those modifications under the LGPLv3. However, use of and modification of the noVNC core library (i.e. the core Javascript that makes up noVNC) must still be according to the LGPLv3. Chris Gordon was the other contributor to the HTML, CSS, and images included with noVNC and gave permission for this license clarification on June 23, 2012.
-
- 23 Jun, 2012 7 commits
-
-
Joel Martin authored
-
Joel Martin authored
-
-
William Lightning authored
-
William Lightning authored
-
William Lightning authored
-
- 22 Jun, 2012 2 commits
-
-
Joel Martin authored
Fixes nova rpc package.
-
Soheil Hassas Yeganeh authored
-
- 08 Jun, 2012 3 commits
-
-
Joel Martin authored
-
Joel Martin authored
Fix nova flag API change
-
Soheil Hassas Yeganeh authored
-
- 07 Jun, 2012 2 commits
-
-
William Lightning authored
-
Soheil Hassas Yeganeh authored
-
- 24 May, 2012 1 commit
-
-
Joel Martin authored
-
- 18 May, 2012 1 commit
-
-
Joel Martin authored
Remove old flagfile support
-
- 17 May, 2012 4 commits
-
-
Mohammed Naser authored
default_flagfile has been removed from the nova trunk in favour of .ini files (https://github.com/openstack/nova/commit/7e3e9b8e9cea4f1bf78d127ffb915b79c854fdbe)
-
Joel Martin authored
This will keep copyrect rendering actions in order with tight and tightPNG rendering actions (otherwise you can get visual image corruption when they are mixed together). Warning: RAW, RRE and HEXTILE still use immediate render commands so there is still the risk of out-of-order rendering if RAW, RRE, and HEXTILE are mixed with tight and tightPNG. Copyrect will work with either because the renderQ_push function will render copyrects immediately if they are the only thing being pushed on the queue.
-
Joel Martin authored
The imgQ code in RFB should be a generic rendering queue system in Display. The reason for the render queue in the first place is that images loaded from raw data URI strings aren't immediately ready to display so we have to wait for them to complete 'loading'. However, when data URI images are mixed with other types of rendering actions then things can get out of order. This is the reason for the rendering queue. Currently this only keeps display actions for tight and tightPNG related actions in order (because they use a mix of fills, raw pixel data and data URI images).
-
Joel Martin authored
-
- 16 May, 2012 2 commits
-
-
Joel Martin authored
-
Joel Martin authored
This related to https://github.com/kanaka/noVNC/issues/145 The real fix is to QEMU so that this doesn't happen which was submitted as a patch to the mailinglist right before this.
-
- 11 May, 2012 4 commits
-
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
- Also add docs/release.txt instruction file.
-
Joel Martin authored
-
- 10 May, 2012 4 commits
-
-
Joel Martin authored
Fixes https://github.com/kanaka/noVNC/issues/163 When using an encoding with raw images (tight, tightPNG) we need to draw those image relative to the viewport so that clipping works when the viewport isn't at 0, 0.
-
Joel Martin authored
RealVNC 4.6 Mac Support.
-
Todd Freese authored
-
Joel Martin authored
Fix python 2.4 CClose exception handling.
-
- 30 Apr, 2012 2 commits
-
-
Joel Martin authored
Fix rpc initialization issue
-
Anthony Young authored
-