summaryrefslogtreecommitdiff
path: root/src/fontcache.cpp
AgeCommit message (Expand)Author
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