1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 04:10:59 +00:00
serenity/Userland/Applications/Spreadsheet
Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Good-bye LogStream. Long live AK::Format!
2021-03-12 17:29:37 +01:00
..
CellType Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Readers Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Writers Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Cell.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Cell.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CellSyntaxHighlighter.cpp LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
CellSyntaxHighlighter.h LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
CellTypeDialog.cpp Spreadsheet: Fix cell identifier label 2021-02-25 23:32:22 +01:00
CellTypeDialog.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CondFormatting.gml Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ConditionalFormatting.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CondView.gml Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Forward.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
HelpWindow.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
HelpWindow.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
JSIntegration.cpp Spreadsheet: Store the column index in a Position instead of its name 2021-02-24 21:02:02 +01:00
JSIntegration.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Position.h Spreadsheet: Fix cell identifier label 2021-02-25 23:32:22 +01:00
Spreadsheet.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Spreadsheet.h Spreadsheet: Implement the cut operation for cells 2021-03-01 11:37:02 +01:00
SpreadsheetModel.cpp Spreadsheet: Store the column index in a Position instead of its name 2021-02-24 21:02:02 +01:00
SpreadsheetModel.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetView.cpp Spreadsheet: Store the column index in a Position instead of its name 2021-02-24 21:02:02 +01:00
SpreadsheetView.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetWidget.cpp Spreadsheet: Fix cell identifier label 2021-02-25 23:32:22 +01:00
SpreadsheetWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Workbook.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Workbook.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00