2004-09-14 |
kramm | removed no-longer-valid comment. |
tree | commitdiff |
2004-09-14 |
kramm | added overflow checking for text coordinates. |
tree | commitdiff |
2004-09-05 |
kramm | fixed big-endian problems. |
tree | commitdiff |
2004-09-03 |
kramm | added INITACTION to swf_GetDefineID(). |
tree | commitdiff |
2004-09-03 |
kramm | Patch from Simon: |
tree | commitdiff |
2004-09-03 |
kramm | some fixes to ft2build.h handling. |
tree | commitdiff |
2004-09-02 |
kramm | use FT_FREETYPE_H if we have ft2build.h. |
tree | commitdiff |
2004-09-02 |
kramm | added handling of ft2build.h. |
tree | commitdiff |
2004-08-20 |
kramm | added support for charmaps. |
tree | commitdiff |
2004-08-17 |
kramm | fixed freetype bounding boxes & ascent/descent/leading. |
tree | commitdiff |
2004-08-17 |
kramm | fixed "bad code offset" bug. |
tree | commitdiff |
2004-08-16 |
kramm | fixed off by one maxascii bug. |
tree | commitdiff |
2004-08-16 |
kramm | fixed small bug. |
tree | commitdiff |
2004-08-16 |
kramm | added full_unicode to swf_SetLoadFontParameters(). |
tree | commitdiff |
2004-08-16 |
kramm | fixed "align to subpixels" outline quality problem. |
tree | commitdiff |
2004-08-16 |
kramm | started reworking the FONTUSAGE code. |
tree | commitdiff |
2004-08-14 |
kramm | removed lame warning "strange error flushing buffer". |
tree | commitdiff |
2004-08-14 |
kramm | gcc 2.95.x compatibility fixes. |
tree | commitdiff |
2004-08-14 |
kramm | several bugfixes. Freetype fonts are now properly sized. |
tree | commitdiff |
2004-08-13 |
kramm | added reencoding code. |
tree | commitdiff |
2004-08-13 |
kramm | fixed "second swf_LoadT1Font() fails" bug. |
tree | commitdiff |
2004-08-12 |
kramm | added more graceful error handling. |
tree | commitdiff |
2004-08-08 |
kramm | indent -kr -l160 |
tree | commitdiff |
2004-08-08 |
kramm | added swf_FontPrepareForEditText(). |
tree | commitdiff |
2004-08-07 |
kramm | added swf_DummyFont(). |
tree | commitdiff |
2004-07-25 |
kramm | undid last change. |
tree | commitdiff |
2004-07-25 |
kramm | added matrix argument to swf_SetDefineText(). |
tree | commitdiff |
2004-07-24 |
kramm | renamed swf_LoadFontSetScale to swf_LoadFontSetParameters. |
tree | commitdiff |
2004-07-24 |
kramm | added custom font scaling. |
tree | commitdiff |
2004-07-12 |
kramm | added comment. |
tree | commitdiff |
2004-07-12 |
kramm | fixed TTF leading. |
tree | commitdiff |
2004-06-28 |
kramm | removed debugging code. |
tree | commitdiff |
2004-06-12 |
kramm | fixed a font bug, added handling for NULL in glyphnames. |
tree | commitdiff |
2004-06-12 |
kramm | removed a debug statement. |
tree | commitdiff |
2004-06-12 |
kramm | Freetype converter: Only glyphs with either a unicode... |
tree | commitdiff |
2004-06-06 |
kramm | fixed UTF8 bounding box calculation. |
tree | commitdiff |
2004-06-06 |
kramm | prevent against missing glyphs in swf_DrawText. |
tree | commitdiff |
2004-06-06 |
kramm | removed superfluous memset. |
tree | commitdiff |
2004-06-02 |
kramm | fixed yet another typo. |
tree | commitdiff |
2004-06-02 |
kramm | fixed typo. |
tree | commitdiff |
2004-06-02 |
kramm | added FONTNAMES to getDefineID. |
tree | commitdiff |
2004-06-02 |
kramm | added a size argment to swf_DrawText. |
tree | commitdiff |
2004-06-02 |
kramm | Added swf_TextCountBitsUTF8() and swf_TextSetCharRecord... |
tree | commitdiff |
2004-06-02 |
kramm | Only store max. 256 characters into a font SWF file... |
tree | commitdiff |
2004-06-02 |
kramm | fixed "connected h,a characters" bug. |
tree | commitdiff |
2004-05-31 |
kramm | moved fix for short definebitslossless tags to ../rfxswf.c. |
tree | commitdiff |
2004-05-28 |
kramm | fixed fontUsage functions. |
tree | commitdiff |
2004-05-28 |
kramm | the advance value is now in twips, not in pixels. |
tree | commitdiff |
2004-05-28 |
kramm | fixed ascent,descent&leading. |
tree | commitdiff |
2004-05-28 |
kramm | advance is now in twips, not in pixels. |
tree | commitdiff |
2004-05-16 |
kramm | added some functions from ../../src/swfbbox.c. |
tree | commitdiff |
2004-05-11 |
kramm | removed buttons from swf_GetDefineBBox(), as they don... |
tree | commitdiff |
2004-05-11 |
kramm | added method swf_ParseDefineText(). |
tree | commitdiff |
2004-05-07 |
kramm | fix: definebutton2 has an alpha cxform. |
tree | commitdiff |
2004-05-02 |
kramm | support for using shapedrawers for line drawings |
tree | commitdiff |
2004-04-08 |
kramm | fixed swfextract -F segfault error |
tree | commitdiff |
2004-03-30 |
kramm | fixed gcc 2.95.3 compile problem |
tree | commitdiff |
2004-03-30 |
kramm | added glyphnames support |
tree | commitdiff |
2004-03-29 |
kramm | added swf_Concatenate() function |
tree | commitdiff |
2004-02-10 |
kramm | fixed compile problems. |
tree | commitdiff |
2004-02-06 |
kramm | fix for segfault in LoadT1Font if the fontname is not... |
tree | commitdiff |
2004-02-05 |
kramm | fix for closing unclosed shapes automatically |
tree | commitdiff |
2004-02-05 |
kramm | swf_LoadFont() now returns more quickly if the file... |
tree | commitdiff |
2004-02-04 |
kramm | renamed USE_FREETYPE to HAVE_FREETYPE |
tree | commitdiff |
2004-02-04 |
kramm | * renamed USE_FREETYPE to HAVE_FREETYPE\rmp3 support... |
tree | commitdiff |
2004-02-03 |
kramm | gcc 2.95.4 fixes |
tree | commitdiff |
2004-02-02 |
kramm | fixed bug in font name setting |
tree | commitdiff |
2004-02-02 |
kramm | added swf_ActionCompile function |
tree | commitdiff |
2004-02-02 |
kramm | new function swf_RelocateDepth(). |
tree | commitdiff |
2004-02-01 |
kramm | swf_LoadFont now also loads SWF fonts |
tree | commitdiff |
2004-02-01 |
kramm | added swf_LoadFont(). |
tree | commitdiff |
2004-01-31 |
kramm | added glyphnames tag. |
tree | commitdiff |
2004-01-31 |
kramm | implemented LoadT1Font(). |
tree | commitdiff |
2004-01-31 |
kramm | added load/save support for glyph names. |
tree | commitdiff |
2004-01-31 |
kramm | moved drawer stuff to ../drawer.c. |
tree | commitdiff |
2004-01-31 |
kramm | removed some unused code |
tree | commitdiff |
2004-01-31 |
kramm | removed MAX_CHAR_PER_FONT, made TTF support work. |
tree | commitdiff |
2004-01-31 |
kramm | Initial revision- not really working yet |
tree | commitdiff |
2004-01-31 |
kramm | Flash 7 tag names added |
tree | commitdiff |
2004-01-01 |
kramm | added gradient fill. |
tree | commitdiff |
2004-01-01 |
kramm | several bugfixes, added swf_DrawString(). |
tree | commitdiff |
2004-01-01 |
kramm | added swf_DumpShape(). |
tree | commitdiff |
2004-01-01 |
kramm | added swf_DrawText(). |
tree | commitdiff |
2003-12-27 |
uid68734 | fixed a typecast bug. |
tree | commitdiff |
2003-12-03 |
kramm | Applied patch from Marcus Doemling- blocksize is now... |
tree | commitdiff |
2003-11-19 |
kramm | changed S16 to int, so that SET_TO_ZERO can be used. |
tree | commitdiff |
2003-11-17 |
kramm | added swf_DumpSWF function. |
tree | commitdiff |
2003-11-17 |
kramm | added swf_GetJPEGSize() function. |
tree | commitdiff |
2003-09-15 |
kramm | added swfdraw.c module. |
tree | commitdiff |
2003-08-08 |
kramm | added (long) GPL headers. |
tree | commitdiff |
2003-08-07 |
kramm | fixed compiler warning about uninitialized variable. |
tree | commitdiff |
2003-06-22 |
kramm | enhanced samplerate support. |
tree | commitdiff |
2003-05-19 |
kramm | glyphs now use CountUBits, which makes textdefines... |
tree | commitdiff |
2003-05-19 |
kramm | bugfixes, cleanups |
tree | commitdiff |
2003-04-30 |
kramm | added fix for 64 byte bug also for swf_SetLossLessBitsI... |
tree | commitdiff |
2003-04-30 |
kramm | added ShapeSetBitmapRect, fix a bit overflow bug. |
tree | commitdiff |
2003-04-16 |
kramm | added DEFINEMOVIE to define tags |
tree | commitdiff |
2003-04-16 |
kramm | added DEFINEMOVIE to define tag list. |
tree | commitdiff |
2003-04-11 |
kramm | fixed YUV. |
tree | commitdiff |
2003-04-07 |
kramm | bugfix: free without malloc in setLosslessBitsIndexed. |
tree | commitdiff |
next |