Wed, 21 Feb 2007 09:25:52 +0000 |
eugeni |
Oops, forgot {} before "else".
|
Tue, 20 Feb 2007 17:22:34 +0000 |
eugeni |
Cosmetics: fix indentation.
|
Tue, 20 Feb 2007 17:20:21 +0000 |
eugeni |
With \t(\b) text becomes bold at the middle of time interval, not at the end
|
Tue, 20 Feb 2007 17:17:51 +0000 |
eugeni |
Any style modifier followed by no recognizable parameter resets to the default.
|
Tue, 20 Feb 2007 16:37:18 +0000 |
eugeni |
\fn without an argument resets font family to the value from style.
|
Tue, 20 Feb 2007 16:20:55 +0000 |
eugeni |
Fix display order of events.
|
Mon, 19 Feb 2007 20:10:55 +0000 |
eugeni |
Both (-1) and 1 mean bold font in SSA/ASS styles.
|
Mon, 19 Feb 2007 19:01:45 +0000 |
eugeni |
Add \t(\b) support.
|
Mon, 19 Feb 2007 18:37:54 +0000 |
eugeni |
Fix bounding box calculation with \fscx/\fscy.
|
Mon, 19 Feb 2007 18:31:05 +0000 |
eugeni |
Fix \fscx/\fscy animation.
|
Mon, 19 Feb 2007 18:01:49 +0000 |
eugeni |
Correct implementation of text spacing.
|
Mon, 19 Feb 2007 17:44:29 +0000 |
eugeni |
Reallocate event_images_t, removing limit on simultanious events count.
|
Fri, 16 Feb 2007 23:18:47 +0000 |
eugeni |
Restore a minus sign that was lost in r22231.
|
Fri, 16 Feb 2007 17:54:47 +0000 |
eugeni |
Implement \frx and \fry (and reimplement \frz) as 3d rotations.
|
Fri, 16 Feb 2007 17:51:07 +0000 |
eugeni |
Consistently name z-axis rotation angle "frz".
|
Fri, 16 Feb 2007 17:49:35 +0000 |
eugeni |
Move conversions between 16.16, 26.6 fixed point and int, double to separate
|
Thu, 15 Feb 2007 21:53:28 +0000 |
eugeni |
\r resets \frz to style value.
|
Thu, 15 Feb 2007 21:51:51 +0000 |
eugeni |
Fix \t(\frz) handling.
|
Thu, 15 Feb 2007 21:50:21 +0000 |
eugeni |
\org(0,0) is different from no \org at all.
|
Mon, 29 Jan 2007 17:08:29 +0000 |
eugeni |
Bugfix: glyph and bitmap pointers could be left uninitialized after
|
Sat, 16 Dec 2006 19:34:00 +0000 |
eugeni |
Keep reselected fonts in an array, adding new ones to the end. Glyph
|
Sat, 16 Dec 2006 19:28:21 +0000 |
eugeni |
Remove a mistakenly committed debug printf.
|
Sat, 16 Dec 2006 19:17:50 +0000 |
eugeni |
Move ascender, descender, and kerning computation to ass_font.c.
|
Wed, 06 Dec 2006 18:44:26 +0000 |
eugeni |
Speed up ASS subtitles display by detecting changes between two consecutive
|
Sun, 03 Dec 2006 18:24:11 +0000 |
eugeni |
Open embedded fonts directly from memory.
|
Sun, 03 Dec 2006 17:59:13 +0000 |
eugeni |
Keep embedded fonts in ass_library_t and perform actual disk write
|
Tue, 28 Nov 2006 22:17:33 +0000 |
eugeni |
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
|
Mon, 27 Nov 2006 17:53:33 +0000 |
eugeni |
Fix compilation broken in previous commit.
|
Mon, 27 Nov 2006 17:13:52 +0000 |
eugeni |
Move ass_font_t allocation to ass_font.h.
|
Sun, 26 Nov 2006 22:53:52 +0000 |
eugeni |
Remove obsolete "no_more_font_messages" hack.
|