| Commit message (Expand) | Author | Age |
* | Cosmetics: fix indentation. | eugeni | 2007-02-20 |
* | With \t(\b) text becomes bold at the middle of time interval, not at the end | eugeni | 2007-02-20 |
* | Any style modifier followed by no recognizable parameter resets to the default. | eugeni | 2007-02-20 |
* | \fn without an argument resets font family to the value from style. | eugeni | 2007-02-20 |
* | Fix display order of events. | eugeni | 2007-02-20 |
* | Both (-1) and 1 mean bold font in SSA/ASS styles. | eugeni | 2007-02-19 |
* | Add \t(\b) support. | eugeni | 2007-02-19 |
* | Fix bounding box calculation with \fscx/\fscy. | eugeni | 2007-02-19 |
* | Fix \fscx/\fscy animation. | eugeni | 2007-02-19 |
* | Correct implementation of text spacing. | eugeni | 2007-02-19 |
* | Reallocate event_images_t, removing limit on simultanious events count. | eugeni | 2007-02-19 |
* | Restore a minus sign that was lost in r22231. | eugeni | 2007-02-16 |
* | Implement \frx and \fry (and reimplement \frz) as 3d rotations. | eugeni | 2007-02-16 |
* | Consistently name z-axis rotation angle "frz". | eugeni | 2007-02-16 |
* | Move conversions between 16.16, 26.6 fixed point and int, double to separate | eugeni | 2007-02-16 |
* | Select the first charmap in the font, if FreeType did not autoselect any. | eugeni | 2007-02-15 |
* | \r resets \frz to style value. | eugeni | 2007-02-15 |
* | Fix \t(\frz) handling. | eugeni | 2007-02-15 |
* | \org(0,0) is different from no \org at all. | eugeni | 2007-02-15 |
* | Bugfix: glyph and bitmap pointers could be left uninitialized after | eugeni | 2007-01-29 |
* | Avoid invalid memory access in ass_process_subtitle for empty subtitles | reimar | 2007-01-07 |
* | Make -embeddedfonts enabled by default with FontConfig >= 2.4.2. | eugeni | 2006-12-17 |
* | Update some comments. | eugeni | 2006-12-17 |
* | Cosmetics: fix indentation. | eugeni | 2006-12-16 |
* | Keep reselected fonts in an array, adding new ones to the end. Glyph | eugeni | 2006-12-16 |
* | Avoid storing font file path and index in ass_font_t. | eugeni | 2006-12-16 |
* | Remove a mistakenly committed debug printf. | eugeni | 2006-12-16 |
* | FT_Set_Transform is fast enough to be called once for each glyph. | eugeni | 2006-12-16 |
* | Avoid "pointer targets differ in signedness" warnings. | eugeni | 2006-12-16 |
* | Move ascender, descender, and kerning computation to ass_font.c. | eugeni | 2006-12-16 |
* | Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed | reimar | 2006-12-12 |
* | Speed up ASS subtitles display by detecting changes between two consecutive | eugeni | 2006-12-06 |
* | Also free ass_library_t members in ass_library_done | reimar | 2006-12-06 |
* | Open embedded fonts directly from memory. | eugeni | 2006-12-03 |
* | Keep embedded fonts in ass_library_t and perform actual disk write | eugeni | 2006-12-03 |
* | Rename: ass_process_font -> ass_add_font. | eugeni | 2006-12-03 |
* | Avoid calling validate_fname() twice for one string. | eugeni | 2006-12-03 |
* | If a glyph is not found in the current font, switch to another one. | eugeni | 2006-11-28 |
* | Skip glyphs with char code < 0x20. | eugeni | 2006-11-28 |
* | Add FT_Library to ass_font_t. | eugeni | 2006-11-28 |
* | Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify | eugeni | 2006-11-28 |
* | Don't include freetype headers in other headers. | eugeni | 2006-11-27 |
* | Fix compilation broken in previous commit. | eugeni | 2006-11-27 |
* | Move ass_font_desc_t and ass_font_t declarations to ass_font.h. | eugeni | 2006-11-27 |
* | Cosmetics: reindent. | eugeni | 2006-11-27 |
* | Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed. | eugeni | 2006-11-27 |
* | Move ass_font_t allocation to ass_font.h. | eugeni | 2006-11-27 |
* | Initialize font size with 0. | eugeni | 2006-11-27 |
* | Remove obsolete "no_more_font_messages" hack. | eugeni | 2006-11-26 |
* | Move fonts-related code to a separate file. | eugeni | 2006-11-26 |