teapot-spreadsheet/src/common
Glen Whitney 2e0a3a480c Improve dialogs
Now in fteapot you can select any one of the buttons in a modal dialog
  with the cursor keys and hit enter and it will be selected.
  Fixes #17.
  In addition, I clarified that the block attribute options will either set
  every cell to bold (say), or unset every cell, or you can cancel to not
  actually go through with the block operation.

  These changes required adding a custom FLTK dialog, tpt_choose.{h,cxx}.
  Along the way, I reflowed fteapot.fl to make it more readable for further
  coding.
  Finally, there is a small amount of additional prep for color support
  that (unfortunately) got mixed in with these changes.
2019-08-02 20:31:48 -04:00
..
CMakeLists.txt Factor Cell into its own file 2019-07-27 03:00:03 -04:00
cell.c Implement a fill-with menu item 2019-07-27 04:08:42 -04:00
cell.h Prepare for per-cell configurable colors 2019-07-29 11:35:10 -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 Move source code into subdirectory 2019-07-27 01:35:44 -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