1. 26 Jun, 2012 1 commit
  2. 24 Jun, 2012 1 commit
    • Joel Martin's avatar
      License clarification: HTML,CSS,images,fonts under permissive licenses. · d58f8b51
      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.
      d58f8b51
  3. 23 Jun, 2012 7 commits
  4. 22 Jun, 2012 2 commits
  5. 08 Jun, 2012 3 commits
  6. 07 Jun, 2012 2 commits
  7. 24 May, 2012 1 commit
  8. 18 May, 2012 1 commit
  9. 17 May, 2012 4 commits
    • Mohammed Naser's avatar
      Remove old flagfile support · 9f54c236
      Mohammed Naser authored
      default_flagfile has been removed from the nova trunk in favour of .ini files (https://github.com/openstack/nova/commit/7e3e9b8e9cea4f1bf78d127ffb915b79c854fdbe)
      9f54c236
    • Joel Martin's avatar
      rfb: Use the render queue for copyrect. · 72a5596e
      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.
      72a5596e
    • Joel Martin's avatar
      Move render queue processing to Display and use requestAnimationFrame · 34d8b844
      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).
      34d8b844
    • Joel Martin's avatar
      rfb: debug output cleanup. · a0726a4b
      Joel Martin authored
      a0726a4b
  10. 16 May, 2012 2 commits
  11. 11 May, 2012 4 commits
  12. 10 May, 2012 4 commits
  13. 30 Apr, 2012 3 commits
  14. 26 Apr, 2012 2 commits
    • Joel Martin's avatar
      Comment out duplicates in unicodeTable. · 483157f8
      Joel Martin authored
      Unfortunately the values for those duplicate keys are not the same and
      I'm not sure which ones are more correct. However, for now, I've
      commented out the second occurrence.
      
      This data is generated from /usr/include/X11/keysymdef.h using the
      utils/u2x11 script.
      483157f8
    • Joel Martin's avatar
      Don't treat onerror as a close. · dcf1994d
      Joel Martin authored
      The close event will also fire so trying to fail the connection twice
      is unhelpful and hiding status information.
      dcf1994d
  15. 25 Apr, 2012 1 commit
  16. 13 Apr, 2012 1 commit
  17. 10 Apr, 2012 1 commit