]> git.localhorst.tv Git - l2e.git/history - src/graphics/Font.cpp
dynamic width right aligned rendering with Font
[l2e.git] / src / graphics / Font.cpp
2012-12-04 Daniel Karbachdynamic width right aligned rendering with Font
2012-11-30 Daniel Karbachremoved stupid file headers that eclipse put in
2012-11-30 Daniel KarbachMerge branch 'menus'
2012-11-29 Daniel Karbachadded string dimensions calculation functions
2012-11-29 Daniel Karbachhandle line breaks in Font::DrawString
2012-11-11 Daniel KarbachMerge branch 'master' into menus
2012-10-31 Daniel Karbachadded right aligning font drawing functions
2012-10-18 Daniel Karbachswitched to static type IDs
2012-10-08 Daniel Karbachadded textual type/field descriptions and wiki mode
2012-09-10 Daniel Karbachadded constructors for described types
2012-09-09 Daniel Karbachreordered type description creation to avoid reallocation
2012-09-05 Daniel Karbachadded type description of Font
2012-09-03 Daniel KarbachMerge branch 'loader'
2012-08-31 Daniel Karbachmade Font default constructible
2012-08-22 Daniel Karbachmerged Point into Vector
2012-08-12 Daniel Karbachpass point as reference in graphics Draw functions
2012-08-11 Daniel Karbachforced fonts to use the data's charset
2012-08-10 Daniel Karbachfixed positioning in Font when number is 0
2012-08-08 Daniel Karbachadded string support in Font
2012-08-08 Daniel Karbachadded simple font implementation