2007-04-21 |
eugeni | Scale camera distance. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Cosmetics. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Allow caching of rotated glyphs. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Add shift_[xy] (vector that is added to the glyph befor... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Fill bitmap_hash_key during parsing stage, call get_bit... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Remove bbox and advance vector from bitmap cache. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Store outline_glyph (glyph border) in glyph cache. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Cosmetics: reindentation. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Because of the outline glyph cache it is now possible... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Make get_*_glyph return void. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Move outline glyph generation to a separate function... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Oops, fix compilation broken in r23037. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Collect hit/miss statistic in hash map, and print in... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Add outline glyph cache (unused yet). |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Rename glyph cache to bitmap cache. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Add generic hash map implementation. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | A meaningless cosmetic change. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Add perspective projection. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Applying transformation matrix to the glyph and the... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Cosmetics: reindentation. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
eugeni | Disable caching of rotated glyphs. |
commit | commitdiff | tree | snapshot |
2007-04-13 |
eugeni | Fix a stupid bug in r22473: bbox is zero-filled everyti... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
eugeni | Remove unused includes. |
commit | commitdiff | tree | snapshot |
2007-04-10 |
eugeni | Don't check if user-supplied default font path exists. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
eugeni | Fix lost hard linebreaks in libass by repeating the... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
uau | "()" to "(void)" function param list fixes |
commit | commitdiff | tree | snapshot |
2007-03-31 |
iive | Use FT_Glyph_StrokeBorder to render only the outside... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
diego | Remove unnecessary include from CFLAGS. |
commit | commitdiff | tree | snapshot |
2007-03-13 |
diego | cosmetics: Fix indentation, reorder some lines for... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
diego | Give more descriptive names to the source and library... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
eugeni | A function always returning 0 could as well return... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
eugeni | Text alignment should not use bounding boxes of individ... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
eugeni | Reset advance vector and glyph bounding box if glyph... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
eugeni | Fix incorrect spacing introduced in r22231: |
commit | commitdiff | tree | snapshot |
2007-03-02 |
eugeni | 10l: x2scr used twice instead of y2scr. |
commit | commitdiff | tree | snapshot |
2007-03-02 |
eugeni | Bugfix: transform origin to screen coordinates. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
uau | Fix \a parsing broken in r22291 |
commit | commitdiff | tree | snapshot |
2007-02-22 |
eugeni | Add some missing includes. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
eugeni | Oops, forgot {} before "else". |
commit | commitdiff | tree | snapshot |
2007-02-20 |
eugeni | Cosmetics: fix indentation. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
eugeni | With \t(\b) text becomes bold at the middle of time... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
eugeni | Any style modifier followed by no recognizable paramete... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
eugeni | \fn without an argument resets font family to the value... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
eugeni | Fix display order of events. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Both (-1) and 1 mean bold font in SSA/ASS styles. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Add \t(\b) support. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Fix bounding box calculation with \fscx/\fscy. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Fix \fscx/\fscy animation. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Correct implementation of text spacing. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
eugeni | Reallocate event_images_t, removing limit on simultanio... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
eugeni | Restore a minus sign that was lost in r22231. |
commit | commitdiff | tree | snapshot |
2007-02-16 |
eugeni | Implement \frx and \fry (and reimplement \frz) as 3d... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
eugeni | Consistently name z-axis rotation angle "frz". |
commit | commitdiff | tree | snapshot |
2007-02-16 |
eugeni | Move conversions between 16.16, 26.6 fixed point and... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
eugeni | Select the first charmap in the font, if FreeType did... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
eugeni | \r resets \frz to style value. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
eugeni | Fix \t(\frz) handling. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
eugeni | \org(0,0) is different from no \org at all. |
commit | commitdiff | tree | snapshot |
2007-01-29 |
eugeni | Bugfix: glyph and bitmap pointers could be left uniniti... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
reimar | Avoid invalid memory access in ass_process_subtitle... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
eugeni | Make -embeddedfonts enabled by default with FontConfig... |
commit | commitdiff | tree | snapshot |
2006-12-17 |
eugeni | Update some comments. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Cosmetics: fix indentation. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Keep reselected fonts in an array, adding new ones... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Avoid storing font file path and index in ass_font_t. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Remove a mistakenly committed debug printf. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | FT_Set_Transform is fast enough to be called once for... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Avoid "pointer targets differ in signedness" warnings. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
eugeni | Move ascender, descender, and kerning computation to... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
reimar | Get rid on -DGNU_SOURCE for internal code, imported... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
eugeni | Speed up ASS subtitles display by detecting changes... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
reimar | Also free ass_library_t members in ass_library_done |
commit | commitdiff | tree | snapshot |
2006-12-03 |
eugeni | Open embedded fonts directly from memory. |
commit | commitdiff | tree | snapshot |
2006-12-03 |
eugeni | Keep embedded fonts in ass_library_t and perform actual... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
eugeni | Rename: ass_process_font -> ass_add_font. |
commit | commitdiff | tree | snapshot |
2006-12-03 |
eugeni | Avoid calling validate_fname() twice for one string. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
eugeni | If a glyph is not found in the current font, switch... |
commit | commitdiff | tree | snapshot |
2006-11-28 |
eugeni | Skip glyphs with char code < 0x20. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
eugeni | Add FT_Library to ass_font_t. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
eugeni | Use (ass_font_t, char code) instead of (FT_Face, glyph... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Don't include freetype headers in other headers. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Fix compilation broken in previous commit. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Move ass_font_desc_t and ass_font_t declarations to... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Cosmetics: reindent. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if value... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Move ass_font_t allocation to ass_font.h. |
commit | commitdiff | tree | snapshot |
2006-11-27 |
eugeni | Initialize font size with 0. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
eugeni | Remove obsolete "no_more_font_messages" hack. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
eugeni | Move fonts-related code to a separate file. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
eugeni | Make ass_new_font return ass_font_t struct (instead... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
eugeni | Move ass_font_t to header. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
eugeni | Rename: |
commit | commitdiff | tree | snapshot |
2006-11-26 |
diego | Merge common parts of all Makefiles into one file inclu... |
commit | commitdiff | tree | snapshot |
2006-11-25 |
diego | SRCS should be one per line to make patches more readable. |
commit | commitdiff | tree | snapshot |
2006-11-25 |
diego | Remove pointless indirection. |
commit | commitdiff | tree | snapshot |
2006-11-25 |
diego | Remove superfluous comment. |
commit | commitdiff | tree | snapshot |
2006-11-20 |
eugeni | Cosmetics: remove unneeded curly brackets. |
commit | commitdiff | tree | snapshot |
2006-11-20 |
eugeni | Fix collision detection. The old method tried to avoid... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
diego | Unify dep/depend targets. |
commit | commitdiff | tree | snapshot |
next |