teapot-spreadsheet/src/common
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
..
CMakeLists.txt Factor Cell into its own file 2019-07-27 03:00:03 -04:00
cell.c More color prep: define color aspects of a cell 2019-08-03 12:42:32 -04:00
cell.h More color prep: define color aspects of a cell 2019-08-03 12:42:32 -04:00
context.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
context.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
csv.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
csv.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
default.h More color prep: define color aspects of a cell 2019-08-03 12:42:32 -04:00
eval.c Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
eval.h Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
func.c Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
func.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
htmlio.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
htmlio.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
latex.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
latex.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
main.c Improve dialogs 2019-08-02 20:31:48 -04:00
main.h Prepare for per-cell configurable colors 2019-07-29 11:35:10 -04:00
misc.c Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
misc.h Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
parser.c Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
parser.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
sc.c Factor Cell into its own file 2019-07-27 03:00:03 -04:00
sc.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
scanner.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
scanner.h Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
sheet.c Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
sheet.h Prepare for per-cell configurable colors 2019-07-29 11:35:10 -04:00
utf8.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
utf8.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
wk1.c Implement a relative reference robust to source and reference moving 2019-07-30 15:07:54 -04:00
wk1.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
xdr.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
xdr.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00