1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:57:42 +00:00
serenity/Applications/Spreadsheet/CellType
AnotherTest d103686261 Spreadsheet: Implement a specialised version of printf for formatting
Now all format values will format a single double, cast to the
appropriate types.
2020-09-12 15:01:19 +02:00
..
Format.cpp Spreadsheet: Implement a specialised version of printf for formatting 2020-09-12 15:01:19 +02:00
Format.h Spreadsheet: Implement a specialised version of printf for formatting 2020-09-12 15:01:19 +02:00
Identity.cpp Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
Identity.h Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
Numeric.cpp Spreadsheet: Implement a specialised version of printf for formatting 2020-09-12 15:01:19 +02:00
Numeric.h Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
String.cpp Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
String.h Spreadsheet: Setup and prepare for cell types 2020-08-28 17:08:09 +02:00
Type.cpp Spreadsheet: Add (limited) support for custom cell formatting 2020-08-29 17:42:03 +02:00
Type.h Spreadsheet: Allow cells to optionally have static fg/bg colors 2020-09-12 15:01:19 +02:00