]> git.sesse.net Git - ccbs/history - bigscreen/fonts.cpp
Shape text using Pango and HarfBuzz; gives us nice ligatures and exotic scripts.
[ccbs] / bigscreen / fonts.cpp
2015-03-08 Steinar H. GundersonShape text using Pango and HarfBuzz; gives us nice... mainline-0.1
2015-03-08 Steinar H. GundersonClean up glyph rendering a bit.
2012-02-19 Steinar H. GundersonFix anther font fallback bug.
2012-02-19 Steinar H. GundersonRefactor font rendering a tiny bit.
2012-02-19 Steinar H. GundersonFix a crash when not finding any fonts.
2012-02-18 Steinar H. GundersonMove most of the resolution settings to the config...
2012-02-18 Steinar H. GundersonMove the theming out to a runtime-read config file...
2012-02-18 Steinar H. GundersonParametrize color scheme into a separate header file.
2012-02-09 Steinar H. GundersonMerge branch 'mainline-0.1' of /srv/git.sesse.net/priva...
2012-02-07 Steinar H. GundersonMerge branch 'mainline-0.1' of /srv/git.sesse.net/priva...
2012-02-07 Steinar H. GundersonSome C++ fixes for slightly stricter GCC.
2005-04-23 Steinar H. GundersonPull in changes from --baby.
2005-03-01 Steinar H. GundersonLet the font system take in a physical resolution,...
2005-03-01 Steinar H. GundersonMake a "logical resolution" (yuck!) of 800x600 for...
2005-03-01 Steinar H. GundersonReplace 800x600 width a resolution from a .h file....
2005-02-20 Steinar H. GundersonMake the "red stuff is new stuff" fade a lot prettier.
2005-02-20 Steinar H. GundersonAdd a better framework for showing what's changed.
2005-02-19 Steinar H. GundersonMake my_draw_text() clip horizontally.
2005-02-19 Steinar H. GundersonClean up the my_draw_text() interface considerably...
2005-02-19 Steinar H. GundersonAdd column headings and fix widths.
2005-02-19 Steinar H. GundersonMoved the font stuff into its own file.