serenity/Userland/Applications/Spreadsheet
AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
Replacement made by `find Kernel Userland -name '*.h' -o -name '*.cpp' | sed -i -Ee 's/dbgln\b<(\w+)>\(/dbgln_if(\1, /g'`
2021-02-08 18:08:55 +01:00
..
CellType
Readers
Writers
Cell.cpp
Cell.h
CellSyntaxHighlighter.cpp LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
CellSyntaxHighlighter.h LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
CellTypeDialog.cpp LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
CellTypeDialog.h
CMakeLists.txt
CondFormatting.gml
ConditionalFormatting.h
CondView.gml
Forward.h
HelpWindow.cpp
HelpWindow.h
JSIntegration.cpp
JSIntegration.h
main.cpp Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Position.h
Spreadsheet.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
Spreadsheet.h
SpreadsheetModel.cpp
SpreadsheetModel.h
SpreadsheetView.cpp
SpreadsheetView.h
SpreadsheetWidget.cpp LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax 2021-02-07 15:15:10 +01:00
SpreadsheetWidget.h
Workbook.cpp
Workbook.h