| Commit message (Expand) | Author | Age |
* | In case of several \move or \pos in one line, prefer the first one. | eugeni | 2009-02-07 |
* | Add stubs for a few unimplemented tags. | eugeni | 2009-02-07 |
* | Allow \be with arguments other than 0 or 1. Implement \blur. | eugeni | 2009-02-07 |
* | increase max glyph and lines limit | compn | 2009-01-29 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | Consistently use NULL for pointers instead of 0. | reimar | 2008-11-02 |
* | Fallback to non-fontconfig behaviour when fontconfig initialization fails. | reimar | 2008-11-02 |
* | libass: fix type mismatch between size parameter and the way it's used | aurel | 2008-09-05 |
* | libass: add a new ass_process_data() to process demuxed subtitle packets | aurel | 2008-09-05 |
* | Don't print drawing commands on screen. | eugeni | 2008-08-08 |
* | If (has outline) blur(outline) else blur(glyph). | eugeni | 2008-08-07 |
* | \org turns off collision detection. | eugeni | 2008-08-07 |
* | Treat \h as space character. | eugeni | 2008-08-07 |
* | Calculate subtitle origin in floating point. | eugeni | 2008-08-07 |
* | Calculate subtitle position in floating point. | eugeni | 2008-08-07 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | Fix \fn without an argument consuming the next '\'. | eugeni | 2008-07-09 |
* | Check if the font set returned from FcFontSort in not NULL. | eugeni | 2008-06-23 |
* | Reindent. | eugeni | 2008-06-23 |
* | Only use application font dir if library->fonts_dir is not NULL. | eugeni | 2008-06-23 |
* | The size of output buffer is stored in 'osize', not 'size'. | eugeni | 2008-05-29 |
* | Clear iconv conversion state also in libass. | eugeni | 2008-05-29 |
* | Offset should be size_t. | eugeni | 2008-05-29 |
* | Cosmetics: reindent after the last commit. | eugeni | 2008-05-22 |
* | Read all faces of a memory font, not just the first one. | eugeni | 2008-05-22 |
* | Fix compilation with FontConfig <= 2.2.96. | eugeni | 2008-05-22 |
* | In case 2 styles have the same name, prefer the latest one. | eugeni | 2008-05-19 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 |
* | Speak of libass instead of MPlayer in the libass license headers. | diego | 2008-05-14 |
* | Add standard license header. | diego | 2008-05-13 |
* | Fix one more license header wording detail for consistency. | diego | 2008-05-13 |
* | Use standard license header. | diego | 2008-05-13 |
* | When building font pattern, treat both ' ' and '-' as word separators. | eugeni | 2008-05-11 |
* | Fix possible free of unallocated memory. | eugeni | 2008-05-11 |
* | Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig. | eugeni | 2008-05-08 |
* | If both full name and family are available, use the former in inexact match w... | eugeni | 2008-05-08 |
* | Remove extra family names from the search pattern after FcFontSort and | eugeni | 2008-05-08 |
* | Fix the second fontconfig_init function as the declaration in the .h file. | ulion | 2008-05-03 |
* | Print more info about selected font. | eugeni | 2008-05-02 |
* | Rewrite font family check in a simpler way. | eugeni | 2008-05-02 |
* | Move font family check to the end of the list. | eugeni | 2008-05-02 |
* | Cosmetics: rename local variables to better reflect their contents. | eugeni | 2008-05-02 |
* | Skip '@' at the beginning of the font name. | eugeni | 2008-05-01 |
* | Only warn if both font family and it's full name are different from requested. | eugeni | 2008-05-01 |
* | Allow inexact font family matching. | eugeni | 2008-05-01 |
* | Remove libass dependency on global font_fontconfig variable. | eugeni | 2008-04-30 |
* | Merge libass/Makefile into Makefile, one less recursive make directory. | diego | 2008-04-08 |
* | Case insensitive parsing of SSA/ASS section headers. | eugeni | 2008-03-30 |