teapot-spreadsheet/src/common
Glen Whitney 13f9457e98 feat: Add hard-coded invisible color 254 (#94)
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #94
2023-07-26 05:23:10 +00:00
..
CMakeLists.txt Allow styles to be computed 2019-09-03 01:41:37 -07:00
cell.c fix: Always compute cells without clocked expressions using current values (#91) 2023-04-30 16:19:12 +00:00
cell.h fix: Always compute cells without clocked expressions using current values (#91) 2023-04-30 16:19:12 +00:00
context.c Alleviate compile warnings on Linux and finalize programmable styles 2019-09-09 10:33:41 -04:00
context.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
csv.c First partial pass at getting teapot working on Mac OS X 2019-09-05 03:24:24 -04:00
csv.h Streamline internals of teapot 2019-08-23 12:12:06 -07:00
default.h row_heights (#77) 2023-04-09 05:41:50 +00:00
eval.c Add dim and italic attributes to style 2019-09-18 08:49:53 -04:00
eval.h Implement a find() macro 2019-08-28 12:40:50 -07:00
func.c feat: Add hashing color for cells (#93) 2023-07-26 03:21:43 +00:00
func.h feat: Add hashing color for cells (#93) 2023-07-26 03:21:43 +00:00
htmlio.c First partial pass at getting teapot working on Mac OS X 2019-09-05 03:24:24 -04:00
htmlio.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
latex.c First partial pass at getting teapot working on Mac OS X 2019-09-05 03:24:24 -04:00
latex.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
main.c feat: Add hashing color for cells (#93) 2023-07-26 03:21:43 +00:00
main.h feat: Add hashing color for cells (#93) 2023-07-26 03:21:43 +00:00
misc.c fix: Allow n() function to count (empty) cells off edge of sheet (#84) 2023-04-09 19:28:57 +00:00
misc.h First partial pass at getting teapot working on Mac OS X 2019-09-05 03:24:24 -04:00
parser.c Alleviate compile warnings on Linux and finalize programmable styles 2019-09-09 10:33:41 -04:00
parser.h Prepare for parsing expressions into parse trees 2019-08-05 16:45:04 -04:00
sc.c First partial pass at getting teapot working on Mac OS X 2019-09-05 03:24:24 -04:00
sc.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
scanner.c First partial pass at getting teapot working on Mac OS X 2019-09-05 03:24:24 -04:00
scanner.h Allow styles to be computed 2019-09-03 01:41:37 -07:00
sheet.c fix: Always compute cells without clocked expressions using current values (#91) 2023-04-30 16:19:12 +00:00
sheet.h row_heights (#77) 2023-04-09 05:41:50 +00:00
style.c feat: Add hashing color for cells (#93) 2023-07-26 03:21:43 +00:00
style.h feat: Add hard-coded invisible color 254 (#94) 2023-07-26 05:23:10 +00:00
token.c Add dim and italic attributes to style 2019-09-18 08:49:53 -04:00
token.h First partial pass at getting teapot working on Mac OS X 2019-09-05 03:24:24 -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 First partial pass at getting teapot working on Mac OS X 2019-09-05 03:24:24 -04:00
wk1.h fix: Prevent crash in fteapot when rendering very narrow columns (#76) 2023-04-08 01:34:37 +00:00
xdr.c fix: Prevent crash in fteapot when rendering very narrow columns (#76) 2023-04-08 01:34:37 +00:00
xdr.h fix: Prevent crash in fteapot when rendering very narrow columns (#76) 2023-04-08 01:34:37 +00:00