teapot-spreadsheet/src
Glen Whitney 07bf78c7bb More color prep: define color aspects of a cell
This change does away with separate attributes foreground and background,
  opting for an array of color "aspects", where the aspect can vary
  over an enum which can either be FOREGROUND or BACKGROUND. This will allow
  writing a single set of color-editing code which can work either on the
  foreground or background color of a cell.
2019-08-03 12:42:32 -04:00
..
common More color prep: define color aspects of a cell 2019-08-03 12:42:32 -04:00
CMakeLists.txt Improve dialogs 2019-08-02 20:31:48 -04:00
complete.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
complete.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
display.c More color prep: define color aspects of a cell 2019-08-03 12:42:32 -04:00
display.h Improve dialogs 2019-08-02 20:31:48 -04:00
fteapot.fl More color prep: define color aspects of a cell 2019-08-03 12:42:32 -04:00
graph.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
tpt_choose.cxx Improve dialogs 2019-08-02 20:31:48 -04:00
tpt_choose.h Improve dialogs 2019-08-02 20:31:48 -04:00