1. 13 May, 2009 14 commits
  2. 12 May, 2009 24 commits
  3. 11 May, 2009 2 commits
    • basOS G's avatar
      Added and used text_style_* methods. · 681ac9f1
      basOS G authored
      It had the following functions:
      - text_style_New  -- allocates default text style
      - text_style_Dup  -- allocates and copies text style
      - text_style_Copy -- copies text style
      - text_style_Delete -- deallocates text style
      
      NOTE that the vout_ShowText* functions will take a p_style and copy
      it internally so you have to free in the caller function.
       Other modules where p_style was malloced there are now fixed to
      copy before calling the vout* functions.
      
      Original patch by basOS G with a few modifications by fenrir.
      Signed-off-by: default avatarLaurent Aimar <fenrir@videolan.org>
      681ac9f1
    • Laurent Aimar's avatar
      Split INPUT_EVENT_TIMES into INPUT_EVENT_POSITION/LENGTH. · 768bd8a4
      Laurent Aimar authored
      It allows a finer control on what to update (for gui).
      768bd8a4