aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass
Commit message (Expand)AuthorAge
* Remove unnecessary include from CFLAGS.Gravatar diego2007-03-15
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* A function always returning 0 could as well return void.Gravatar eugeni2007-03-06
* Text alignment should not use bounding boxes of individual glyphs.Gravatar eugeni2007-03-06
* Reset advance vector and glyph bounding box if glyph could not be found.Gravatar eugeni2007-03-06
* Fix incorrect spacing introduced in r22231:Gravatar eugeni2007-03-03
* 10l: x2scr used twice instead of y2scr.Gravatar eugeni2007-03-02
* Bugfix: transform origin to screen coordinates.Gravatar eugeni2007-03-02
* Fix \a parsing broken in r22291Gravatar uau2007-02-23
* Add some missing includes.Gravatar eugeni2007-02-22
* Oops, forgot {} before "else".Gravatar eugeni2007-02-21
* Cosmetics: fix indentation.Gravatar eugeni2007-02-20
* With \t(\b) text becomes bold at the middle of time interval, not at the endGravatar eugeni2007-02-20
* Any style modifier followed by no recognizable parameter resets to the default.Gravatar eugeni2007-02-20
* \fn without an argument resets font family to the value from style.Gravatar eugeni2007-02-20
* Fix display order of events.Gravatar eugeni2007-02-20
* Both (-1) and 1 mean bold font in SSA/ASS styles.Gravatar eugeni2007-02-19
* Add \t(\b) support.Gravatar eugeni2007-02-19
* Fix bounding box calculation with \fscx/\fscy.Gravatar eugeni2007-02-19
* Fix \fscx/\fscy animation.Gravatar eugeni2007-02-19
* Correct implementation of text spacing.Gravatar eugeni2007-02-19
* Reallocate event_images_t, removing limit on simultanious events count.Gravatar eugeni2007-02-19
* Restore a minus sign that was lost in r22231.Gravatar eugeni2007-02-16
* Implement \frx and \fry (and reimplement \frz) as 3d rotations.Gravatar eugeni2007-02-16
* Consistently name z-axis rotation angle "frz".Gravatar eugeni2007-02-16
* Move conversions between 16.16, 26.6 fixed point and int, double to separateGravatar eugeni2007-02-16
* Select the first charmap in the font, if FreeType did not autoselect any.Gravatar eugeni2007-02-15
* \r resets \frz to style value.Gravatar eugeni2007-02-15
* Fix \t(\frz) handling.Gravatar eugeni2007-02-15
* \org(0,0) is different from no \org at all.Gravatar eugeni2007-02-15
* Bugfix: glyph and bitmap pointers could be left uninitialized afterGravatar eugeni2007-01-29
* Avoid invalid memory access in ass_process_subtitle for empty subtitlesGravatar reimar2007-01-07
* Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.Gravatar eugeni2006-12-17
* Update some comments.Gravatar eugeni2006-12-17
* Cosmetics: fix indentation.Gravatar eugeni2006-12-16
* Keep reselected fonts in an array, adding new ones to the end. GlyphGravatar eugeni2006-12-16
* Avoid storing font file path and index in ass_font_t.Gravatar eugeni2006-12-16
* Remove a mistakenly committed debug printf.Gravatar eugeni2006-12-16
* FT_Set_Transform is fast enough to be called once for each glyph.Gravatar eugeni2006-12-16
* Avoid "pointer targets differ in signedness" warnings.Gravatar eugeni2006-12-16
* Move ascender, descender, and kerning computation to ass_font.c.Gravatar eugeni2006-12-16
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedGravatar reimar2006-12-12
* Speed up ASS subtitles display by detecting changes between two consecutiveGravatar eugeni2006-12-06
* Also free ass_library_t members in ass_library_doneGravatar reimar2006-12-06
* Open embedded fonts directly from memory.Gravatar eugeni2006-12-03
* Keep embedded fonts in ass_library_t and perform actual disk writeGravatar eugeni2006-12-03
* Rename: ass_process_font -> ass_add_font.Gravatar eugeni2006-12-03
* Avoid calling validate_fname() twice for one string.Gravatar eugeni2006-12-03
* If a glyph is not found in the current font, switch to another one.Gravatar eugeni2006-11-28