2005-02-19 |
Steinar H. Gunderson | Clean up the my_draw_text() interface considerably... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Show songs next to each chosen song, and center the... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Don't show column headings for chosen songs, as they... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Fix some typos in the field names in FetchGroup. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Add column headings and fix widths. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Don't crash when we have no screens. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Use await_notification instead of sleep(), gives us... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Remove a debugging printf. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Handle NULL values in scores better. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Show the real score instead of 1234. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Typofix. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Add default constructor for widestring. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Add a constructor from const char * for widestring... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Remove leftover pqxx::work that was causing trouble. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Make stuff compile again. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Commit groupscreen.cpp... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Make screen hierarchy compile. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Hit the group-fetching code so it compiles. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Add beginning code for fetching groups. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Added a generic display screen class. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Fetch the list of current active rounds and display it. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Moved the font stuff into its own file. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Move Tournament and FetchCurrentTournament into its... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Move widestring into its own file. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Actually add flagtrigger.{h,cpp}... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Move FlagTrigger into its own source file. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Reset bigscreen on changed groups, not just changed... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Fixed a misleading comment. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Support a variable-length list of fallback fonts (and... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Specify correct ucs-4le/ucs-4be for little/big endian. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | FreeType initialization errors are runtime errors,... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Use Georgia, but fall back to FreeSerif if there's... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Switch to using std::wstring, it supports UCS-4 already... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Switch to FreeSerif for the time being, since it has... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Assorted debugging crap. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Force little-endian for our UCS-4. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Add functions for drawing text, try to do so (not very... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Import TinyPTC 0.7.3 sources, switch from OpenGL to... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Initialize FreeType, link to it. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Re-add OpenGL window, we commented it out and forgot... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Moved all the UCS-4 junk into operator=, where it belongs. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Add a framework for UCS-4 strings. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Rename tourn -> active_tournament |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Make tourn a global variable (ick?), and do some placeh... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Fix the transactor so it actually works. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Added -g -Wall to CXXFLAGS, moved -I stuff to CPPFLAGS. |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Added a transactor for getting info from the current... |
tree | commitdiff |
2005-02-19 |
Steinar H. Gunderson | Changed the structure of the bigscreen main loop. |
tree | commitdiff |
2005-02-18 |
Steinar H. Gunderson | Switch SQL host from cirkus to altersex, to get Postgre... |
tree | commitdiff |
2005-02-18 |
Steinar H. Gunderson | Fix so we actually get the NOTIFY. |
tree | commitdiff |
2005-02-18 |
Steinar H. Gunderson | Try to listen on a NOTIFY trigger. |
tree | commitdiff |
2005-02-18 |
Steinar H. Gunderson | Replace transaction<> with work. |
tree | commitdiff |
2005-02-18 |
Steinar H. Gunderson | Fetch the title, not some random ID. |
tree | commitdiff |
2005-02-18 |
Steinar H. Gunderson | Fetch out some numbers from a table. |
tree | commitdiff |
2005-02-18 |
Steinar H. Gunderson | Add pq++ dependency, start code for just connecting. |
tree | commitdiff |
2005-02-18 |
Steinar H. Gunderson | Add -L/usr/X11R6/lib to LDFLAGS for the bigscreen Makefile. |
tree | commitdiff |
2005-02-13 |
Steinar H. Gunderson | Add the bigscreen/ directory (a bit overdue?) |
tree | commitdiff |
|