ladybird/Applications/Spreadsheet
Andreas Kling 368dc8ad08 Spreadsheet: Tweak row height slightly
Add 2px of height to the rows. This makes editing a cell inline look
better since we no longer cut off the text while editing.
2020-08-26 20:35:09 +02:00
..
CellSyntaxHighlighter.cpp Spreadsheet: Add a syntax highlighter to the cell editor 2020-08-24 19:15:07 +02:00
CellSyntaxHighlighter.h Spreadsheet: Add a syntax highlighter to the cell editor 2020-08-24 19:15:07 +02:00
CMakeLists.txt Spreadsheet: Add a syntax highlighter to the cell editor 2020-08-24 19:15:07 +02:00
HelpWindow.cpp LibWeb: Move OutOfProcessWebView into the Web namespace 2020-08-24 18:21:33 +02:00
HelpWindow.h LibWeb: Move OutOfProcessWebView into the Web namespace 2020-08-24 18:21:33 +02:00
main.cpp Spreadsheet: Add "Save As" 2020-08-25 09:46:28 +02:00
Spreadsheet.cpp LibJS: Add a helper for calling JS::Function's with arguments 2020-08-26 08:45:01 +02:00
Spreadsheet.h Spreadsheet: Implement state-preserving saves and loads 2020-08-25 09:46:28 +02:00
SpreadsheetModel.cpp Spreadsheet: Get rid of the "row numbers" column 2020-08-26 17:00:40 +02:00
SpreadsheetModel.h Spreadsheet: Get rid of the "row numbers" column 2020-08-26 17:00:40 +02:00
SpreadsheetView.cpp Spreadsheet: Tweak row height slightly 2020-08-26 20:35:09 +02:00
SpreadsheetView.h Spreadsheet: Add a topbar with a text editor 2020-08-24 18:21:33 +02:00
SpreadsheetWidget.cpp Spreadsheet: Use a fixed-width font in the cell editor 2020-08-26 17:00:40 +02:00
SpreadsheetWidget.h Spreadsheet: Add "Save As" 2020-08-25 09:46:28 +02:00