summaryrefslogtreecommitdiff
path: root/src/fontcache.cpp
AgeCommit message (Expand)Author
2009-03-18(svn r15758) -Fix (r15757): win9x compilationglx
2009-03-18(svn r15757) -Fix/hackaround (r15314): of course on some system searching a f...glx
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-03-14(svn r15710) -Fix (r15706): for non MSVC io.h needs to be included before def...glx
2009-02-23(svn r15555) -Codechange: remove the mallocs + frees for temporary data from ...rubidium
2009-02-05(svn r15361) -Cleanup: minor comment style fixes (planetmaker)smatz
2009-02-02(svn r15317) -Fix: support Windows fonts with non-ASCII characters in their f...rubidium
2009-02-02(svn r15315) -Fix (r15314): make gcc happy (for once)glx
2009-02-02(svn r15314) -Fix/hackaround [FS#2590]: fonts have a feature where they can h...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2008-11-24(svn r14622) -Fix (r14618): win9x compilationglx
2008-11-24(svn r14621) -Fix (r14618): link error when you aren't compiling for Windows ...rubidium
2008-11-24(svn r14620) -Fix (r14618): missing lines broke compilation on windowsglx
2008-11-24(svn r14618) -Feature: when the chosen language isn't supported by the curren...rubidium
2008-09-02(svn r14223) -Codechange: make GetSprite aware of the 4 different types of sp...rubidium
2008-07-26(svn r13832) -Fix [FS#2152]: FreeType may return a bitmap glyph even if a gre...peter1138
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-01-25(svn r11981) -Fix [FS#1698]: Use unicode glyph mapping to fix up missing/shuf...peter1138
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...rubidium
2007-12-08(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (...rubidium
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-15(svn r10166) -Feature(tte): Add support for antialiased typefaces via FreeTyp...peter1138
2007-06-13(svn r10142) -Fix r10132: do something useful with the alpha channel instead ...truelight
2007-06-11(svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making fonts...truelight
2007-06-11(svn r10092) -Codechange: code-seperated the spriteloader and blitter from th...truelight
2007-03-28(svn r9519) -Fix r7406 (revert r9518): free the malloced variable, not a poin...glx
2007-03-28(svn r9518) -Fix [Windows]: do not free an uninitialized pointer.rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-01(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...belugas
2007-02-04(svn r8576) -Fix: wrong type given to MallocT (VC2003, UNICODE build)KUDr
2007-01-13(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). ...tron
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr