Commit History

Author SHA1 Message Date
  Luke Dashjr b1b1a28ed7 Translate %d and %u to tonal if USE_TONAL is defined 12 years ago
  Luke Dashjr 980ac528c6 Use bfg_wprintw for runtime 12 years ago
  Luke Dashjr bb19126fa4 Implement bfg_mvwprintw to pass through bfg_snprintf 12 years ago
  Luke Dashjr bf8aebd08e Replace bfg_sprintf with safer bfg_snprintf 12 years ago
  Luke Dashjr 9f5a1288dd Use UTF-8 for Unicode 12 years ago
  Luke Dashjr e2baab933c Implement a utf8_decode function to produce wchar_t needed by curses 12 years ago
  Luke Dashjr faf8da56af Implement bfg_sprintf for use with custom BPRI* formatters 12 years ago
  Luke Dashjr 8d9ccda3c9 Split actual formatting from temperature_column_tail into new format_temperature[_sz] 12 years ago
  Luke Dashjr 6ec038fb53 Abstract runtime counter into new format_elapsed function 12 years ago
  Luke Dashjr eac5505103 Use format_tm for scheduler messages 12 years ago
  Luke Dashjr 90d9075fba Use format_time_t for worktime timestamps 12 years ago
  Luke Dashjr e48a6826e3 Abstract timestamp formatting to format_timestamp/format_time_t function 12 years ago
  Luke Dashjr 68acd794d8 Bugfix: curses: use_default_colors() when possible 12 years ago
  Luke Dashjr 070b9d7402 Merge commit '61d571b' into bfgminer 12 years ago
  Luke Dashjr 61d571bd23 Bugfix: Calculate scrolling range with new cursor lines 12 years ago
  Luke Dashjr a5b2668f2f Merge branch 'unicode' into bfgminer 12 years ago
  Luke Dashjr 540e35a958 Bugfix: Ensure use_unicode and have_unicode_degrees constants are defined for curses-less builds 12 years ago
  Luke Dashjr 44bf1ce336 Merge branch 'monotonic_timers' into bfgminer 12 years ago
  Luke Dashjr 37e0753cbd Bugfix: Replace block_timeval with (time_t) block_time 12 years ago
  Luke Dashjr d757ee5d18 Bugfix: Avoid using wide curses symbols/macros when USE_UNICODE is not defined 12 years ago
  Luke Dashjr a9475d9656 Unicode: Use line drawing in TUI Help 12 years ago
  Luke Dashjr d1900af425 Use bfg_waddstr even with Unicode disabled, since it's needed for red highlight 12 years ago
  Luke Dashjr 34ffd0a539 Colour bad conditions in red 12 years ago
  Luke Dashjr dc5138c534 Unicode: Cross-tee intersecting lines 12 years ago
  Luke Dashjr 6fa5bff85f Unicode: Use WACS_VLINE for vertical lines 12 years ago
  Luke Dashjr 3d5fe28d0b Unicode: If degrees symbol is available, add it to temperatures 12 years ago
  Luke Dashjr de35523da0 Unicode: bfg_waddstr wrapper to handle non-ASCII characters, currently used only by logging and statlines 12 years ago
  Luke Dashjr 5262c0b5ec Unicode: Use WACS_HLINE for horizontal lines 12 years ago
  Luke Dashjr af5724c5bf Add framework for using Unicode in TUI (can be disabled with --no-unicode) 12 years ago
  Luke Dashjr ceb9a7e757 Refactor temperature in TUI statlines to share code nicer 12 years ago