An error occurred fetching the project authors.
  1. 23 Feb, 2012 2 commits
  2. 11 Dec, 2010 1 commit
    • Erwan Tulou's avatar
      skins2: implement a new 'focus' attribute for text control · 81717b48
      Erwan Tulou authored
      Up to now, text control could but be focusable, and this focus was used
      to scroll text, should it be too long for full display.
      
      From a user viewpoint, this behavior is often counterintuitive :
       - Most of the time, the control is designed to fit the text anyway, and
         scrolling is not expected.
       - On the other hand, an underlying control may be used to move the window
         (for instance, the title bar), and a text control is expected not to
         interact in this endeavor. Same goes for popupmenu, that is expected
         to work if one happens to right-click on a text control.
      
      This patch adds a 'focus' attribute to the text control, and leave it to the
      skins developper to decide which behavior is most desirable on a per-control
      basis. focus still defaults to true to maintain skins current behavior.
      81717b48
  3. 19 May, 2010 2 commits
    • Erwan Tulou's avatar
      skins2: fix typo in documentation · 72b032ff
      Erwan Tulou authored
      it should read 'TL/TL and BR/BL' instead of 'TL/TL and TL/BL'
      72b032ff
    • Erwan Tulou's avatar
      skins2: update documentation with new features for vlc1.1 and vlc1.2 · 91755556
      Erwan Tulou authored
      These features include
      
      for vlc11
       - new variables : vlc.canRecord and vlc.isRecording
       - new functions : vlc.toggleRecord() and vlc.nextFrame()
       - a new 'loop' parameter for animated bitmaps
       - a special id="fullscreenController" for Window, intended to be
         used as a skinnable fullscreen controller
      
      for vlc12
       - a new 'art' parameter for image control
       - a new 'scale2' value for resize parameter of image control
      91755556
  4. 22 Oct, 2008 1 commit
  5. 05 Aug, 2007 1 commit
  6. 29 Jan, 2007 1 commit
  7. 28 Jan, 2007 5 commits
  8. 26 Jan, 2007 1 commit
  9. 11 Nov, 2006 1 commit
  10. 23 Sep, 2006 1 commit
  11. 13 Aug, 2006 1 commit
  12. 10 Aug, 2006 2 commits
  13. 05 Aug, 2006 1 commit
  14. 04 Jun, 2006 1 commit
  15. 03 Jun, 2006 1 commit
    • Olivier Teulière's avatar
      * modules/gui/skins2/*: · 24648f43
      Olivier Teulière authored
           - anchors have a new "lefttop" attribute, allowing them to follow the
             border of the window when resizing
           - the resizing is now handled by the WindowManager class (to enforce the
             mediator pattern). This makes it possible to handle tricky cases,
             such as:
                 window B is anchored to window A, and A is resized
                 ==> B moves accordingly, and can still be anchored by other windows
      24648f43
  16. 14 May, 2006 1 commit
  17. 09 May, 2006 2 commits
  18. 30 Apr, 2006 2 commits
  19. 26 Apr, 2006 1 commit
  20. 18 Apr, 2006 1 commit
  21. 15 Apr, 2006 2 commits
  22. 12 Apr, 2006 1 commit
  23. 09 Apr, 2006 1 commit
  24. 25 Mar, 2006 1 commit
  25. 20 Mar, 2006 1 commit
  26. 28 Feb, 2006 1 commit
  27. 19 Feb, 2006 1 commit
  28. 13 Feb, 2006 1 commit
  29. 12 Feb, 2006 2 commits