| Commit message (Expand) | Author | Age |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 |
* | A function always returning 0 could as well return void. | eugeni | 2007-03-06 |
* | Text alignment should not use bounding boxes of individual glyphs. | eugeni | 2007-03-06 |
* | Reset advance vector and glyph bounding box if glyph could not be found. | eugeni | 2007-03-06 |
* | Fix incorrect spacing introduced in r22231: | eugeni | 2007-03-03 |
* | 10l: x2scr used twice instead of y2scr. | eugeni | 2007-03-02 |
* | Bugfix: transform origin to screen coordinates. | eugeni | 2007-03-02 |
* | Fix \a parsing broken in r22291 | uau | 2007-02-23 |
* | Add some missing includes. | eugeni | 2007-02-22 |
* | Oops, forgot {} before "else". | eugeni | 2007-02-21 |
* | 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 |