teapot-spreadsheet/src/common
Glen Whitney e945a98c54 feat: Complete row height implementation
Now all parts of spreadsheet respond to the -F <fontsize> command
  line argument in fteapot, and row heights are computed in terms of
  the resulting character size.

  There is a new menu option for setting row heights in fteapot.

  Documentation is updated, and keybindings are made more uniform between
  teapot and fteapot and more fully documented.

  Resolves #57.
2023-04-09 01:35:05 -04:00
..
CMakeLists.txt Allow styles to be computed 2019-09-03 01:41:37 -07:00
cell.c First partial pass at getting teapot working on Mac OS X 2019-09-05 03:24:24 -04:00
cell.h Allow styles to be computed 2019-09-03 01:41:37 -07: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 feat: Variable row heights and overall font size 2023-04-08 15:39:40 -04: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 Add dim and italic attributes to style 2019-09-18 08:49:53 -04:00
func.h Add dim and italic attributes to style 2019-09-18 08:49:53 -04: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: Complete row height implementation 2023-04-09 01:35:05 -04:00
main.h feat: Variable row heights and overall font size 2023-04-08 15:39:40 -04:00
misc.c Alleviate compile warnings on Linux and finalize programmable styles 2019-09-09 10:33:41 -04: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 feat: Variable row heights and overall font size 2023-04-08 15:39:40 -04:00
sheet.h feat: Variable row heights and overall font size 2023-04-08 15:39:40 -04:00
style.c Add dim and italic attributes to style 2019-09-18 08:49:53 -04:00
style.h Add dim and italic attributes to style 2019-09-18 08:49:53 -04: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