1. 03 Dec, 2005 2 commits
    • Cyril Deguet's avatar
      * all: support of animated bitmaps in skins: there are new attributes · 07391315
      Cyril Deguet authored
        "nbFrames" and "fps" in the (Sub)Bitmap elements to set the number
        of frames and the frame rate in a bitmap. As in the radialslider,
        the different frames are just laid vertically in the bitamp (and
        all the frames must have the same size)
        At the moment animated bitmaps are only supported in Button controls.
      07391315
    • Clément Stenac's avatar
      Add a checkRemove method to CmdGeneric. · eba35637
      Clément Stenac authored
      It is called by asyncqueue if remove flag is true, to let the newly added command check if it wants its predecessors to be removed.
      
      Default is to always allow. Only implemented in CmdPlaytreeUpdate: only remove previous commands if they are about the same item.
      
      -> Limit excess updates to playtree
      
      (There are some debug messages left in this commit, will remove later)
      
      eba35637
  2. 02 Dec, 2005 10 commits
  3. 01 Dec, 2005 10 commits
  4. 30 Nov, 2005 7 commits
  5. 29 Nov, 2005 11 commits