]> git.sesse.net Git - ccbs/history - bigscreen/groupscreen.cpp
Shape text using Pango and HarfBuzz; gives us nice ligatures and exotic scripts.
[ccbs] / bigscreen / groupscreen.cpp
2012-04-28 Steinar H. GundersonFix a bug where “need to qualify” would not be shown...
2012-02-19 Steinar H. GundersonSplit up nextsonginfo again.
2012-02-19 Steinar H. GundersonFix a segfault in certain nonsensical group configurations.
2012-02-19 Steinar H. GundersonSupport different backgrounds per-screen.
2012-02-19 Steinar H. GundersonFix so that chosen score is not in the wrong class.
2012-02-19 Steinar H. GundersonFix column headings; they were broken after a mismerge.
2012-02-18 Steinar H. GundersonSupport different theming for odd/even rows.
2012-02-18 Steinar H. GundersonSplit up the “data” class into more specific members.
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-18 Steinar H. GundersonMake backgrounded invalidated screens less database...
2012-02-18 Steinar H. GundersonPrepare the group screen for widescreen.
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. GundersonFix so groups larger than nine are properly centered...
2005-04-23 Steinar H. GundersonVarious changes and fixes for CC1.
2005-03-05 Steinar H. GundersonDon't show total if we only have one song.
2005-03-05 Steinar H. GundersonFix off-by-one for "needs to lead" code.
2005-03-05 Steinar H. GundersonDon't show "needs to qualify" if all in group qualify.
2005-03-05 Steinar H. GundersonFixed "number of played songs" detection for bigscreen...
2005-03-05 Steinar H. GundersonAdd code in the bigscreen for supporting versus groups...
2005-03-05 Steinar H. GundersonRefactoring, always refactoring...
2005-03-05 Steinar H. GundersonRemove an obsolete comment.
2005-03-05 Steinar H. GundersonYet more refactoring.
2005-03-04 Steinar H. GundersonYet more refactoring.
2005-03-04 Steinar H. GundersonAdded refactoring comment
2005-03-04 Steinar H. GundersonMore refactoring.
2005-03-04 Steinar H. GundersonMore refactoring.
2005-03-04 Steinar H. GundersonMild refactoring.
2005-03-04 Steinar H. GundersonMake the bigscreen application read in the number of...
2005-03-01 Steinar H. GundersonLet each screen get width and height in as a parameter...
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-03-01 Steinar H. GundersonImplement a simple priority system.
2005-02-28 Steinar H. GundersonWrite the machine number (if any) in the header.
2005-02-28 Steinar H. GundersonMake the bigscreen application support running groups...
2005-02-28 Steinar H. Gunderson(no commit message)
2005-02-20 Steinar H. GundersonFix two signed/unsigned warnings.
2005-02-20 Steinar H. GundersonRead max score for all players in one shot as well...
2005-02-20 Steinar H. GundersonFetch all the "max score for song" entries in one go...
2005-02-20 Steinar H. GundersonClamp number of players shown to nine. Squeeze players...
2005-02-20 Steinar H. GundersonRemoved some debugging printf-s, converted some sprintf...
2005-02-20 Steinar H. GundersonMake "mode" a local variable to the for loop, now that...
2005-02-20 Steinar H. GundersonAllow a mix of long and short names in the display...
2005-02-20 Steinar H. GundersonFetch the actual high score from the database when...
2005-02-20 Steinar H. GundersonDon't show "need to qualify" if it's identical to ...
2005-02-20 Steinar H. GundersonMoved the bottom text a bit up, to get it more readable.
2005-02-20 Steinar H. GundersonAdd a line for "needed to secure qualifiction"/"needed...
2005-02-20 Steinar H. GundersonAdd preliminary "needs to qualify/win" text.
2005-02-20 Steinar H. GundersonTry to make the column for the chosen songs as fixed...
2005-02-20 Steinar H. GundersonFind out which player is playing next (and which song...
2005-02-20 Steinar H. GundersonAdd a better framework for showing what's changed.
2005-02-20 Steinar H. GundersonActually check in changes from last time...
2005-02-20 Steinar H. GundersonGroupScreen now checks the "last updated" information.
2005-02-20 Steinar H. GundersonAdd (a rather sizable chunk of) code for determining...
2005-02-19 Steinar H. GundersonActually show a total for each player.
2005-02-19 Steinar H. GundersonGo to short names on chosen songs if the text is too...
2005-02-19 Steinar H. GundersonOnly allocate space for four digits in the score screen...
2005-02-19 Steinar H. GundersonAdd "total" and "rank" headings, plus clean up the...
2005-02-19 Steinar H. GundersonAdd a main heading to each group.
2005-02-19 Steinar H. GundersonUse short titles in the bigscreen headings.
2005-02-19 Steinar H. GundersonCenter song headings as well.
2005-02-19 Steinar H. GundersonMake the score font a lot bigger.
2005-02-19 Steinar H. GundersonClean up the my_draw_text() interface considerably...
2005-02-19 Steinar H. GundersonShow songs next to each chosen song, and center the...
2005-02-19 Steinar H. GundersonDon't show column headings for chosen songs, as they...
2005-02-19 Steinar H. GundersonAdd column headings and fix widths.
2005-02-19 Steinar H. GundersonRemove a debugging printf.
2005-02-19 Steinar H. GundersonShow the real score instead of 1234.
2005-02-19 Steinar H. GundersonTypofix.
2005-02-19 Steinar H. GundersonAdd a constructor from const char * for widestring...
2005-02-19 Steinar H. GundersonCommit groupscreen.cpp...