| Commit message (Expand) | Author | Age |
... | |
* | Rename glyph cache to bitmap cache. | eugeni | 2007-04-20 |
* | A meaningless cosmetic change. | eugeni | 2007-04-20 |
* | Add perspective projection. | eugeni | 2007-04-20 |
* | Applying transformation matrix to the glyph and the shift vector separately is | eugeni | 2007-04-20 |
* | Cosmetics: reindentation. | eugeni | 2007-04-20 |
* | Disable caching of rotated glyphs. | eugeni | 2007-04-20 |
* | Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph | eugeni | 2007-04-13 |
* | Fix lost hard linebreaks in libass by repeating the loop when both soft and | eugeni | 2007-04-07 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 |
* | Use FT_Glyph_StrokeBorder to render only the outside border. | iive | 2007-03-31 |
* | 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 |
* | 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 |
* | \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 |
* | Keep reselected fonts in an array, adding new ones to the end. Glyph | eugeni | 2006-12-16 |
* | Remove a mistakenly committed debug printf. | eugeni | 2006-12-16 |
* | Move ascender, descender, and kerning computation to ass_font.c. | eugeni | 2006-12-16 |
* | Speed up ASS subtitles display by detecting changes between two consecutive | eugeni | 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 |
* | Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify | eugeni | 2006-11-28 |
* | Fix compilation broken in previous commit. | eugeni | 2006-11-27 |
* | Move ass_font_t allocation to ass_font.h. | 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 |
* | Make ass_new_font return ass_font_t struct (instead of just FT_Face). | eugeni | 2006-11-26 |
* | Rename: | eugeni | 2006-11-26 |